Skip to content

v2026.07.1 — Operationally self-contained bootstrap

Latest

Choose a tag to compare

@ozgurkarahan ozgurkarahan released this 24 Jul 10:22

Makes every workflow installed by bootstrap.md executable using only files the bootstrap creates—no private helper scripts or maintainer-specific paths.

Highlights

  • Zero-helper-script runtimeingest, lint, and review-sessions now use agent-native file and JSONL operations.
  • Portable installation — all nine workflows resolve the wiki root from the installed structure or AGENT.md; new-engagement resolves its destination and template instead of assuming a home-directory layout.
  • Offline project scaffolding — the complete 9-file project-template/ is now a required bootstrap deliverable.
  • Fail-fast dependency checks — generation rejects tri-surface drift, unshipped scripts/*.py references, and maintainer-specific paths.
  • Clean-room proven — independent agents installed all 27 skill files and completed an end-to-end ingest + lint; an external hash baseline confirmed the activity event count matched every changed path.

Existing installations can rerun the new bootstrap.md safely: matching files are preserved and missing or outdated workflow files are repaired.

See CHANGELOG.md for the full list.

Full diff: v2026.07.0...v2026.07.1