{"id":51217778,"url":"https://github.com/appautomaton/automaton","last_synced_at":"2026-06-28T05:03:13.944Z","repository":{"id":355276069,"uuid":"1226150677","full_name":"appautomaton/automaton","owner":"appautomaton","description":"AI coding agent framework — portable, stage-gated harness for Claude Code, Codex, and OpenCode","archived":false,"fork":false,"pushed_at":"2026-05-22T23:51:48.000Z","size":308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T01:24:43.335Z","etag":null,"topics":["agent-skills","agentic-workflows","ai-agents","ai-coding-assistant","automation","claude-code","cli-tool","codex","context-window","developer-tools","llm","npm-package","opencode","prompt-engineering","workflow"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@appautomaton/automaton","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appautomaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-01T03:08:30.000Z","updated_at":"2026-05-22T23:52:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/appautomaton/automaton","commit_stats":null,"previous_names":["appautomaton/automaton"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/appautomaton/automaton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fautomaton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fautomaton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fautomaton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fautomaton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appautomaton","download_url":"https://codeload.github.com/appautomaton/automaton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appautomaton%2Fautomaton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34877472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","agentic-workflows","ai-agents","ai-coding-assistant","automation","claude-code","cli-tool","codex","context-window","developer-tools","llm","npm-package","opencode","prompt-engineering","workflow"],"created_at":"2026-06-28T05:03:13.243Z","updated_at":"2026-06-28T05:03:13.940Z","avatar_url":"https://github.com/appautomaton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automaton\n\n[![npm version](https://img.shields.io/npm/v/@appautomaton/automaton.svg)](https://www.npmjs.com/package/@appautomaton/automaton)\n[![license](https://img.shields.io/npm/l/@appautomaton/automaton.svg)](https://github.com/appautomaton/automaton/blob/main/LICENSE)\n[![node](https://img.shields.io/node/v/@appautomaton/automaton.svg)](https://www.npmjs.com/package/@appautomaton/automaton)\n\nPortable, stage-gated agentic-AI harness for Claude Code, Codex, and OpenCode.\n\nAn AI coding agent framework that gives LLM-powered development tools structured workflows for long-running tasks. Automaton installs markdown skills, lightweight startup integrations, and durable `.agent/` state into a project so agent work survives context window limits, session restarts, and multi-step changes that would otherwise lose coherence.\n\n## Acknowledgement 致谢\n\n🖤🤍💛 Thanks to [Linux Do](https://linux.do/) (https://linux.do/) for their vibrant AI development community. 🖤🤍💛\n\n## Why Use It\n\n- Keep project truth, current work, and handoff state outside the chat window.\n- Move larger changes through explicit frame, plan, execute, and verify stages.\n- Use the same workflow across Claude Code, Codex, and OpenCode.\n\n## Install\n\nRun from the project you want to equip:\n\n```bash\nnpx @appautomaton/automaton install --codex\nnpx @appautomaton/automaton install --claude\nnpx @appautomaton/automaton install --opencode\n```\n\nInstall all supported host surfaces:\n\n```bash\nnpx @appautomaton/automaton install --all\n```\n\nThe target root is optional and defaults to the current directory. To install into another project, pass its path as the final argument.\n\n## What It Adds\n\n- `.agent/` durable project state, steering, work artifacts, and runtime files\n- host skills under `.codex/skills`, `.claude/skills`, or `.opencode/skills`\n- host hooks/plugins for context injection\n\nAutomaton is copy-based: installed skills are local plain markdown files that are refreshed from source on reinstall and can be inspected in the target project.\n\n## Workflow\n\n```text\noffice-hours -\u003e frame -\u003e product review -\u003e plan -\u003e engineering review -\u003e execute -\u003e verify -\u003e verified\n```\n\nMost changes start at `auto-frame`, move through `auto-plan`, then continue with `auto-execute` and `auto-verify`. A full verification pass closes the change as `verified` (terminal). Use `auto-onboard` when project steering is missing or stale, `auto-office-hours` when the objective is still too broad, and `auto-resume` to re-enter existing work from a fresh session at any point.\n\n## Useful Commands\n\nRun package commands through `npx @appautomaton/automaton`:\n\n```bash\nnpx @appautomaton/automaton status\nnpx @appautomaton/automaton validate\nnpx @appautomaton/automaton install --uninstall --codex\n```\n\n## Contributor Docs\n\nContributor-only design and runtime notes live in the repository [`docs/`](docs/) directory; they are not included in the npm package payload.\n\n## Links\n\n- [npm package](https://www.npmjs.com/package/@appautomaton/automaton)\n- [GitHub](https://github.com/appautomaton/automaton)\n- [Issues](https://github.com/appautomaton/automaton/issues)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappautomaton%2Fautomaton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappautomaton%2Fautomaton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappautomaton%2Fautomaton/lists"}