diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..858fb2c56 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +# AGENTS.md + +Harness-agnostic entry point: read by any agent harness that loads `AGENTS.md` +(kilo, opencode, Claude, Cursor, ...). + +## Changelog fragments + +A non-test change under `tinyagentos/` or `desktop/src/` requires a +`changelog.d/-.md` fragment (or a `CHANGELOG.md` line) in the same +PR. The single-source rule lives in [`docs/changelog-fragments.md`](docs/changelog-fragments.md) +and is summarized in [`CONTRIBUTING.md`](CONTRIBUTING.md) (the "Changelog" section). diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..43030da2e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,10 @@ +# CLAUDE.md + +Loaded by the Claude CLI / Claude Code agent when present at the repo root. + +## Changelog fragments + +A non-test change under `tinyagentos/` or `desktop/src/` requires a +`changelog.d/-.md` fragment (or a `CHANGELOG.md` line) in the same +PR. The single-source rule lives in [`docs/changelog-fragments.md`](docs/changelog-fragments.md) +and is summarized in [`CONTRIBUTING.md`](CONTRIBUTING.md) (the "Changelog" section).