Skip to content

Public Preview Scope

ClarusIubar edited this page Jun 16, 2026 · 3 revisions

Public Preview Scope

This wiki documents the sanitized preview repository, not the private working repository it was derived from.

Current release: v0.2.0

Source baseline: cc2e007dc7ce9315633b3b6146557df082b77006

Goal

Provide a clean public reviewer experience for the Codex OSS application process:

  • explain the project purpose
  • show how to run the preview tests
  • document the architecture boundary
  • record sanitization and validation evidence
  • keep private operational history out of the public snapshot

Included

  • README.md, LICENSE, and reviewer-facing docs
  • scripts/agent_bootstrap.py and scripts/agent_bootstrap_lib/
  • policies/
  • registry/skills/
  • templates/shims/
  • .github/workflows/test.yml
  • tests/test_public_preview.py
  • CHANGELOG.md
  • docs/assets/graphify-context-node-graph.png
  • docs/assets/graphify-module-graph.png

Excluded

  • source Git history
  • private work reports
  • task ledgers and issue-tree evidence from the private working repository
  • .local/, temporary directories, caches, and coverage files
  • private runner configuration and non-public workflow traces
  • credential-like fixtures
  • operational source issue/pull request readback links

Boundary Rule

The preview must be useful when cloned by a public reviewer. It must not require access to a local source checkout, private GitHub issues, private pull requests, or machine-specific directories.

Clone this wiki locally