@axiomatic-labs/claudeflow 2.13.154 → 2.13.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/panel.js +1 -1
- package/package.json +1 -1
package/lib/panel.js
CHANGED
|
@@ -834,7 +834,7 @@ details[open] summary { padding-bottom: 8px; border-bottom: 1px solid var(--bord
|
|
|
834
834
|
<span class="version" id="version">…</span>
|
|
835
835
|
<span class="cwd" id="cwd">…</span>
|
|
836
836
|
<span class="actions">
|
|
837
|
-
<span class="enforce-pill" id="enforce-pill" title="Master switch — toggles every blocking enforcement hook (freeze-step-contract, enforce-task-creation, stack-debt-guard, ecosystem-artifacts, workflow-enforcement). Validators and reminders are unaffected.">
|
|
837
|
+
<span class="enforce-pill" id="enforce-pill" title="Master switch — toggles every blocking enforcement hook (freeze-step-contract, freeze-workflow-state, enforce-task-creation, stack-debt-guard, ecosystem-artifacts, require-build-for-code-change, workflow-enforcement). Validators and reminders are unaffected.">
|
|
838
838
|
<span class="enforce-label">Enforcement</span>
|
|
839
839
|
<label class="enforce-switch"><input type="checkbox" id="enforce-toggle" /><span class="enforce-slider"></span></label>
|
|
840
840
|
<span class="enforce-state" id="enforce-state">…</span>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiomatic-labs/claudeflow",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.155",
|
|
4
4
|
"description": "Claudeflow — AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"claudeflow": "./bin/cli.js"
|