Skip to content

docs: add set-up-memory guide (guides checkpoint 5)#40

Merged
BunsDev merged 3 commits into
mainfrom
docs/guides-memory
Jul 22, 2026
Merged

docs: add set-up-memory guide (guides checkpoint 5)#40
BunsDev merged 3 commits into
mainfrom
docs/guides-memory

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

Checkpoint 5 of the guides-section goal, stacked on #39: the Set Up Memory guide — persistent notes plus the local semantic index, created, inspected, and searched end to end.

Changes

  • content/docs/guides/set-up-memory.mdx — 5 steps: create a Markdown note under ~/.coven/memory/<familiar>/coven memory listing (incl. empty state and --json) → coven-memory ingest → semantic search --familiar --kstatus; local-only boundary called out; troubleshooting footer
  • content/docs/guides/index.mdx — catalog row linked
  • content/docs/guides/meta.json — page registered
  • scripts/check-guides-docs.mjs — pins for memory commands and the memory-model cross-link

Verified against source (../coven @ 2850c53)

  • scan_memory (cockpit_sources.rs:328): only .md files directly under memory/<familiar>/; title = file stem; excerpt = first paragraph; empty-dir → empty list
  • run_memory (observe.rs:423): reads via daemon GET /api/v1/memory (daemon is a stated prerequisite); prose renders FAMILIAR/TITLE/UPDATED/EXCERPT table and the No memory files. empty state
  • coven-memory crate (src/main.rs): ingest <path> --familiar, search <query> --familiar --k, status; default paths archival.tvim/archival.sqlite3; ships as a cargo workspace bin, not in the npm wrapper (npm/coven/package.json bins only coven) — guide uses cargo run -p coven-memory --
  • Embedding model download size/locality matches semantic-memory.mdx

Validation

  • check-guides-docs, english-only, no-leading-h1, mermaid-parse, validate-links (0 errors) ✅
  • npx fumadocs-mdx + npx tsc --noEmit + npx next build ✅ — all four guide pages prerendered

Fourth catalog entry: create a durable note under
~/.coven/memory/<familiar>/, list it with coven memory, then build and
query the local semantic index with coven-memory ingest/search/status.
Verified against scan_memory (cockpit_sources.rs:328), observe.rs
run_memory, and the coven-memory crate CLI.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coven-docs Ready Ready Preview Jul 22, 2026 12:32am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “Set Up Memory” guide to the Guides section, documenting the end-to-end flow for durable Markdown notes plus building/searching the local semantic index, and updates the guides catalog + validation script to keep the docs set complete.

Changes:

  • Add Set Up Memory guide covering note creation, coven memory listing (incl. empty state / --json), and coven-memory ingest/search/status via cargo run.
  • Register and link the new guide in the Guides nav (meta.json) and catalog (index.mdx).
  • Extend check-guides-docs to require the new page and pin key memory-related command mentions and a memory-model cross-link.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
scripts/check-guides-docs.mjs Adds set-up-memory to required guides and pins memory-related mentions + requires a memory-model link.
content/docs/guides/set-up-memory.mdx New step-by-step guide for creating/listing notes and ingesting/searching the local semantic index.
content/docs/guides/meta.json Registers set-up-memory in the Guides pages list.
content/docs/guides/index.mdx Adds a catalog link to the new “Set up memory” guide.

Comment thread content/docs/guides/set-up-memory.mdx Outdated
BunsDev and others added 2 commits July 21, 2026 19:29
Describe the ~/.coven/memory/ directory once and list both index
files, so archival.sqlite3 is not read as a cwd-relative path.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@BunsDev
BunsDev changed the base branch from docs/guides-daemon to main July 22, 2026 00:39
@BunsDev
BunsDev merged commit 5b05df2 into main Jul 22, 2026
1 check passed
@BunsDev
BunsDev deleted the docs/guides-memory branch July 22, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants