feat: add agent scaffold (context-sync, skills, context tasks) #2

Merged
mathias merged 6 commits from feat/add-agent-scaffold into main 2026-05-12 15:24:42 +00:00
Showing only changes of commit 855b39e134 - Show all commits

View File

@@ -24,3 +24,14 @@ tasks:
- golangci-lint run ./...
- go vet ./...
- go test ./... -race -count=1
context:sync:
desc: Regenerate all harness-specific context files
cmds:
- bash scripts/context-sync.sh
context:sync:claude:
cmds: [bash scripts/context-sync.sh claude]
context:sync:agents:
cmds: [bash scripts/context-sync.sh agents]
context:sync:cursor:
cmds: [bash scripts/context-sync.sh cursor]