-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Summary
Add a minimal CLI so the agent can be used against a local Go codebase.
Command
gogantic run ""
Example
gogantic run "refactor the authentication handler to use the new middleware"
Requirements
- Single binary
runcommand accepts a task as a string argument- Reads target directory from flag, defaults to current directory
- Prints ReAct steps to stdout as the agent runs
- Exits with non-zero code on failure
Out of Scope
- Auth
- Config files
- Web UI
- Audit command (separate issue)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request