Skip to content

v0.7.0

Choose a tag to compare

@TheSmuks TheSmuks released this 05 May 13:12
· 4 commits to main since this release
6c94bf5

[0.7.0] — 2026-05-05

Added

  • -- Pre-commit hooks for conventional commit enforcement
  • -- Branch naming convention enforcement on PRs
  • -- Added one-liner trigger, Step 0 context detection, Step 6 post-setup orientation, warnings
  • -- TTSR rule enforcing adapt-not-copy and scaffolding cleanup during setup

Changed

  • -- Replaceddangoslen/changelog-enforcer with zattoo/changelog@v1 for format validation
  • -- Added placeholder detection step to audit job
  • -- Added branch-lint to CI/CD table, pre-commit installation to Build & Run, two new Agent Behavior bullets about setup skill loading and scaffolding cleanup
  • -- Added pre-commit install to Quick Start section
  • -- Full rewrite with dual-audience structure, Per-File Generation Rules table, Scaffolding Anti-Patterns table, mandatory cleanup block
  • -- Added one-liner bootstrap prompt to Getting Started section
  • -- Added dual-audience headers (For Humans / For LLM Agents)
  • -- Added branch-lint workflow, updated trigger model section
  • -- Strengthened Step 5 with mandatory cleanup, added Scaffolding Anti-Patterns table, changed Copy from template to Generate from template, added Per-File Generation Rules table
  • Checking for leftover scaffolding files...
    [PASS] SETUP_GUIDE.md exists (setup in progress)
    Checking all markdown files for placeholders...
    [PASS] All markdown files are clean (no placeholders)
    Checking required files...
    [PASS] CHANGELOG.md exists
    [PASS] CONTRIBUTING.md exists
    [PASS] AGENTS.md exists
    [PASS] README.md exists
    Checking CI workflows...
    [PASS] ci.yml exists and is not empty
    [PASS] commit-lint.yml exists and is not empty
    [PASS] changelog-check.yml exists and is not empty
    [PASS] blob-size-policy.yml exists and is not empty
    [PASS] branch-lint.yml exists and is not empty
    Checking .template-version...
    [PASS] .template-version is valid semver (0.7.0)
    Checking internal markdown links...
    [PASS] all internal markdown links resolve
    Checking version manifest consistency...
    [PASS] README.md references version 0.7.0
    [PASS] AGENTS.md references version 0.7.0
    [PASS] SETUP_GUIDE.md references version 0.7.0
    [PASS] .omp/skills/template-guide/SKILL.md references version 0.7.0
    Checking pre-commit config...
    [PASS] .pre-commit-config.yaml exists

=== All checks passed === -- Extended scaffolding check to all three files, fails instead of warns when scaffolding persists

Fixed

  • -- Extended to check all .md files for placeholders, warn on leftover scaffolding files, added branch-lint.yml and .pre-commit-config.yaml to checks
  • -- Added final cleanup step to remove scaffolding files (SETUP_GUIDE.md, ADOPTING.md, UPGRADING.md)