tricorner
v0.0.1
Published
Agentic development toolkit for specs, sessions, and git workflows.
Maintainers
Readme
tricorner
A Toolkit for Agentic Dev.
Three-pillars align for best results: Spec (Human), Sessions (Agent), Git (Truth)
Codex Hooks
Tricorner packages portable Codex Stop hooks for:
- MARK section density checks
- TypeScript/JavaScript exported-contract JSDoc checks
- Python public function/class docstring checks
- AI-assisted codebase tree generation
The repository has three hook-related locations:
.codex/is Tricorner's own live Codex hook config.hooks/codex/contains reusable hook engine source.templates/target-repo/.codex/is the template copied into other repositories.
Install into another repository:
python3 scripts/install_codex_hooks.py --target /path/to/repoOr, after publishing/installing the npm package:
npx tricorner hooks install --target /path/to/repoThe target repository gets one Codex hook registration file:
.codex/hooks.jsonRepo-specific policy lives separately:
.codex/hooks/config.jsonCodex reads .codex/hooks.json; the Tricorner Python hooks read
.codex/hooks/config.json.
