@valentinlineiro/arch
v1.3.0
Published
ARCH: autonomous agent task and reflection framework for software projects
Maintainers
Readme
ARCH
Autonomous Routing and Context Hierarchy
A Git-native operational protocol for human+AI collaborative work.
Install
npm install -g @valentinlineiro/archUsage
arch task capture "<intent>" # create a task (deterministic)
arch task capture "<intent>" --draft # LLM-assisted draft
arch task start TASK-XXX # mark in progress
arch task done TASK-XXX # archive as done
arch review # structural validation + drift check
arch review --push # push to remote after passing review
arch govern # enforcement tick (archive DONE, assign focus)
arch govern reflect # THINK mode: surface Kaizen, detect drift
arch memory ask "<question>" # corpus search across archive + ADRs
arch memory causal # record and query causal relations
arch version # show version
arch task --help # full subcommand listSet up a governed repository
arch initScaffolds docs/, arch.config.json, AGENTS.md, and git hooks in the current directory.
Upgrade
npm install -g @valentinlineiro/arch@latestRequirements
- Node.js >= 20
- Git
What ARCH is not
A chat UI, a Jira replacement, a second brain, or an autonomous agent system. If a proposed use case doesn't require a git repo and a set of tasks to execute, it's outside ARCH.
License
MIT
