Skip to content
ClarusIubar edited this page Jul 2, 2026 · 13 revisions

Agent Bootstrap Preview Wiki

Agent Bootstrap Preview is a sanitized public-review snapshot of a local-first governance toolkit for coding agents.

The preview focuses on one practical problem: before an agent edits durable repository files, it should be anchored to an explicit GitHub issue, checklist, validation contract, and architecture boundary. The included scripts, policies, skills, and templates show one implementation of that workflow.

Start Here

Repository Snapshot

  • Repository: ClarusIubar/agent_bootstrap-preview
  • Current visibility: public
  • Preparation mode: private until the sanitized snapshot was reviewed
  • Fork status: not a fork
  • Default branch: main
  • Current preview 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
  • Runtime access: private runtime wheel access is required for direct wheel download
  • License: MIT

Read Release-v0.3.0-Preview-Boundary before treating this repository as a current preview snapshot.

Included Surfaces

  • Python CLI and helper modules under scripts/
  • Governance policies under policies/
  • Reusable engineering skills under registry/skills/
  • Managed shim templates under templates/shims/
  • Public reviewer documentation under README.md and docs/
  • Public smoke tests under tests/

Core Workflow In One Sentence

The toolkit turns "please implement this" into a gated workflow: bind a real GitHub child issue, hydrate its checklist and validation contract, allow edits only inside that scope, run local and remote validation, record completion evidence, and only then finish the task.

v0.2.0 Release Focus

The v0.2.0 preview refresh updates the allowlisted CLI, policy, skill registry, and shim-template surface from the latest source baseline while keeping private operational history, issue/pull request readbacks, local state, token-like fixtures, and non-public runner workflows out of the public repository.

v0.3.0-preview.1 Release Focus

The v0.3.0 preview refresh anchors the public snapshot to agent_bootstrap@v1.4.0-rc.1 and agent-governance-runtime@v0.1.1. It keeps the scope limited to local governance compliance and documents that the runtime wheel remains private.

Graph Images

Excluded Surfaces

  • Source repository Git history
  • Private issue, pull request, CI, merge, and completion evidence ledgers
  • Machine-local state such as .local/
  • Cache, temporary, and coverage artifacts
  • Token-like fixtures and non-public workflow traces

Public Conversion

The repository was prepared while private, reviewed as a sanitized snapshot, and then switched to public visibility for external review.

Clone this wiki locally