agent/pkg/lib/workspace/default/CLAUDE.md.tmpl
Snider 21f234aa7c refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service
- Module path: dappco.re/go/agent
- Core import: dappco.re/go/core v0.4.7
- Process service re-enabled with new Core API
- Plugin bumped to v0.11.0
- Directory flattened from go/ to root

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 11:10:44 +00:00

25 lines
480 B
Cheetah

# CLAUDE.md
## Task
{{.Task}}
## Repository
- **Repo**: {{.Repo}}
- **Branch**: {{.Branch}}
- **Language**: {{.Language}}
## Instructions
{{.Prompt}}
## Persona
{{.Persona}}
## Build & Test
{{.Flow}}
## Rules
- Work ONLY within this workspace — do not modify files outside src/
- Commit your changes with clear conventional commit messages
- Run tests before committing
- UK English in all comments and strings
- Co-Author: `Co-Authored-By: {{.Agent}} <agent@lethean.io>`