claude-prism 1.1.0 β†’ 1.2.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,7 +108,7 @@ Prism includes an optional statusline HUD for Claude Code that shows live projec
108
108
  ```
109
109
  ⚑ my-project:main | Opus 4.6 | πŸ”‹84% | 11:17
110
110
  πŸ“‹ auth-refactor 60%(6/10) | πŸ’Ύ fix: token validation (2h)
111
- πŸ“Š μ„Έμ…˜ 45%(30m) β”‚ μ£Όκ°„92%(λͺ© 19:00)
111
+ πŸ“Š 45%(30m) β”‚ Wkly 93%(Wed 19:00)
112
112
  ```
113
113
 
114
114
  | Line | Content |
@@ -127,7 +127,7 @@ prism hud # Show current status
127
127
 
128
128
  Or from within Claude Code: `/claude-prism:hud enable`
129
129
 
130
- ### 4. Analytics
130
+ ### 5. Analytics
131
131
 
132
132
  Hook events (blocks, warnings) are automatically logged to session files. View aggregated statistics:
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-prism",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "EUDEC methodology framework for AI coding agents β€” Essence, Understand, Decompose, Execute, Checkpoint.",
5
5
  "type": "module",
6
6
  "bin": {