@boshu2/vibe-check 1.6.2 → 1.8.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.
- package/.agents/bundles/actionable-coaching-plan-2025-12-02.md +209 -0
- package/.agents/bundles/automatic-learning-cadence-plan-2025-12-02.md +1297 -0
- package/.agents/bundles/automatic-learning-cadence-research-2025-12-02.md +481 -0
- package/.agents/bundles/dashboard-data-quality-plan.md +458 -0
- package/.agents/bundles/rating-scoring-alignment-plan.md +427 -0
- package/.agents/bundles/rpi-session-capture-plan-2025-12-02.md +693 -0
- package/.agents/bundles/rpi-session-capture-research-2025-12-02.md +433 -0
- package/.agents/bundles/session-integration-plan-2025-12-02.md +144 -0
- package/.agents/plans/git-forensics-enhancement-2025-12-05.md +493 -0
- package/.claude/skills/typescript-review.md +152 -0
- package/CHANGELOG.md +53 -0
- package/CLAUDE.md +79 -3
- package/Makefile +160 -0
- package/README.md +141 -155
- package/SECURITY.md +5 -1
- package/assets/logo-dark.svg +47 -0
- package/assets/logo.svg +47 -0
- package/claude-progress.json +54 -4
- package/claude-progress.txt +114 -0
- package/dashboard/app.js +699 -66
- package/dashboard/chart.min.js +20 -0
- package/dashboard/dashboard-data.js +764 -0
- package/dashboard/dashboard-data.json +182 -71
- package/dashboard/index.html +139 -14
- package/dashboard/styles.css +579 -4
- package/dist/analyzers/patterns.d.ts +62 -0
- package/dist/analyzers/patterns.d.ts.map +1 -0
- package/dist/analyzers/patterns.js +103 -0
- package/dist/analyzers/patterns.js.map +1 -0
- package/dist/analyzers/quality.d.ts +58 -0
- package/dist/analyzers/quality.d.ts.map +1 -0
- package/dist/analyzers/quality.js +114 -0
- package/dist/analyzers/quality.js.map +1 -0
- package/dist/analyzers/sessions.d.ts +45 -0
- package/dist/analyzers/sessions.d.ts.map +1 -0
- package/dist/analyzers/sessions.js +123 -0
- package/dist/analyzers/sessions.js.map +1 -0
- package/dist/cli.js +5 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/analyze.d.ts.map +1 -1
- package/dist/commands/analyze.js +43 -2
- package/dist/commands/analyze.js.map +1 -1
- package/dist/commands/dashboard.js +4 -1
- package/dist/commands/dashboard.js.map +1 -1
- package/dist/commands/forensics.d.ts +29 -0
- package/dist/commands/forensics.d.ts.map +1 -0
- package/dist/commands/forensics.js +213 -0
- package/dist/commands/forensics.js.map +1 -0
- package/dist/commands/index.d.ts +5 -1
- package/dist/commands/index.d.ts.map +1 -1
- package/dist/commands/index.js +13 -3
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/insights.d.ts +3 -0
- package/dist/commands/insights.d.ts.map +1 -0
- package/dist/commands/insights.js +120 -0
- package/dist/commands/insights.js.map +1 -0
- package/dist/commands/learn.d.ts +3 -0
- package/dist/commands/learn.d.ts.map +1 -0
- package/dist/commands/learn.js +161 -0
- package/dist/commands/learn.js.map +1 -0
- package/dist/commands/lesson.d.ts +8 -0
- package/dist/commands/lesson.d.ts.map +1 -0
- package/dist/commands/lesson.js +206 -0
- package/dist/commands/lesson.js.map +1 -0
- package/dist/commands/pipeline.d.ts +3 -0
- package/dist/commands/pipeline.d.ts.map +1 -0
- package/dist/commands/pipeline.js +485 -0
- package/dist/commands/pipeline.js.map +1 -0
- package/dist/commands/profile.d.ts +0 -1
- package/dist/commands/profile.d.ts.map +1 -1
- package/dist/commands/profile.js +3 -206
- package/dist/commands/profile.js.map +1 -1
- package/dist/commands/session.d.ts +51 -0
- package/dist/commands/session.d.ts.map +1 -0
- package/dist/commands/session.js +599 -0
- package/dist/commands/session.js.map +1 -0
- package/dist/commands/sessions.d.ts +20 -0
- package/dist/commands/sessions.d.ts.map +1 -0
- package/dist/commands/sessions.js +201 -0
- package/dist/commands/sessions.js.map +1 -0
- package/dist/commands/watch.d.ts.map +1 -1
- package/dist/commands/watch.js +48 -7
- package/dist/commands/watch.js.map +1 -1
- package/dist/gamification/index.d.ts +1 -3
- package/dist/gamification/index.d.ts.map +1 -1
- package/dist/gamification/index.js +2 -5
- package/dist/gamification/index.js.map +1 -1
- package/dist/gamification/pattern-memory.d.ts +1 -1
- package/dist/gamification/pattern-memory.d.ts.map +1 -1
- package/dist/gamification/pattern-memory.js.map +1 -1
- package/dist/gamification/profile.d.ts +2 -2
- package/dist/gamification/profile.d.ts.map +1 -1
- package/dist/gamification/profile.js +2 -15
- package/dist/gamification/profile.js.map +1 -1
- package/dist/gamification/types.d.ts +8 -2
- package/dist/gamification/types.d.ts.map +1 -1
- package/dist/gamification/types.js.map +1 -1
- package/dist/insights/index.d.ts.map +1 -1
- package/dist/insights/index.js +16 -4
- package/dist/insights/index.js.map +1 -1
- package/dist/insights/types.d.ts +14 -0
- package/dist/insights/types.d.ts.map +1 -1
- package/dist/learning/cadence.d.ts +15 -0
- package/dist/learning/cadence.d.ts.map +1 -0
- package/dist/learning/cadence.js +130 -0
- package/dist/learning/cadence.js.map +1 -0
- package/dist/learning/index.d.ts +19 -0
- package/dist/learning/index.d.ts.map +1 -0
- package/dist/learning/index.js +35 -0
- package/dist/learning/index.js.map +1 -0
- package/dist/learning/lessons-storage.d.ts +48 -0
- package/dist/learning/lessons-storage.d.ts.map +1 -0
- package/dist/learning/lessons-storage.js +266 -0
- package/dist/learning/lessons-storage.js.map +1 -0
- package/dist/learning/lessons-types.d.ts +83 -0
- package/dist/learning/lessons-types.d.ts.map +1 -0
- package/dist/learning/lessons-types.js +15 -0
- package/dist/learning/lessons-types.js.map +1 -0
- package/dist/learning/nudges.d.ts +20 -0
- package/dist/learning/nudges.d.ts.map +1 -0
- package/dist/learning/nudges.js +68 -0
- package/dist/learning/nudges.js.map +1 -0
- package/dist/learning/retrospective.d.ts +27 -0
- package/dist/learning/retrospective.d.ts.map +1 -0
- package/dist/learning/retrospective.js +184 -0
- package/dist/learning/retrospective.js.map +1 -0
- package/dist/learning/storage.d.ts +44 -0
- package/dist/learning/storage.d.ts.map +1 -0
- package/dist/learning/storage.js +194 -0
- package/dist/learning/storage.js.map +1 -0
- package/dist/learning/surfacing.d.ts +36 -0
- package/dist/learning/surfacing.d.ts.map +1 -0
- package/dist/learning/surfacing.js +255 -0
- package/dist/learning/surfacing.js.map +1 -0
- package/dist/learning/synthesis.d.ts +17 -0
- package/dist/learning/synthesis.d.ts.map +1 -0
- package/dist/learning/synthesis.js +293 -0
- package/dist/learning/synthesis.js.map +1 -0
- package/dist/learning/types.d.ts +60 -0
- package/dist/learning/types.d.ts.map +1 -0
- package/dist/learning/types.js +17 -0
- package/dist/learning/types.js.map +1 -0
- package/dist/storage/index.d.ts +1 -0
- package/dist/storage/index.d.ts.map +1 -1
- package/dist/storage/index.js +11 -1
- package/dist/storage/index.js.map +1 -1
- package/dist/storage/spiral-history.d.ts +62 -0
- package/dist/storage/spiral-history.d.ts.map +1 -0
- package/dist/storage/spiral-history.js +265 -0
- package/dist/storage/spiral-history.js.map +1 -0
- package/docs/ARCHITECTURE.md +2 -10
- package/docs/GAMIFICATION.md +19 -266
- package/docs/METRICS.md +528 -0
- package/docs/VIBE-ECOSYSTEM.md +12 -78
- package/feature-list.json +141 -68
- package/package.json +1 -1
package/SECURITY.md
CHANGED
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Version | Supported |
|
|
6
6
|
| ------- | ------------------ |
|
|
7
|
+
| 1.7.x | :white_check_mark: |
|
|
7
8
|
| 1.x.x | :white_check_mark: |
|
|
8
9
|
|
|
9
10
|
## Security Assessment
|
|
10
11
|
|
|
11
|
-
**Last Review:** 2025-
|
|
12
|
+
**Last Review:** 2025-12-05
|
|
12
13
|
**Risk Level:** LOW
|
|
13
14
|
**Reviewer:** Automated + Manual
|
|
14
15
|
|
|
@@ -31,6 +32,8 @@ vibe-check is a local CLI tool that reads git history and writes statistics to l
|
|
|
31
32
|
2. Calculates metrics from commit patterns
|
|
32
33
|
3. Writes profile/calibration data to `.vibe-check/` directory
|
|
33
34
|
4. Optionally installs a pre-push git hook
|
|
35
|
+
5. Detects work sessions from commit timestamps (pure analysis)
|
|
36
|
+
6. Analyzes patterns like debug spirals and vague commits (pure analysis)
|
|
34
37
|
|
|
35
38
|
### What vibe-check does NOT do
|
|
36
39
|
|
|
@@ -175,4 +178,5 @@ We aim to respond within 48 hours and will credit reporters in the fix announcem
|
|
|
175
178
|
|
|
176
179
|
| Date | Version | Change |
|
|
177
180
|
|------|---------|--------|
|
|
181
|
+
| 2025-12-05 | 1.7.0 | Added forensics, sessions commands; updated threat model |
|
|
178
182
|
| 2025-11-29 | 1.2.0 | Initial security review documented |
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 100" fill="none">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="spiralGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#A78BFA"/>
|
|
5
|
+
<stop offset="100%" style="stop-color:#22D3EE"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="checkGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
8
|
+
<stop offset="0%" style="stop-color:#34D399"/>
|
|
9
|
+
<stop offset="100%" style="stop-color:#22D3EE"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
|
|
13
|
+
<!-- Spiral breaking into checkmark -->
|
|
14
|
+
<g transform="translate(10, 10)">
|
|
15
|
+
<!-- Spiral (left side, fading out) -->
|
|
16
|
+
<path d="M40 40
|
|
17
|
+
C40 25, 55 20, 60 35
|
|
18
|
+
C65 45, 50 55, 45 45
|
|
19
|
+
C42 38, 52 32, 55 40"
|
|
20
|
+
stroke="url(#spiralGrad)"
|
|
21
|
+
stroke-width="4"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
fill="none"
|
|
24
|
+
opacity="0.6"/>
|
|
25
|
+
|
|
26
|
+
<!-- Breaking point / transition -->
|
|
27
|
+
<circle cx="55" cy="40" r="3" fill="url(#spiralGrad)" opacity="0.4"/>
|
|
28
|
+
|
|
29
|
+
<!-- Checkmark (emerging from spiral) -->
|
|
30
|
+
<path d="M52 45 L62 55 L78 30"
|
|
31
|
+
stroke="url(#checkGrad)"
|
|
32
|
+
stroke-width="5"
|
|
33
|
+
stroke-linecap="round"
|
|
34
|
+
stroke-linejoin="round"
|
|
35
|
+
fill="none"/>
|
|
36
|
+
</g>
|
|
37
|
+
|
|
38
|
+
<!-- Text: vibe-check -->
|
|
39
|
+
<text x="100" y="62" font-family="system-ui, -apple-system, sans-serif" font-size="42" font-weight="600">
|
|
40
|
+
<tspan fill="#A78BFA">vibe</tspan><tspan fill="#94A3B8">-</tspan><tspan fill="#22D3EE">check</tspan>
|
|
41
|
+
</text>
|
|
42
|
+
|
|
43
|
+
<!-- Tagline -->
|
|
44
|
+
<text x="102" y="82" font-family="system-ui, -apple-system, sans-serif" font-size="14" fill="#CBD5E1" letter-spacing="0.5">
|
|
45
|
+
catch the spiral before it catches you
|
|
46
|
+
</text>
|
|
47
|
+
</svg>
|
package/assets/logo.svg
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 100" fill="none">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="spiralGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#7C3AED"/>
|
|
5
|
+
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="checkGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
8
|
+
<stop offset="0%" style="stop-color:#10B981"/>
|
|
9
|
+
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
|
|
13
|
+
<!-- Spiral breaking into checkmark -->
|
|
14
|
+
<g transform="translate(10, 10)">
|
|
15
|
+
<!-- Spiral (left side, fading out) -->
|
|
16
|
+
<path d="M40 40
|
|
17
|
+
C40 25, 55 20, 60 35
|
|
18
|
+
C65 45, 50 55, 45 45
|
|
19
|
+
C42 38, 52 32, 55 40"
|
|
20
|
+
stroke="url(#spiralGrad)"
|
|
21
|
+
stroke-width="4"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
fill="none"
|
|
24
|
+
opacity="0.6"/>
|
|
25
|
+
|
|
26
|
+
<!-- Breaking point / transition -->
|
|
27
|
+
<circle cx="55" cy="40" r="3" fill="url(#spiralGrad)" opacity="0.4"/>
|
|
28
|
+
|
|
29
|
+
<!-- Checkmark (emerging from spiral) -->
|
|
30
|
+
<path d="M52 45 L62 55 L78 30"
|
|
31
|
+
stroke="url(#checkGrad)"
|
|
32
|
+
stroke-width="5"
|
|
33
|
+
stroke-linecap="round"
|
|
34
|
+
stroke-linejoin="round"
|
|
35
|
+
fill="none"/>
|
|
36
|
+
</g>
|
|
37
|
+
|
|
38
|
+
<!-- Text: vibe-check -->
|
|
39
|
+
<text x="100" y="62" font-family="system-ui, -apple-system, sans-serif" font-size="42" font-weight="600">
|
|
40
|
+
<tspan fill="#7C3AED">vibe</tspan><tspan fill="#64748B">-</tspan><tspan fill="#06B6D4">check</tspan>
|
|
41
|
+
</text>
|
|
42
|
+
|
|
43
|
+
<!-- Tagline -->
|
|
44
|
+
<text x="102" y="82" font-family="system-ui, -apple-system, sans-serif" font-size="14" fill="#94A3B8" letter-spacing="0.5">
|
|
45
|
+
catch the spiral before it catches you
|
|
46
|
+
</text>
|
|
47
|
+
</svg>
|
package/claude-progress.json
CHANGED
|
@@ -161,15 +161,65 @@
|
|
|
161
161
|
}
|
|
162
162
|
],
|
|
163
163
|
"current_state": {
|
|
164
|
+
"phase": "completed",
|
|
164
165
|
"working_on": null,
|
|
165
166
|
"blockers": [],
|
|
166
167
|
"next_steps": [
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
168
|
+
"Run vibe-check on real projects to validate",
|
|
169
|
+
"Consider bumping version to 1.8.0",
|
|
170
|
+
"VIBE-047 DEFERRED: Era evolution tracking (scope creep risk - revisit after 045/046 proven)"
|
|
170
171
|
],
|
|
171
|
-
"resume_summary": "
|
|
172
|
+
"resume_summary": "VIBE-045 (forensics) and VIBE-046 (sessions) both implemented and tested. 41 new tracer tests, all 100 tests passing. Commands: vibe-check forensics, vibe-check sessions."
|
|
172
173
|
},
|
|
174
|
+
"sessions": [
|
|
175
|
+
{
|
|
176
|
+
"session_id": "2025-12-02-001",
|
|
177
|
+
"started": "2025-12-02T13:00:00Z",
|
|
178
|
+
"ended": "2025-12-02T19:10:00Z",
|
|
179
|
+
"vibe_level": 4,
|
|
180
|
+
"summary": "Session integration + docs: Built vibe-check session commands, updated AgentOps plugin, added 14 tests, created Makefile, ran feature audit",
|
|
181
|
+
"commits": ["0a2198f", "7e11c27", "e35f39a", "b0b7567", "a949ed4", "16c73f2"],
|
|
182
|
+
"features_completed": [],
|
|
183
|
+
"metrics": {
|
|
184
|
+
"trust_pass_rate": 100,
|
|
185
|
+
"rework_ratio": 0,
|
|
186
|
+
"iteration_velocity": 6,
|
|
187
|
+
"flow_efficiency": 100,
|
|
188
|
+
"vibe_score": 88
|
|
189
|
+
},
|
|
190
|
+
"retro": {
|
|
191
|
+
"failure_patterns_hit": [],
|
|
192
|
+
"failure_patterns_avoided": ["Debug Spiral", "Context Amnesia", "Velocity Crash"],
|
|
193
|
+
"learnings": [
|
|
194
|
+
"Session command integration enables automatic metrics capture",
|
|
195
|
+
"Feature audit reveals 50% of codebase is speculative features",
|
|
196
|
+
"Learning system has zero adoption evidence - candidate for removal"
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"session_id": "2025-12-02-002",
|
|
202
|
+
"started": "2025-12-02T19:30:00Z",
|
|
203
|
+
"ended": "2025-12-02T21:00:00Z",
|
|
204
|
+
"vibe_level": 3,
|
|
205
|
+
"summary": "Major cleanup: cut 20 files (-3900 lines), published v1.7.0. Fixed all docs. Created actionable coaching plan (5 features).",
|
|
206
|
+
"commits": ["6c28204", "1526f6d", "fbe6a89", "e77a6c9", "8f77bda", "e4515e8", "5ec7758", "871a0c4"],
|
|
207
|
+
"features_completed": ["VIBE-033", "VIBE-034"],
|
|
208
|
+
"metrics": {
|
|
209
|
+
"trust_pass_rate": 100,
|
|
210
|
+
"rework_ratio": 0
|
|
211
|
+
},
|
|
212
|
+
"retro": {
|
|
213
|
+
"failure_patterns_hit": [],
|
|
214
|
+
"failure_patterns_avoided": ["Scope Creep", "Over-engineering"],
|
|
215
|
+
"learnings": [
|
|
216
|
+
"Cutting features feels good - 78→58 files, cleaner codebase",
|
|
217
|
+
"Documentation debt accumulates - must update docs after code changes",
|
|
218
|
+
"Plan before implement - actionable coaching plan guides next work"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
],
|
|
173
223
|
"sessions_continued": [
|
|
174
224
|
{
|
|
175
225
|
"session_id": "2025-11-30-005",
|
package/claude-progress.txt
CHANGED
|
@@ -3,6 +3,90 @@ Created: 2025-11-29
|
|
|
3
3
|
|
|
4
4
|
## Session Log
|
|
5
5
|
|
|
6
|
+
--- 2025-12-02 21:00 - Major Cleanup & Actionable Coaching Plan ---
|
|
7
|
+
|
|
8
|
+
VIBE LEVEL: 3 (Balanced, verify key outputs)
|
|
9
|
+
|
|
10
|
+
COMPLETED:
|
|
11
|
+
- Major codebase cleanup:
|
|
12
|
+
- Cut learning system (10 files, 1755 lines)
|
|
13
|
+
- Cut advanced gamification (7 files, 1215 lines)
|
|
14
|
+
- Removed learn, lesson, intervene commands
|
|
15
|
+
- 78 → 58 source files, -3900 lines total
|
|
16
|
+
- Published v1.7.0 to npm
|
|
17
|
+
- Fixed all documentation:
|
|
18
|
+
- Makefile, CLAUDE.md, README.md
|
|
19
|
+
- docs/GAMIFICATION.md (full rewrite)
|
|
20
|
+
- docs/ARCHITECTURE.md, docs/VIBE-ECOSYSTEM.md
|
|
21
|
+
- Created actionable coaching plan:
|
|
22
|
+
- 5 new features (VIBE-040 to VIBE-044)
|
|
23
|
+
- Spiral history storage, personalized alerts
|
|
24
|
+
- ~300-400 lines, lean implementation
|
|
25
|
+
|
|
26
|
+
COMMITS:
|
|
27
|
+
- 6c28204 refactor: remove learning system and advanced gamification
|
|
28
|
+
- 1526f6d chore: bump version to 1.7.0
|
|
29
|
+
- fbe6a89 docs: remove references to deleted commands
|
|
30
|
+
- e77a6c9 docs: update GAMIFICATION.md and ARCHITECTURE.md
|
|
31
|
+
- 8f77bda docs: update VIBE-ECOSYSTEM.md and ARCHITECTURE.md
|
|
32
|
+
- e4515e8 feat(dashboard): enhanced visual dashboard
|
|
33
|
+
- 5ec7758 chore: add session bundles
|
|
34
|
+
- 871a0c4 plan: actionable coaching enhancement
|
|
35
|
+
|
|
36
|
+
ARTIFACTS:
|
|
37
|
+
- .agents/bundles/actionable-coaching-plan-2025-12-02.md
|
|
38
|
+
- feature-list.json updated with VIBE-040 to VIBE-044
|
|
39
|
+
|
|
40
|
+
REMAINING:
|
|
41
|
+
- VIBE-040: Spiral history storage (NDJSON)
|
|
42
|
+
- VIBE-041: Auto-record spirals during analyze/session
|
|
43
|
+
- VIBE-042: Personalized watch alerts
|
|
44
|
+
- VIBE-043: Session end coaching
|
|
45
|
+
- VIBE-044: Insights command
|
|
46
|
+
|
|
47
|
+
NEXT SESSION SHOULD:
|
|
48
|
+
- Start with VIBE-040: Create src/storage/spiral-history.ts
|
|
49
|
+
- Implement NDJSON append/query functions
|
|
50
|
+
- Then VIBE-041: Wire into analyze.ts and session.ts
|
|
51
|
+
|
|
52
|
+
================================================================================
|
|
53
|
+
|
|
54
|
+
--- 2025-12-02 - Automatic Learning Cadence Research & Planning ---
|
|
55
|
+
|
|
56
|
+
VIBE LEVEL: 4 (Research/Planning, exploratory)
|
|
57
|
+
|
|
58
|
+
COMPLETED:
|
|
59
|
+
- Research on automatic learning integration:
|
|
60
|
+
- Mapped 6 existing learning mechanisms in vibe-check
|
|
61
|
+
- Identified 4 natural trigger points (session boundary, streak, timeline, dashboard)
|
|
62
|
+
- Researched FSRS algorithm, behavioral nudges, retrospective tools
|
|
63
|
+
- Created comprehensive implementation plan:
|
|
64
|
+
- 6 new files in src/learning/ module
|
|
65
|
+
- New `vibe-check learn` command (--retro, --status, --pattern)
|
|
66
|
+
- Auto-nudges displayed after gamification output
|
|
67
|
+
- Weekly retro reminders, pattern warnings, level-up hints
|
|
68
|
+
- Added VIBE-032 to feature-list.json (planned, not implemented)
|
|
69
|
+
|
|
70
|
+
COMMITS: None (planning session)
|
|
71
|
+
|
|
72
|
+
ARTIFACTS:
|
|
73
|
+
- .agents/bundles/automatic-learning-cadence-research-2025-12-02.md
|
|
74
|
+
- .agents/bundles/automatic-learning-cadence-plan-2025-12-02.md
|
|
75
|
+
|
|
76
|
+
REMAINING:
|
|
77
|
+
- /implement automatic-learning-cadence-plan-2025-12-02.md
|
|
78
|
+
- Test learn command and nudge display
|
|
79
|
+
- Then implement ml-learning-loop-complete-plan-2025-11-28.md
|
|
80
|
+
|
|
81
|
+
NEXT SESSION SHOULD:
|
|
82
|
+
- Run /implement automatic-learning-cadence-plan-2025-12-02.md
|
|
83
|
+
- Create 6 files: types.ts, storage.ts, cadence.ts, nudges.ts, retrospective.ts, index.ts
|
|
84
|
+
- Add learn command to CLI
|
|
85
|
+
- Integrate with recordSession() and analyze output
|
|
86
|
+
- npm test && npm run dev learn --status
|
|
87
|
+
|
|
88
|
+
================================================================================
|
|
89
|
+
|
|
6
90
|
--- 2025-11-30 12:00 - Storage Enhancement Session ---
|
|
7
91
|
|
|
8
92
|
VIBE LEVEL: 5 (Infrastructure, high trust)
|
|
@@ -456,3 +540,33 @@ NEXT SESSION COULD:
|
|
|
456
540
|
|
|
457
541
|
================================================================================
|
|
458
542
|
|
|
543
|
+
|
|
544
|
+
--- 2025-12-02 12:10 - Session Integration + Feature Audit ---
|
|
545
|
+
|
|
546
|
+
COMPLETED:
|
|
547
|
+
- Built vibe-check session commands (start/end/status) with baseline capture
|
|
548
|
+
- Updated AgentOps session-management plugin with vibe-check integration
|
|
549
|
+
- Updated workspace slash commands (/session-start, /session-end)
|
|
550
|
+
- Added 14 session tests (40 total tests passing)
|
|
551
|
+
- Created Makefile with all npm commands
|
|
552
|
+
- Updated CLAUDE.md with architecture and command docs
|
|
553
|
+
- Ran comprehensive feature audit (78 files analyzed)
|
|
554
|
+
|
|
555
|
+
METRICS:
|
|
556
|
+
- Trust Pass Rate: 100%
|
|
557
|
+
- Rework Ratio: 0%
|
|
558
|
+
- VibeScore: 88%
|
|
559
|
+
- Rating: ELITE
|
|
560
|
+
|
|
561
|
+
FEATURE AUDIT FINDINGS:
|
|
562
|
+
- KEEP: analyze, watch, profile, basic gamification, pattern memory
|
|
563
|
+
- CUT CANDIDATES: learning system (10 files), intervention memory (2 files),
|
|
564
|
+
advanced gamification (5 files), semantic-free metrics (4 files)
|
|
565
|
+
- ADD CANDIDATES: vibe-check now (quick check), spiral notifications, pattern advice
|
|
566
|
+
|
|
567
|
+
NEXT SESSION SHOULD:
|
|
568
|
+
- Decide on feature cuts (learning system is biggest candidate)
|
|
569
|
+
- Implement vibe-check now for ultra-fast spiral check
|
|
570
|
+
- Consider npm publish v1.7.0
|
|
571
|
+
|
|
572
|
+
================================================================================
|