Skip to content

Public Preview Scope

ClarusIubar edited this page Jun 7, 2026 · 3 revisions

Public Preview Scope

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

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

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

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