Skip to content

Commit d3c68e7

Browse files
fqjonyclaude
andcommitted
add AGENTS.md to test fixtures
Generated by test runs after removing AGENTS.md from gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0104278 commit d3c68e7

4 files changed

Lines changed: 119 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# AGENTS.md
2+
3+
> Start with `.rabbit/context.yaml` for full repo context. Run `dev.kit repo` to refresh.
4+
5+
## docker-repo
6+
7+
Container image — a Dockerfile-based service built and published as a container image
8+
9+
## Start here
10+
11+
- ./.rabbit/context.yaml
12+
- ./README.md
13+
- ./.rabbit
14+
- ./Makefile
15+
- ./Dockerfile
16+
- ./deploy.yml
17+
18+
## Commands
19+
20+
- **verify**: `make test`
21+
- **build**: `make build`
22+
- **run**: `make run`
23+
24+
## Gaps
25+
26+
- **dependencies** (partial) — Runtime signals exist, but the dependency contract is incomplete. Prefer an explicit language or package manifest over container-only dependency discovery.
27+
- **config** (partial) — Config signals exist, but the environment contract is only partially documented. Add an example env file or clearer config documentation.
28+
29+
## Workflow
30+
31+
- Read the highest-priority repo refs first: ./.rabbit/context.yaml, ./README.md, ./.rabbit, ./Makefile, ./Dockerfile, ./deploy.yml, ./lib, ./src, /Users/jonyfq/git/udx/dev.kit/.github/ISSUE_TEMPLATE, /Users/jonyfq/git/udx/dev.kit/.github/PULL_REQUEST_TEMPLATE.md, /Users/jonyfq/git/udx/dev.kit/src/configs/github-issues.yaml, /Users/jonyfq/git/udx/dev.kit/src/configs/github-prs.yaml
32+
- Run the canonical verification command: `make test`
33+
- Run the canonical build command when needed: `make build`
34+
- Use the canonical runtime command instead of ad hoc startup paths: `make run`
35+
- Review lessons-learned and follow-up outputs after changes stabilize: `dev.kit learn`
36+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AGENTS.md
2+
3+
> Start with `.rabbit/context.yaml` for full repo context. Run `dev.kit repo` to refresh.
4+
5+
## documented-shell-repo
6+
7+
Library or CLI tool — reusable code published as a package or standalone command-line tool
8+
9+
## Start here
10+
11+
- ./.rabbit/context.yaml
12+
- ./README.md
13+
- ./.rabbit
14+
- ./scripts
15+
- ./tests
16+
- /Users/jonyfq/git/udx/dev.kit/.github/ISSUE_TEMPLATE
17+
18+
## Commands
19+
20+
- **verify**: `bash tests/run.sh`
21+
22+
## Gaps
23+
24+
- **architecture** (partial) — Some architectural boundaries are visible, but the repository structure is not fully normalized yet. Separate commands, modules, templates, and config more explicitly.
25+
- **config** (missing) — Externalize configuration and document the environment contract so the repo can move cleanly across environments.
26+
27+
## Workflow
28+
29+
- Read the highest-priority repo refs first: ./.rabbit/context.yaml, ./README.md, ./.rabbit, ./scripts, ./tests, /Users/jonyfq/git/udx/dev.kit/.github/ISSUE_TEMPLATE, /Users/jonyfq/git/udx/dev.kit/.github/PULL_REQUEST_TEMPLATE.md, /Users/jonyfq/git/udx/dev.kit/src/configs/github-issues.yaml, /Users/jonyfq/git/udx/dev.kit/src/configs/github-prs.yaml
30+
- Run the canonical verification command: `bash tests/run.sh`
31+
- Review lessons-learned and follow-up outputs after changes stabilize: `dev.kit learn`
32+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AGENTS.md
2+
3+
> Generated by dev.kit. Do not edit manually — run `dev.kit repo` to refresh.
4+
5+
## Repo
6+
7+
- **Name**: simple-repo
8+
- **Archetype**: library-cli
9+
- **Profile**: node
10+
11+
12+
## Read first
13+
14+
- ./package.json
15+
- ./tests
16+
17+
## Entrypoints
18+
19+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AGENTS.md
2+
3+
> Start with `.rabbit/context.yaml` for full repo context. Run `dev.kit repo` to refresh.
4+
5+
## wordpress-repo
6+
7+
WordPress website — application code, theme, and plugin assets deployed to a WordPress host
8+
9+
## Start here
10+
11+
- ./.rabbit/context.yaml
12+
- ./README.md
13+
- ./.rabbit/infra_configs
14+
- ./.rabbit
15+
- ./.github/workflows
16+
- ./package.json
17+
18+
## Commands
19+
20+
- **verify**: `npm test`
21+
22+
## Gaps
23+
24+
- **architecture** (partial) — Some architectural boundaries are visible, but the repository structure is not fully normalized yet. Separate commands, modules, templates, and config more explicitly.
25+
- **config** (missing) — Externalize configuration and document the environment contract so the repo can move cleanly across environments.
26+
27+
## Workflow
28+
29+
- Read the highest-priority repo refs first: ./.rabbit/context.yaml, ./README.md, ./.rabbit/infra_configs, ./.rabbit, ./.github/workflows, ./package.json, ./wp-config.php, /Users/jonyfq/git/udx/dev.kit/.github/ISSUE_TEMPLATE, /Users/jonyfq/git/udx/dev.kit/.github/PULL_REQUEST_TEMPLATE.md, /Users/jonyfq/git/udx/dev.kit/src/configs/github-issues.yaml, /Users/jonyfq/git/udx/dev.kit/src/configs/github-prs.yaml
30+
- Run the canonical verification command: `npm test`
31+
- Review lessons-learned and follow-up outputs after changes stabilize: `dev.kit learn`
32+

0 commit comments

Comments
 (0)