{"id":50595815,"url":"https://github.com/rogerchappel/agentabi","last_synced_at":"2026-06-05T14:01:28.612Z","repository":{"id":362406690,"uuid":"1251757935","full_name":"rogerchappel/agentabi","owner":"rogerchappel","description":"Local-first CLI for snapshotting terminal coding-agent operational ABIs.","archived":false,"fork":false,"pushed_at":"2026-06-04T03:37:21.000Z","size":42,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T05:21:47.268Z","etag":null,"topics":["agentic-workflows","cli","developer-tools","local-first"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/rogerchappel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","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-27T22:16:18.000Z","updated_at":"2026-06-04T03:37:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rogerchappel/agentabi","commit_stats":null,"previous_names":["rogerchappel/agentabi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rogerchappel/agentabi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerchappel%2Fagentabi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerchappel%2Fagentabi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerchappel%2Fagentabi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerchappel%2Fagentabi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerchappel","download_url":"https://codeload.github.com/rogerchappel/agentabi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerchappel%2Fagentabi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33944671,"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-05T02:00:06.157Z","response_time":120,"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":["agentic-workflows","cli","developer-tools","local-first"],"created_at":"2026-06-05T14:01:27.363Z","updated_at":"2026-06-05T14:01:28.581Z","avatar_url":"https://github.com/rogerchappel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agentabi\n\nLocal-first CLI for snapshotting terminal coding-agent operational ABIs.\n\n## Status\n\nThis repository is early-stage. Confirm the current support, release, and\nsecurity posture before using it in production.\n\n## Install\n\nFrom a checkout:\n\n```sh\nnpm install\nnpm run build\nnpm link\n```\n\n## Use\n\nCreate a starter config:\n\n```sh\nagentabi init\n```\n\nCapture a deterministic local ABI snapshot:\n\n```sh\nagentabi capture --config agentabi.yaml --output agentabi.lock.json\n```\n\nCheck the current machine against a committed lockfile:\n\n```sh\nagentabi check --config agentabi.yaml --lock agentabi.lock.json\n```\n\nCompare two snapshots:\n\n```sh\nagentabi diff baseline.json current.json --json\n```\n\n`check` exits non-zero when breaking changes are found.\n\n## Config\n\n```yaml\nagents:\n  - id: codex\n    command: codex\n    version:\n      args: [\"--version\"]\n    help:\n      args: [\"--help\"]\n    requiredEnv:\n      - OPENAI_API_KEY\n    permissionFlags:\n      - \"--sandbox\"\ntoolCatalogs:\n  - id: mcp\n    path: tools.json\n```\n\n`agentabi` records only whether required environment variables are present, not\ntheir values. Probes are restricted to safe `--version`, `-v`, `--help`, and\n`-h` arguments.\n\n## Automation Examples\n\nCron:\n\n```cron\n0 8 * * * cd /path/to/repo \u0026\u0026 agentabi check --config agentabi.yaml --lock agentabi.lock.json\n```\n\nMulti-agent runner preflight:\n\n```sh\nagentabi check --config agentabi.yaml --lock agentabi.lock.json\nnpm run agent-workflow\n```\n\n## Verify\n\nRun the local validation script before opening a pull request:\n\n```sh\nbash scripts/validate.sh\n```\n\n`scripts/validate.sh` runs typecheck, tests, build, smoke, packaging checks, and\n`agent-qc ready` when `agent-qc` is installed. Missing `agent-qc` is treated as\na skip, not a failure.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution expectations. Changes\nshould be small, reviewable, and verified before review.\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for vulnerability reporting guidance.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerchappel%2Fagentabi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerchappel%2Fagentabi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerchappel%2Fagentabi/lists"}