Skip to content

Releases: Holley-Studio/thesmos-governance

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:05
e76eaa2

What's Changed

Full Changelog: v5.0.1...v5.1.0

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 01:54
d161ced

What's Changed

  • feat(cli): add governed custom-agent installation workflow by @TenticleTim in #101
  • feat(pantheon): Cursor install, team councils, and world-class agent bar by @TenticleTim in #105
  • feat(agents): federated agent architecture for Pantheon coexistence by @TenticleTim in #106
  • feat(guard): cross-platform Node thesmos-guard with failClosed default by @TenticleTim in #107
  • chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #102
  • docs: add Cursor Cloud setup instructions to AGENTS.md by @TenticleTim in #108
  • feat: Trust Execution Hardening (phases 0–6) by @TenticleTim in #111
  • fix(vscode): Pantheon Chat permission socket under /tmp by @TenticleTim in #113
  • chore(release): prepare 5.0.1 by @TenticleTim in #114

Full Changelog: v4.7.0...v5.0.1

v4.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:51
83646de

What's Changed

  • docs(vscode): backfill CHANGELOG.md for 1.6.0-1.8.0 by @TenticleTim in #90
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #45
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #46
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #47
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #48
  • chore(deps): bump vscode-languageclient from 10.0.1 to 10.1.0 by @dependabot[bot] in #74
  • chore(deps-dev): bump the typescript-tooling group across 1 directory with 4 updates by @dependabot[bot] in #80
  • chore(deps): bump peter-evans/create-pull-request from 6 to 8 by @dependabot[bot] in #84
  • docs(growth): log Week 1 scorecard numbers by @TenticleTim in #91
  • feat(init): generate AI adapters by default; add Superpowers bridge doctrine by @TenticleTim in #92
  • feat: The Divine First Hour — living presence, Credit Guardian, split-right chat, mythic init by @TenticleTim in #93
  • feat(vscode): persistent status strip + permission-bridge hardening by @TenticleTim in #94
  • feat(governance): wire permissions.allow into claude:govern install by @TenticleTim in #95
  • fix(governance): Operation Argus Awakens — severity merge fix + purchase link by @TenticleTim in #97
  • feat(release): storefront facts pipeline — agent count + real pricing by @TenticleTim in #98
  • chore(release): thesmos-governance v4.7.0 by @TenticleTim in #100

Full Changelog: v4.6.0...v4.7.0

Thesmos Governance VS Code Extension v1.8.0

Choose a tag to compare

@TenticleTim TenticleTim released this 08 Jul 16:09
9d2b965

Covers everything shipped since v1.5.0-vscode, backfilled to the Marketplace/OpenVSX's actual current version.

1.8.0 (2026-07-02)

  • Diff-aware, quiet-by-default findings — matches thesmos review's baseline behavior. Live-reactive thesmos.minSeverity, accepted-debt counts moved to a status-bar tooltip instead of dozens of squiggles.

1.7.1 (2026-07-01)

  • Fixed Agent Activity panel entries that spun forever due to asymmetric Pre/Post tool_use_id matching.
  • Panel now re-renders every 60s while agents run so timeout state displays correctly.
  • Generated agent exports close with named governance scopes.

1.7.0 (2026-07-01)

  • Routing config quick-pick (auto/confirm/off + council-confirm threshold).
  • 1M-context status-bar badge respecting context1M.allow1M.

1.6.0 (2026-07-01)

  • Live council/agent activity reflected in the sidebar as it happens, not just after completion.

Full Changelog: https://github.com/Holley-Studio/thesmos-governance/blob/main/extensions/vscode/CHANGELOG.md

v4.6.0

Choose a tag to compare

@TenticleTim TenticleTim released this 08 Jul 15:56
ad826e3

