diff --git a/README.md b/README.md index 54613f5..17c1c2b 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ python3 -m pip install -e . Use [`codex-maintainer-action`](https://github.com/goonobu-dot/codex-maintainer-action) when you want GitHub Actions to generate maintenance artifacts automatically: ```yaml -- uses: goonobu-dot/codex-maintainer-action@v0.1.0 +- uses: goonobu-dot/codex-maintainer-action@v0.2.0 with: output-dir: codex-maintenance ``` -The action runs this CLI and uploads `MAINTAINER_BRIEF.md`, `CODEX_TASKS.md`, and `codex-tasks.json` as workflow artifacts. +The action runs this CLI, writes a GitHub Actions job summary, and uploads `OSS_MAINTENANCE_AUDIT.md`, `MAINTAINER_BRIEF.md`, `CODEX_TASKS.md`, `codex-tasks.json`, and `CODEX_REVIEW.md` as workflow artifacts. ## Usage diff --git a/docs/PUBLISHING_CHECKLIST.md b/docs/PUBLISHING_CHECKLIST.md index 4faaecc..7570cc1 100644 --- a/docs/PUBLISHING_CHECKLIST.md +++ b/docs/PUBLISHING_CHECKLIST.md @@ -7,8 +7,10 @@ Use this checklist before applying to Codex for Open Source. - [ ] All tests pass with `python3 -m pytest -p no:cacheprovider tests -q`. - [ ] README explains purpose, install, usage, and maintainer workflow. - [ ] Examples are present: + - `examples/OSS_MAINTENANCE_AUDIT.generated.md` - `examples/MAINTAINER_BRIEF.generated.md` - `examples/CODEX_TASKS.generated.md` + - `examples/CODEX_REVIEW.example.md` - [ ] Maintainer docs are present: - `AGENTS.md` - `CONTRIBUTING.md` @@ -16,13 +18,13 @@ Use this checklist before applying to Codex for Open Source. - `CODE_OF_CONDUCT.md` - `CHANGELOG.md` - [ ] GitHub Actions workflow is present. -- [ ] `v0.1.0` tag exists. +- [ ] Latest release tag exists. ## GitHub - [ ] Create a public GitHub repository named `codex-maintainer-kit`. - [ ] Push the local `main` branch. -- [ ] Push the `v0.1.0` tag. +- [ ] Push the latest release tag. - [ ] Confirm GitHub profile visibility is public. - [ ] Create 2-3 public issues: - Improve generated issue templates.