Skip to content

appautomaton/automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automaton

Portable, stage-gated agentic-AI harness for Claude Code, Codex, and OpenCode.

Automaton installs a small set of markdown skills plus runtime hooks into a project. The workflow is:

office-hours -> frame -> plan -> engineering review -> execute -> verify -> resume

Install

Run from the project you want to equip:

npx @appautomaton/automaton install --codex .
npx @appautomaton/automaton install --claude .
npx @appautomaton/automaton install --opencode .

Install all host surfaces:

npx @appautomaton/automaton install --all .

Uninstall Automaton-managed host files:

npx @appautomaton/automaton install --uninstall --codex .

What It Adds

  • .agent/ durable project state and work artifacts
  • host skills under .codex/skills, .claude/skills, or .opencode/skills
  • host hooks for context injection and status synchronization
  • manifest-tracked install files for exact cleanup

Automaton is copy-based: installed skills are local to the target project and can be inspected as plain markdown.

CLI

automaton install [--codex|--claude|--opencode|--all] [root]
automaton install --uninstall [--codex|--claude|--opencode|--all] [root]
automaton status [root]
automaton context [frame|plan|execute|verify|resume]

Development

npm test
npm pack --dry-run

The package intentionally ships only bin/, hosts/, lib/, runtime/, and skills/.

About

Portable, stage-gated agentic-AI harness for Claude Code, Codex, and OpenCode.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors