Releases: TheRobertRay/codex-operator-kit
Releases · TheRobertRay/codex-operator-kit
v0.4.0 - README positioning and quick demo
Highlights
- Added README validation and release badges.
- Added a clearer maintainer-use table explaining which part of the kit helps with intake, review, publication risk, and quick adoption.
- Added docs/quick-demo.md so reviewers and maintainers can validate the kit, temp-install one skill, and try a no-write receipt prompt from a repo checkout.
- Wired the quick demo into repository validation.
Validation
v0.3.0 - Installer and maintainer templates
Highlights
- Added scripts/install-skills.sh and docs/install-and-use.md so maintainers can list, dry-run, and install all or selected skills.
- Added GitHub issue and pull request templates for workflow improvement intake, validation evidence, release-note hygiene, and risk tracking.
- Strengthened scripts/validate.sh with installer smoke tests for every skill and install-guide coverage checks.
- Updated the validation workflow to actions/checkout@v6 to keep CI current.
Validation
v0.2.0 - Conversation capture receipts
Changes
- Added the conversation-capture-receipts skill for rough dictated notes, chat messages, inbox dumps, and stream-of-consciousness input.
- Added a sanitized public example showing What I caught, Meaning cards, and gated next moves.
- Added a Conversation Capture Receipt workflow gate to the workflow docs.
Why it matters
This packages a reusable operator pattern: preserve the meaning of messy human input first, then keep durable writes like memory, tasks, issues, calendar items, or outbound messages behind an explicit approval boundary.
Validation
- GitHub Actions validation passed on PR #5.
- Local validation:
bash scripts/validate.shandbash scripts/check-publication-risk.sh.
Closes #1.
v0.1.1 - Publication risk scanner
Changes
- Added a publication-risk scanner for local paths, private network URLs, tunnel hostnames, secret-like tokens, and configured forbidden terms.
- Documented the publication risk gate for turning private operator workflows into public reusable material.
- Expanded the release-readiness example and wired the scanner into validation.
Validation
- GitHub Actions validation passed on PR #4.
- Local validation:
bash scripts/validate.sh. - Negative fixture check confirmed localhost, RFC1918 IPs, and .local hostnames fail the scanner as expected.
v0.1.0 - Codex Operator Kit
Initial public release of Codex Operator Kit: reusable AGENTS.md contracts, maintainer triage and milestone-review skills, public workflow examples, validation checks, and a conservative Codex-for-OSS application packet.