A research proposal for capability-injected, model-driven software development in the age of AI agents.
These are built automatically from source on every push to main.
- Typst — document compiler
- Pandoc — for markdown export (with citeproc)
- Python 3 — for post-processing scripts
make buildThis compiles the Typst source to PDF and exports a cleaned markdown version with resolved citations and cross-references.
To enable the pre-commit hook (which runs the build and blocks on errors):
git config core.hooksPath .githooks