|
|
44c78eaf5a
|
docs: rich demo showcase in README + fix openclaw.id in package.json
- README: expanded demo section with collapsible output per feature
- README: shows real conversation, thread tracking, decisions, mood, snapshot, boot context
- package.json: added openclaw.id field (fixes plugin discovery on install)
- Bump v0.1.2
|
2026-02-17 12:45:57 +01:00 |
|
|
|
9feba6ac9b
|
chore: bump v0.1.1 — npm publish with demo sample output
|
2026-02-17 12:30:39 +01:00 |
|
|
|
9266e730a1
|
docs: add demo sample output for GitHub showcase
|
2026-02-17 12:30:12 +01:00 |
|
|
|
353d4dbbcf
|
docs: add demo section to README with sample output
|
2026-02-17 12:22:21 +01:00 |
|
|
|
f77a81a8b2
|
feat: add interactive demo showcase
Simulates a bilingual EN/DE conversation and shows:
- Thread tracking (3 threads detected, 1 auto-closed)
- Decision extraction (4 decisions, impact inference)
- Mood detection (frustrated → excited progression)
- Pre-compaction snapshot pipeline
- Boot context (BOOTSTRAP.md) generation
Run: npx tsx demo/demo.ts
|
2026-02-17 12:22:04 +01:00 |
|
|
|
d41a13f914
|
feat: openclaw-cortex v0.1.0 — conversation intelligence plugin
Thread tracking, decision extraction, boot context generation,
pre-compaction snapshots, structured narratives.
- 10 source files, 1983 LOC TypeScript
- 9 test files, 270 tests passing
- Zero runtime dependencies
- Cerberus approved + all findings fixed
- EN/DE pattern matching, atomic file writes
- Graceful degradation (read-only workspace, corrupt JSON)
|
2026-02-17 12:16:49 +01:00 |
|