claude-blueprint 2.0.6 → 2.0.7

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blueprint",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Architecture Decision Records with teeth — 39 commands, 21 agents, 15 architecture paradigms. DDD bounded contexts, DCAR forces evaluation, reflexion model conformance, epistemic status tracking, Wardley strategic analysis, C4 diagrams, ATAM tradeoff analysis, risk heat maps, cross-repo federation, and configurable governance tiers. All with a cranky senior engineer persona.",
5
5
  "author": {
6
6
  "name": "pragnition"
package/hooks/hooks.json CHANGED
@@ -1,58 +1,4 @@
1
1
  {
2
- "description": "Blueprint architecture governance hooks. Most are disabled by default to avoid noise. Enable selectively with /blueprint:hooks.",
3
- "hooks": {
4
- "SessionStart": [
5
- {
6
- "matcher": ".*",
7
- "hooks": [
8
- {
9
- "type": "prompt",
10
- "prompt": "Periodic governance health nudge. This fires at session start — to avoid noise, only act roughly every 20 sessions: pick a random number 1-20 and only proceed if it equals 1. If proceeding: read {adr_directory}/.state/state.toml and check the [last_operations] timestamps. If any operation has never been run (empty string) or exceeds its staleness threshold (evidence_audit >90d, audit >60d, evaluation >90d, drift >30d, risk_assessment >90d, reflect >60d, strategic_map >180d), output a single concise line: 'Governance checks overdue. Run /blueprint:nudge for details.' If all timestamps are current or you decided to skip this session, stay completely silent — produce no output at all.",
11
- "timeout": 5
12
- }
13
- ],
14
- "_comment": "Periodic health nudge — lightweight governance staleness check (roughly every 20 sessions)"
15
- }
16
- ],
17
- "PreToolUse": [
18
- {
19
- "matcher": "Write|Edit",
20
- "hooks": [
21
- {
22
- "type": "prompt",
23
- "prompt": "Check if this file change violates any accepted ADR invariant. If it does, warn the user with the specific ADR reference. If no ADRs exist or no violation is detected, approve silently.",
24
- "timeout": 10
25
- }
26
- ],
27
- "disabled": true,
28
- "_comment": "Pre-commit architecture guard (ADR-0026). Enable with /blueprint:hooks install guard"
29
- }
30
- ],
31
- "PostToolUse": [
32
- {
33
- "matcher": "Skill",
34
- "hooks": [
35
- {
36
- "type": "prompt",
37
- "prompt": "Check if the skill that just completed was a bug-fix workflow: rapid:bug-fix, gsd:debug, gsd:quick (with fix-related arguments). If so, suggest: 'A bug was just fixed. Run /blueprint:retro to classify the root cause and check if this warrants an ADR.' Do not block.",
38
- "timeout": 5
39
- }
40
- ],
41
- "_comment": "Retro-suggest after RAPID/GSD bug-fix workflows"
42
- }
43
- ],
44
- "FileChanged": [
45
- {
46
- "matcher": "package\\.json|requirements\\.txt|pyproject\\.toml|Cargo\\.toml|go\\.mod",
47
- "hooks": [
48
- {
49
- "type": "prompt",
50
- "prompt": "A dependency manifest was modified. If a new dependency was added, suggest: 'Consider /blueprint:new to document this technology choice as an ADR.' Do not block.",
51
- "timeout": 5
52
- }
53
- ],
54
- "_comment": "Dependency-watch on package changes (ADR-0034)"
55
- }
56
- ]
57
- }
2
+ "description": "Blueprint architecture governance hooks. All hooks disabled prompt-type hooks produce unreliable LLM output that causes JSON validation errors and blocks continuation. Re-enable selectively with /blueprint:hooks when command-type replacements are available.",
3
+ "hooks": {}
58
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-blueprint",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "type": "module",
5
5
  "description": "Architecture Decision Records with teeth — lifecycle management, 15 architecture paradigms, DDD context scoping, DCAR forces evaluation, reflexion models, Wardley mapping, C4 diagrams, ATAM tradeoff analysis, and 19 specialized agents for Claude Code.",
6
6
  "bin": {