Skip to content

History / Skills Reference

Revisions

  • Session limits and the status line: how an agent reads its own quota New Installation section: rate_limits reaches only the status-line command's stdin, so persisting it to ~/.claude/last-limits.json is the only channel by which Claude can read its remaining 5h/7d budget. Covers install, the render, and a field-semantics table — account-global percentages vs the last-renderer's context_pct vs the updated_at freshness gate — plus the "tell Claude it exists" step and why checkpoint-ending sessions pair with graph memory. Home: bullet in "Also do this". Skills-Reference: kg-ops now lists the recipe, and kg-core's recall instinct restated as layered depth-fetch to match the skill.

    @mironmax mironmax committed Jul 31, 2026
  • v0.9.31 docs: one-voice kg-core, search core upgrades, smear detection, write-side nudges

    @mironmax mironmax committed Jul 28, 2026
  • v0.9.24-25 docs: ambient recall + capture nudges, maintenance debt, kg-ops in skills table, server endpoints

    @mironmax mironmax committed Jul 20, 2026
  • v0.9.18 docs: preloaded memory, fixed char budgets, node-centric reads, search v2, kg_useful

    @mironmax mironmax committed Jul 3, 2026
  • v0.9.11: align wiki with current code and skill state - Installation.md: six skills (not four); kg-maintain is auto-loaded AND user-invocable, not "hidden." - Skills-Reference.md: replaced stale char-count table; refreshed kg-extract section for Tier 1/Tier 2 model and subsystem/component vocab. - Knowledge-Graph-API.md: kg_search documents RRF ranking and actual return shape (gist + notes + score, not full node body). - Design-Decisions.md, Data-and-Backup.md: token references 3000 → 4000. - Design-Decisions.md: kg_register_session is now part of kg_read (0.9.0). - Server-Management.md: removed broken `migrate` subcommand row; added GET /api/nodes/{level}/{id} (replaces non-existent POST .../recall); systemd section calls the kg-memory shim.

    @mironmax mironmax committed May 22, 2026
  • v0.9.8: update kg-maintain docs — gist/notes hygiene always-run passes

    @mironmax mironmax committed May 18, 2026
  • v0.9.5: kg-maintain user-invocable, RRF search, kg-visual, skill budget note

    @mironmax mironmax committed May 12, 2026
  • v0.9.3: three-tier compaction, skill limits, hook, corrected scoring formula - Install: add install_command.sh as required step (not optional) - Installation: correct skill desc limit (1,536 chars hard cap, ~5.5K total) - Skills-Reference: rewrite hidden skill summaries, fix char count table - How-It-Works: two-pass compaction, three-tier state table, weighted sum formula - Configuration: fix scoring formula (product → weighted sum), add ARCHIVED_BUDGET_RATIO - Home: bump version to 0.9.3, update compaction description, add wiki link

    @mironmax mironmax committed Apr 15, 2026
  • Update wiki for v0.9.0: consolidated tools, new API, token limit 4K - Knowledge-Graph-API.md: complete rewrite for 8-tool API - Installation.md: updated permission list (8 tools, no old names) - How-It-Works.md: kg_read(cwd) replaces register+read flow - Design-Decisions.md: kg_read(cwd, id) replaces kg_recall - Data-and-Backup.md: updated write-through tool list - Skills-Reference.md: kg_progress replaces get/set - Configuration.md: KG_MAX_TOKENS default 4000, updated guidance

    @mironmax mironmax committed Mar 20, 2026
  • Initial wiki: 10 documentation pages

    @mironmax mironmax committed Feb 6, 2026