More CLAUDE.md -> AGENTS.md

This commit is contained in:
Erich Blume 2026-04-19 07:49:32 -07:00
commit d13be54cb4
3 changed files with 8 additions and 12 deletions

View file

@ -8,7 +8,7 @@ A personal project template with opinionated infrastructure for documentation, C
- **Changelog** — [Towncrier](https://towncrier.readthedocs.io/) fragment-based changelog
- **CI/CD** — [Dagger](https://dagger.io/) pipelines + [Forgejo](https://forgejo.org/) Actions workflow for releases
- **Pre-commit hooks** — [prek](https://github.com/dustinblackman/prek) with linting, formatting, secret detection
- **AI assistance**`CLAUDE.md` + structured docs for Claude Code (C0/C1/C2 change process, Mikado method)
- **AI assistance**`AGENTS.md` + structured docs for Claude Code (C0/C1/C2 change process, Mikado method)
- **Task runner** — [mise](https://mise.jdx.dev/) tasks for docs validation, Mikado chain management, and more
## Forking This Template
@ -19,9 +19,9 @@ After creating your repo, the remaining manual steps are:
1. Set `baseUrl` in `docs/quartz.config.ts` to your docs site domain
2. Rename `.dagger/src/project_template_ci/` directory and update class names to match your project
3. Fill in the project structure section in `CLAUDE.md`
3. Fill in the project structure section in `AGENTS.md`
4. Add license information to `README.md`
5. Remove the "First-Time Setup" section from `CLAUDE.md` and this section from `README.md`
5. Remove the "First-Time Setup" section from `AGENTS.md` and this section from `README.md`
If you use Claude Code, it will prompt you to resolve remaining TODOs at the start of your first session.