Skip to content

Public Preview Scope

ClarusIubar edited this page Jul 2, 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.3.0-preview.1

Source anchor: ClarusIubar/agent_bootstrap@v1.4.0-rc.1

Source commit: d6cf6e68e2abd2cbe432903380a72968533ef9fe

Runtime anchor: ClarusIubar/agent-governance-runtime@v0.1.1

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
  • show the layered architecture with Mermaid diagrams that render directly in GitHub Wiki
  • 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
  • Mermaid architecture diagrams in Architecture Boundary and Context Injection And Graphify

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.

Diagram Rule

The preview Wiki does not depend on missing PNG assets for architecture explanation. Layered authority, workflow, context injection, and module-boundary diagrams are written as Mermaid blocks so GitHub Wiki can render them directly.

Clone this wiki locally