Skip to content

[Chore] Cut v2.0.0 release #391

@atlas-apex

Description

@atlas-apex

Driver

The dev branch has accumulated 123 commits since the v1.3.0 tag (2026-05-18). This includes 6 new slash commands, a per-agent model routing layer, class-aware role activation, a security-reviewer agent rename (breaking), and the marketing-site rewrite for the founder audience. Time to tag a release so adopters running /update get the new capabilities.

Scope

  • Add ## [2.0.0] — 2026-05-24 entry to CHANGELOG.md (concise, adopter-focused per the brief — capability changes, not internal commit chains)
  • Backfill the missing ## [1.3.0] entry as a short summary (the v1.3.0 tag shipped but never landed a CHANGELOG entry — gap to close)
  • Update site/index.html JSON-LD softwareVersion, version pill, release-tag link, hero metric (releases: 7→8, AgDRs: 29→51, PRs: 175→176)
  • Update site/llms.txt, site/llms-full.txt, site/index.md.gen proof numbers
  • Open release PR release/v2.0.0main with the <!-- multi-close: approved --> marker (release PR closes 77 issues in one go)
  • After CEO /approve-merge + Rex + merge: git tag v2.0.0 origin/main && git push origin v2.0.0
  • Optional: gh release create v2.0.0 with the CHANGELOG section as the body

Acceptance Criteria

  • CHANGELOG.md v2.0.0 section written, structurally consistent with v1.2.0 shape
  • CHANGELOG.md v1.3.0 backfill entry added (gap fix)
  • Site numbers refreshed: softwareVersion: 2.0.0, 8 releases, 51 AgDRs, 176 PRs
  • Release PR opened against main with all 77 Closes #N references
  • Multi-close skip marker (<!-- multi-close: approved -->) present in PR body
  • PR title format: release(#<this-ticket>): v2.0.0
  • Rex review on the release PR
  • CEO /approve-merge for the release PR
  • v2.0.0 tag pushed to origin/main after merge
  • Optional: GitHub Release entry created with CHANGELOG section as body

Risks / Dependencies

Glossary

Term Definition
Release-cut branch model Framework convention (AgDR-0007) — daily PRs to dev, release PRs to main only, tag per release. Adopted in v1.1.0.
Multi-close marker <!-- multi-close: approved --> HTML comment in PR body that bypasses the single-Closes #N-per-PR hook for legitimate umbrella PRs like release cuts.
Breaking change marker The ! in feat(#347)!: per Conventional Commits — drives the MAJOR semver bump per /release skill auto-detection.
Agent runtime overhaul Wave 1-3 PRs from #347/#351 that introduced per-agent model routing (agent-routing.yaml), class-aware role activation (spawn vs in-thread), and the Hatim→Hakim consolidation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High — material gap or user-impacting

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions