feat: add context:sync tasks
Some checks failed
CD / Lint / Test / Vet (pull_request) Failing after 5s
CD / Build & Import (pull_request) Has been skipped
CD / Deploy via GitOps (pull_request) Has been skipped

This commit is contained in:
2026-05-12 15:22:42 +00:00
parent 04088b586f
commit 855b39e134

View File

@@ -24,3 +24,14 @@ tasks:
- golangci-lint run ./... - golangci-lint run ./...
- go vet ./... - go vet ./...
- go test ./... -race -count=1 - 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]