JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 383
  • Score
    100M100P100Q113808F
  • License MIT

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

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@appautomaton/automaton) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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/.