Skip to content

Releases: TheRobertRay/codex-operator-kit

v0.4.0 - README positioning and quick demo

02 Jun 08:04
d5d18f6

Choose a tag to compare

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

  • bash scripts/validate.sh
  • GitHub Actions validate workflow passed on PR #9 and main
  • Issue #8 closed by PR #9

v0.3.0 - Installer and maintainer templates

01 Jun 17:29
5759d9f

Choose a tag to compare

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

  • bash scripts/validate.sh
  • GitHub Actions validate workflow passed on PR #7
  • Issue #6 closed by PR #7

v0.2.0 - Conversation capture receipts

01 Jun 17:15
f099782

Choose a tag to compare

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.sh and bash scripts/check-publication-risk.sh.

Closes #1.

v0.1.1 - Publication risk scanner

01 Jun 17:03
ad8b828

Choose a tag to compare

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.

Closes #2 and #3.

v0.1.0 - Codex Operator Kit

01 Jun 16:21

Choose a tag to compare

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.