claude-prism 1.2.5 → 1.2.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.
- package/CHANGELOG.md +159 -0
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [1.2.6] — 2026-02-28
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- CHANGELOG.md added to npm package `files` (was missing from published tarball)
|
|
12
|
+
|
|
13
|
+
## [1.2.5] — 2026-02-28
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- **Global skill missing Essence phase** — `~/.claude/commands/claude-prism/prism.md` was still UDEC (no Essence). `/claude-prism:prism` and `/prism` now correctly start from ESSENCE.
|
|
17
|
+
- **E/E header collision** — `## E — EXECUTE` → `## X — EXECUTE` in slash command/skill files to disambiguate from `## E — ESSENCE`
|
|
18
|
+
- **SKILL.md step numbering** — was `3,2,3,4...`, now continuous `0-32`
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- **Analysis-only branch** in UNDERSTAND — skip D/E/C when no code change is needed
|
|
22
|
+
- **Verification scoping** in EXECUTE — filter build output to changed files only
|
|
23
|
+
- **Agent failure recovery** in EXECUTE — 3-step protocol (verify → complete → retry)
|
|
24
|
+
- Backported Git-as-Memory, Goal Recitation, Thrashing Detector, quality gates, Plan-Reality sync to `templates/commands/prism.md` (was only in SKILL.md)
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
- All 4 EUDEC entry points fully synchronized (rules.md, commands/prism.md, SKILL.md, CLAUDE.md)
|
|
28
|
+
- README: updated EUDEC Core Cycle diagram, added v1.2.5 feature highlights, documented global install file tree
|
|
29
|
+
|
|
30
|
+
## [1.2.4] — 2026-02-25
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
- `prism update` in source repo now updates commands/hooks/lib (was early-returning after rules only)
|
|
34
|
+
- All Korean labels → English across all templates (prism.md, SKILL.md, hud.md, omc-hud.mjs)
|
|
35
|
+
|
|
36
|
+
## [1.2.2] — 2026-02-25
|
|
37
|
+
|
|
38
|
+
### Fixed
|
|
39
|
+
- HUD statusline Korean labels → English (주간→Wkly, day names)
|
|
40
|
+
|
|
41
|
+
## [1.2.1] — 2026-02-25
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
- Stats template version now matches package.json (was stuck at v0.1.0)
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
- HUD statusline now fetches usage data directly from Anthropic OAuth API (30s cache TTL)
|
|
48
|
+
- No longer depends on OMC for usage cache refresh
|
|
49
|
+
- Stale cache fallback when API is unreachable
|
|
50
|
+
|
|
51
|
+
## [1.0.0] — 2026-02-24
|
|
52
|
+
|
|
53
|
+
### Added
|
|
54
|
+
- `prism analytics [--detail]` CLI command and slash command for usage statistics
|
|
55
|
+
- Session event logging in hook pipeline (blocks/warns automatically recorded)
|
|
56
|
+
- session.mjs included in installed lib files
|
|
57
|
+
- CHANGELOG.md (this file)
|
|
58
|
+
- GitHub Actions CI workflow (test on push/PR)
|
|
59
|
+
- Config schema versioning (`.claude-prism.json` version field)
|
|
60
|
+
- Verification Fallback Ladder (7-level, from automated tests to manual diff)
|
|
61
|
+
- Quality Gates between DECOMPOSE→EXECUTE and EXECUTE→CHECKPOINT
|
|
62
|
+
- Goal Recitation mechanism at batch boundaries
|
|
63
|
+
- Thrashing Detector (oscillation, scope creep, symptom chasing)
|
|
64
|
+
- Git-as-Memory protocol (commit per batch as rollback point)
|
|
65
|
+
- Environment Validation in UNDERSTAND phase
|
|
66
|
+
- Agent Delegation Verification with resource ownership
|
|
67
|
+
- Project-type verification examples (PHP, Static Sites, Scripts, Infra)
|
|
68
|
+
- Negative testing requirement for high-risk changes
|
|
69
|
+
- Project Memory (persistent docs/PROJECT-MEMORY.md)
|
|
70
|
+
|
|
71
|
+
### Changed
|
|
72
|
+
- SKILL.md fully synchronized with rules.md v3 features (10 items)
|
|
73
|
+
- doctor.md updated to reflect current file structure (was referencing deleted files)
|
|
74
|
+
- plan.md template now includes Related Plans, Codebase Audit, Files in Scope
|
|
75
|
+
- checkpoint.md now includes Plan-Reality sync and freshness verification
|
|
76
|
+
- prism.md + SKILL.md EXECUTE step numbers fixed (no longer collide with DECOMPOSE)
|
|
77
|
+
- Batch size guidance unified to 5-8 for simple/mechanical changes
|
|
78
|
+
- OMC Scope Guard thresholds explained (4 warn / 7 block standalone vs 8/12 with OMC)
|
|
79
|
+
- Section numbering: Assumption Detection now 2-5 (was duplicate 2-4)
|
|
80
|
+
- Command count increased from 7 to 8 (added analytics.md)
|
|
81
|
+
|
|
82
|
+
### Fixed
|
|
83
|
+
- Self-update detection: source repo now uses local templates instead of npx cache (v0.8.1)
|
|
84
|
+
|
|
85
|
+
## [0.8.0] — 2026-02-22
|
|
86
|
+
|
|
87
|
+
### Added
|
|
88
|
+
- UDEC v3 methodology upgrade based on field feedback and research
|
|
89
|
+
- Plan freshness validation and auto/manual verify separation
|
|
90
|
+
- Codebase Audit section in plan template
|
|
91
|
+
- Related Plans section for cross-plan dependency tracking
|
|
92
|
+
- No-test-infra verification row (legacy PHP, WordPress support)
|
|
93
|
+
- [S]-only batch size rule (up to 8 per batch)
|
|
94
|
+
- Advisory decomposition thresholds (coupling-aware)
|
|
95
|
+
- Rationalization Defense entries (4 new)
|
|
96
|
+
- Auto-counting in checkpoint command
|
|
97
|
+
|
|
98
|
+
### Changed
|
|
99
|
+
- Verification strategy now risk-based (not path-based)
|
|
100
|
+
- Auto vs Manual verification explicitly separated
|
|
101
|
+
|
|
102
|
+
## [0.7.2] — 2026-02-22
|
|
103
|
+
|
|
104
|
+
### Added
|
|
105
|
+
- Plan freshness validation at checkpoints
|
|
106
|
+
- Cross-plan overlap detection
|
|
107
|
+
|
|
108
|
+
## [0.7.0] — 2026-02-20
|
|
109
|
+
|
|
110
|
+
### Added
|
|
111
|
+
- plan-enforcement hook (warns when editing 6+ files without a plan)
|
|
112
|
+
- Reverted from premature 1.0.0 release
|
|
113
|
+
|
|
114
|
+
### Changed
|
|
115
|
+
- Restored 3-hook model (commit-guard, test-tracker, plan-enforcement)
|
|
116
|
+
|
|
117
|
+
## [0.6.0] — 2026-02-19
|
|
118
|
+
|
|
119
|
+
### Added
|
|
120
|
+
- UDEC v2 methodology
|
|
121
|
+
- Scope guard, debug loop, alignment detection hooks
|
|
122
|
+
|
|
123
|
+
### Removed
|
|
124
|
+
- Hooks with high false-positive rate (scope-guard, debug-loop, alignment)
|
|
125
|
+
|
|
126
|
+
## [0.5.0] — 2026-02-18
|
|
127
|
+
|
|
128
|
+
### Changed
|
|
129
|
+
- English-only base (removed i18n support for simplicity)
|
|
130
|
+
- Unified pipeline runners (pre-tool.mjs, post-tool.mjs)
|
|
131
|
+
|
|
132
|
+
## [0.4.0] — 2026-02-17
|
|
133
|
+
|
|
134
|
+
### Added
|
|
135
|
+
- Pipeline engine for running multiple rules per hook
|
|
136
|
+
- Session logging infrastructure
|
|
137
|
+
- Alignment detection hook
|
|
138
|
+
- i18n support (later removed in 0.5.0)
|
|
139
|
+
|
|
140
|
+
## [0.3.0] — 2026-02-16
|
|
141
|
+
|
|
142
|
+
### Added
|
|
143
|
+
- Context-aware verification (TDD for logic, build for UI)
|
|
144
|
+
- Adaptive batch sizes
|
|
145
|
+
|
|
146
|
+
## [0.2.2] — 2026-02-15
|
|
147
|
+
|
|
148
|
+
### Added
|
|
149
|
+
- Global install (`prism init --global`)
|
|
150
|
+
- OMC skill support
|
|
151
|
+
|
|
152
|
+
## [0.1.0] — 2026-02-14
|
|
153
|
+
|
|
154
|
+
### Added
|
|
155
|
+
- Initial release
|
|
156
|
+
- UDEC methodology framework (Understand, Decompose, Execute, Checkpoint)
|
|
157
|
+
- Commit guard hook
|
|
158
|
+
- Test tracker hook
|
|
159
|
+
- 6 slash commands (prism, checkpoint, plan, doctor, stats, help)
|
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ prism hud disable # Deactivate HUD statusline
|
|
|
233
233
|
|
|
234
234
|
## OMC Integration
|
|
235
235
|
|
|
236
|
-
Prism auto-detects [oh-my-claudecode](https://github.com/
|
|
236
|
+
Prism auto-detects [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode). When present, `prism stats` and `prism doctor` show OMC version. No configuration needed.
|
|
237
237
|
|
|
238
238
|
## Design Philosophy
|
|
239
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-prism",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "EUDEC methodology framework for AI coding agents — Essence, Understand, Decompose, Execute, Checkpoint.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"lib/",
|
|
32
32
|
"hooks/",
|
|
33
33
|
"templates/",
|
|
34
|
-
"README.md"
|
|
34
|
+
"README.md",
|
|
35
|
+
"CHANGELOG.md"
|
|
35
36
|
],
|
|
36
37
|
"repository": {
|
|
37
38
|
"type": "git",
|