Commit Graph

2 Commits

Author SHA1 Message Date
cb9d981b6f Dual license MIT OR Apache-2.0, add publish config, track bun.lock
- Add LICENSE, LICENSE-MIT, LICENSE-APACHE for dual licensing
- Add files + publishConfig.access to package.json for npm publish
- Update license references in AGENTS.md and README
- Fix .gitignore: track bun.lock, ignore bun.lockb instead of *.lock
- Track bun.lock in git
2026-04-21 14:08:04 +00:00
9a42dcfb94 Initial scaffold: open-memory plugin for OpenCode
- Plugin entry point with hooks: experimental.session.compacting,
  experimental.chat.system.transform, event
- Context tracker: SSE-based token tracking per session with
  green/yellow/red/critical thresholds
- Tools: memory_context, memory_compact, memory_summary,
  memory_sessions, memory_messages, memory_search, memory_plans
- History module: sqlite3 queries + markdown rendering
- Compaction: improved prompt emphasizing self-continuity
- Research docs: ARCHITECTURE.md + opencode-memory reference
2026-04-20 14:55:20 +00:00