diff --git a/AGENTS.md b/AGENTS.md index 5620b735f..96cef476d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,6 +29,14 @@ The `internal/mintcore/` module is shared between the mint and devmint. Its file **Dispatch workflows:** The scaffold `dispatch.yml` (at `internal/scaffold/fullsend-repo/.github/workflows/dispatch.yml`) and the repo's `reusable-dispatch.yml` (at `.github/workflows/reusable-dispatch.yml`) share identical routing logic for different installation modes (per-org vs per-repo). When changing the jq payload construction, stage routing, or input/secret threading in one, apply the same change to the other. +## Agent definitions and skills + +Agent definitions, skills, harness configs, and related content have moved to +[`fullsend-ai/agents`](https://github.com/fullsend-ai/agents). The copies under +`internal/scaffold/fullsend-repo/` are stale and will be removed. Do not modify +files under `internal/scaffold/fullsend-repo/agents/`, `internal/scaffold/fullsend-repo/skills/`, +or `internal/scaffold/fullsend-repo/harness/` — make changes in `fullsend-ai/agents` instead. + When making changes to Go code under `cmd/` or `internal/`: 1. **Unit tests:** Run `make go-test` (or `go test ./...`) and fix any failures before committing. diff --git a/internal/scaffold/fullsend-repo/agents/README.md b/internal/scaffold/fullsend-repo/agents/README.md new file mode 100644 index 000000000..754f25ad4 --- /dev/null +++ b/internal/scaffold/fullsend-repo/agents/README.md @@ -0,0 +1,6 @@ + + +# Deprecated + +The agent definitions in this directory have moved to [`fullsend-ai/agents`](https://github.com/fullsend-ai/agents). +These copies are stale and will be removed. Make changes in the new repository instead. diff --git a/internal/scaffold/fullsend-repo/harness/README.md b/internal/scaffold/fullsend-repo/harness/README.md new file mode 100644 index 000000000..7d337d94c --- /dev/null +++ b/internal/scaffold/fullsend-repo/harness/README.md @@ -0,0 +1,6 @@ + + +# Deprecated + +The harness configs in this directory have moved to [`fullsend-ai/agents`](https://github.com/fullsend-ai/agents). +These copies are stale and will be removed. Make changes in the new repository instead. diff --git a/internal/scaffold/fullsend-repo/skills/README.md b/internal/scaffold/fullsend-repo/skills/README.md new file mode 100644 index 000000000..7d67c6a4f --- /dev/null +++ b/internal/scaffold/fullsend-repo/skills/README.md @@ -0,0 +1,6 @@ + + +# Deprecated + +The skills in this directory have moved to [`fullsend-ai/agents`](https://github.com/fullsend-ai/agents). +These copies are stale and will be removed. Make changes in the new repository instead.