get_directive_content
Read and return the full Markdown documentation file for a given directive, including the resolved absolute path and token count estimate.
Instructions
Read and return the full MD documentation file for a directive. Resolves the md_file_path from aimfp_core.db to an absolute path within the installed package, reads the file, and returns content + absolute path + token estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directive_name | Yes | Directive name (e.g., 'fp_purity', 'aimfp_init', 'project_file_write') |