Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 1.04 KB

File metadata and controls

3 lines (3 loc) · 1.04 KB
  • Claude Code readable (unminified) source is at /tmp/claude-code-readable/cli.js. Run /tmp/claude-code-readable/update.sh [version] to fetch and beautify the latest version from npm. The script downloads the tarball, runs js-beautify, and copies sdk-tools.d.ts and package.json alongside it. (2026-02-12)
  • The opencode-memory-graph plugin is at /Users/uenyioha/tmp/opencode-memory-graph (GitHub: ugoenyioha/opencode-memory-graph). It's a knowledge-graph-powered memory plugin for OpenCode using FalkorDB (local via falkordblite npm, remote via falkordb npm). Design docs are in docs/design.md, docs/ontology.md, and docs/research.md. Status: design phase, no code yet. Key novel features: Lesson entity for anti-patterns/dead ends, proactive warning surfacing via trigger embeddings, temporal edges with valid_at/invalid_at, three memory tiers (core/working/archival), scope-aware entities (global/project/session). (2026-02-20)
  • After completing the opencode-memory-graph CXDB/SQLite truth log work, write a paper titled "Agent As Runtime". (2026-02-21)