Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions docs/PUBLISHING_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,24 @@ 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`
- `SECURITY.md`
- `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.
Expand Down
Loading