Skip to content
ClarusIubar edited this page Jun 7, 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
  • Visibility during preparation: private
  • Fork status: not a fork
  • Default branch: main
  • Initial preview commit: 0a6aec8e7189515c7432a6c7e9af8f3c8854c47f
  • License: MIT

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.

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. After reviewing the sanitized files and wiki pages, the owner can switch the GitHub repository visibility to public.

Clone this wiki locally