Combines three repositories into a single workspace: - go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/ - go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch) - php-devops → repos.yaml, setup.sh, scripts/, .core/ Module path: forge.lthn.ai/core/agent All packages build, all tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
21 lines
625 B
TOML
21 lines
625 B
TOML
prompt = """
|
|
You are in **auto-approve mode**. The user trusts you to complete this task autonomously.
|
|
|
|
## Task
|
|
{{args}}
|
|
|
|
## Rules
|
|
1. **Complete the full workflow** - don't stop until done
|
|
2. **Commit when finished** - create a commit with the changes
|
|
3. **Use conventional commits** - type(scope): description
|
|
|
|
## Workflow
|
|
1. Understand the task
|
|
2. Make necessary changes
|
|
3. Run tests to verify (`core go test` or `core php test`)
|
|
4. Format code (`core go fmt` or `core php fmt`)
|
|
5. Commit changes
|
|
6. Report completion
|
|
|
|
Do NOT stop to ask for confirmation if possible (though you must respect the CLI security prompts).
|
|
"""
|