Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions internal/scaffold/fullsend-repo/agents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- DEPRECATED: This content has moved to https://github.com/fullsend-ai/agents. Do not modify files here. -->

# 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.
6 changes: 6 additions & 0 deletions internal/scaffold/fullsend-repo/harness/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- DEPRECATED: This content has moved to https://github.com/fullsend-ai/agents. Do not modify files here. -->

# 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.
6 changes: 6 additions & 0 deletions internal/scaffold/fullsend-repo/skills/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- DEPRECATED: This content has moved to https://github.com/fullsend-ai/agents. Do not modify files here. -->

# 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.
Loading