docs: add moss-reflex procedural-memory community demo#395
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
Adds documentation entries to surface the external, MIT-licensed moss-reflex community demo as a “coding agents” procedural-memory example within the Moss monorepo docs.
Changes:
- Extend the top-level repo tree in
README.mdto includemoss-live-labs/community-demos/coding-agents/. - Add a “Claude Code” row to the integrations catalog pointing to the
moss-reflexcommunity demo docs. - Add a new
moss-reflexcommunity demo README describing capture/label/recall concepts and a quickstart.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates repo tree and integrations table to reference the new coding-agents community demo and Claude Code integration entry. |
| moss-live-labs/community-demos/coding-agents/moss-reflex/README.md | Adds documentation for the moss-reflex procedural-memory community demo and how to try it. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| │ ├── advanced-voice-agent/ # Persona impersonator built on a PDF knowledge base | ||
| │ └── image-search/ # FastAPI + React image search over COCO | ||
| └── community-demos/ # Community-contributed projects | ||
| ├── coding-agents/ # moss-reflex procedural memory |
Copilot review noted the new coding-agents/ line described the concept instead of listing demo names like the adjacent voice-agents/ entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013wHYvsmUw6PYvYefLL3sJZ
|
@Naut1cal5 can you sign the CLA? #395 (comment) |
Summary
moss-reflexto the coding-agent community demosWhy
Coding agents repeatedly rediscover repository-specific fixes.
moss-reflexuses a local Moss session as procedural memory: Claude Code hooks capture context/action/outcome episodes, mechanical signals label the result without an LLM, and a stdio MCP server recalls similar past situations before the next attempt.The complete MIT-licensed implementation is maintained at https://github.com/Naut1cal5/moss-reflex so its CLI, tests, benchmark harness, and releases do not drift inside this monorepo.
Validation
git diff --checkData and cost boundary
Episodes, local embeddings, queries, JSONL, and native snapshots remain on the developer machine. The project does not invoke an LLM for capture or labeling and local Moss queries are unmetered on the Developer plan. Credentials are environment-only; no project IDs or keys are included here.