| name | Manuscript Templating & Injection |
| description | Tooling for injecting JSON/CSV statistics into Markdown evaluation templates. |
Instructions
You are interacting with the src/manuscript/ templater module. This pipeline binds computed statistical aggregates into the final LaTeX/Markdown scientific deliverables.
Agentic Interface (MCP Strategy)
- Jinja2 Enforcement: Treat
{{VAR_NAME}} tokens cautiously. Verify your dictionary payload completely matches the requested keys inside 03_results_hypothesis.md, etc.
- Immutable Upstream Constraint: This module consumes final artifacts. Never manipulate or 'clean' the statistical values inside the injection workflow.
- Configurable Frontmatter: Guarantee that the author metadata and DOI headers correctly pipe through from
manuscript/config.yaml.