Minor Changes

  • 1M context hard gate (AGNT_037): enabling a [1m] model variant or context-1m beta header without explicit "context1M": { "allow1M": true } in .thesmos/config.json now blocks the governance hook and fails CI as a BLOCKER, instead of only warning. Scoped to live config contexts — does not fire on docs/prose.
  • Native Claude Code plugin: install via /plugin marketplace add Holley-Studio/thesmos-governance — registers the MCP server, governance hooks, and scan/review/advise skills with no separate npm install.
  • Power Tiers: new power: 'lean' | 'god' config. lean (default) is one specialist + a one-line header; god unlocks full council ceremony. thesmos advise now assigns a model recommendation per plan phase.
  • Rule tiering: the free CLI runs a 289-rule Essentials set (every BLOCKER + the full AI-code safety net); the remaining 848 rules unlock via a distribution-gated premium pack or config.tier/THESMOS_TIER. New thesmos tier command reports the active tier.

Patch Changes

  • claude:govern check now writes block messages to stderr so Claude Code actually displays them (blocking hooks only surface stderr on exit 2). Ships with the already-fixed VIBE_007 placeholder and VIBE_009 JSX <select> false positives.
  • Linux secrets vault (secret-tool) now pipes the master key via real stdin instead of an intermediate shell process that briefly exposed it in argv. Documented, but could not eliminate, a narrower local-only equivalent on macOS (Apple's security CLI has no safe alternative to -w).

Full Changelog: v4.5.0...v4.6.0

v4.5.0

Choose a tag to compare

@TenticleTim TenticleTim released this 06 Jul 21:54
22a5669

Reconciles GitHub's release history with what's already live on npm — thesmos-governance@4.5.0 has been the published latest dist-tag on the npm registry; this backfills the matching GitHub tag/release.

Note on repo history

While investigating this gap, we found the previous v4.4.0 tag points to a since-superseded line of history that diverged from main after the 2026-06-20 "911 rules" commit — the same feature work (Themis Rising, Olympus Rising, Feel the Gods, the 67-agent headcount decree, etc.) exists on both sides under different commit SHAs, consistent with a history rewrite at some point after that tag was cut. No work was lost — it's the same content, replayed. v4.4.0 is left as-is; this release targets current main, which matches origin/main and what's live on npm.

Install

npm install thesmos-governance
npx thesmos scan

Full docs: https://github.com/Holley-Studio/thesmos-governance

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:15

Published to npm as thesmos-governance@4.5.0 (a stale pending changeset minor-bumped the version during the release lifecycle — see PR #67). First release from the public repo with sigstore provenance. Includes the 67-agent roster decree, full Prometheus-remnant purge, and the storefront product-facts sync pipeline.

Thesmos Governance VS Code Extension v1.5.0

Choose a tag to compare

@TenticleTim TenticleTim released this 01 Jul 20:01

Thesmos Governance — VS Code Extension v1.5.0

Real-time AI repo governance inside VS Code — inline findings, health scores, and adapter sync for Claude, Gemini, Cursor, Copilot, and Codex.

Install

  1. Download thesmos-governance-vscode-1.5.0.vsix below
  2. Open VS Code → Cmd+Shift+PInstall from VSIX...
  3. Select the downloaded file → Reload window

What's included

  • Inline governance findings (BLOCKER / HIGH / MEDIUM)
  • Agent Activity sidebar panel
  • Adapter sync status
  • Health score display
  • 1,075 rules across security, AI, performance, and more

Full Pantheon (77 AI agents for Claude, ChatGPT, Gemini, Cursor, Copilot) available at holleystudio.gumroad.com/l/thesmos-pantheon

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 03:23

Full Changelog: v4.1.1...v4.2.1

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:49

What's Changed

  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #3
  • chore(deps-dev): bump esbuild from 0.20.2 to 0.28.1 by @dependabot[bot] in #5
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #10
  • chore(deps): bump @actions/github from 6.0.1 to 9.1.1 by @dependabot[bot] in #6
  • chore(deps): bump @actions/core from 1.11.1 to 3.0.1 by @dependabot[bot] in #7
  • chore(deps-dev): bump @vscode/vsce from 2.32.0 to 3.9.2 by @dependabot[bot] in #8
  • chore(deps-dev): bump the typescript-tooling group across 1 directory with 5 updates by @dependabot[bot] in #9

New Contributors

Full Changelog: v1...v4.1.1