feat(agents): add auggie adapter#130
Conversation
Greptile SummaryAdds the
Confidence Score: 5/5Safe to merge; the adapter is a well-contained new package with no risk to existing adapters or the daemon boot path. The change is additive: a new adapter package, a single registration line, and a single test assertion. All methods follow the established Tier C no-op pattern used by amp, aider, and crush. Context guards are present on every exported method. The documented design decisions (no permission flags, no hooks) are backed by comments explaining Auggie's CLI surface, and the test suite verifies the command shapes for every code path including context cancellation. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "feat(agents): add auggie adapter" | Re-trigger Greptile |
Registers the auggie harness, stacked on the agent platform. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds the auggie harness, stacked on #119 (agent platform). Adapter package +
Constructors()registration + resolver test.🤖 Generated with Claude Code
Stack