Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
eval
command
Command eval is the L5 distillation-quality harness (docs/testing.md L5).
|
Command eval is the L5 distillation-quality harness (docs/testing.md L5). |
|
still
command
Command still is the Stillroom client: it distills local AI-tool sessions into a git-native team knowledge base and materializes that knowledge back into agent context.
|
Command still is the Stillroom client: it distills local AI-tool sessions into a git-native team knowledge base and materializes that knowledge back into agent context. |
|
stillroom-hub
command
Command stillroom-hub is the still room: the service that turns distilled knowledge into a link you can hand to another person.
|
Command stillroom-hub is the still room: the service that turns distilled knowledge into a link you can hand to another person. |
|
stillroomd
command
Command stillroomd serves a read-only, org-wide view of many repos' knowledge planes: cross-repo search over the facts and playbooks that `still distill` produced.
|
Command stillroomd serves a read-only, org-wide view of many repos' knowledge planes: cross-repo search over the facts and playbooks that `still distill` produced. |
|
internal
|
|
|
adapter/codex
Package codex is the OpenAI Codex CLI adapter: it turns a Codex "rollout" transcript into the tool-agnostic session.Digest the distiller consumes.
|
Package codex is the OpenAI Codex CLI adapter: it turns a Codex "rollout" transcript into the tool-agnostic session.Digest the distiller consumes. |
|
distill
Package distill turns a session digest into proposed knowledge-plane changes: new/updated facts and optionally a playbook revision.
|
Package distill turns a session digest into proposed knowledge-plane changes: new/updated facts and optionally a playbook revision. |
|
index
Package index builds a read-only, in-memory search index over the knowledge plane of many repos at once.
|
Package index builds a read-only, in-memory search index over the knowledge plane of many repos at once. |
|
ir
Package ir holds the knowledge-plane intermediate representation of Traces Git: facts and playbooks distilled from humanΓAI sessions.
|
Package ir holds the knowledge-plane intermediate representation of Traces Git: facts and playbooks distilled from humanΓAI sessions. |
|
ledger
Package ledger tracks which sessions have already been distilled, so auto-discovery never re-distills the same transcript.
|
Package ledger tracks which sessions have already been distilled, so auto-discovery never re-distills the same transcript. |
|
materialize
Package materialize renders the knowledge plane into the tool-agnostic injectable form: a single materialized.md pulled into agent context via a CLAUDE.md/AGENTS.md import line.
|
Package materialize renders the knowledge plane into the tool-agnostic injectable form: a single materialized.md pulled into agent context via a CLAUDE.md/AGENTS.md import line. |
|
pack
Package pack is the transport format for handing your accumulated experience to another person.
|
Package pack is the transport format for handing your accumulated experience to another person. |
|
queue
Package queue is the tiny pending-transcript queue the SessionEnd hook writes into and `still distill` drains.
|
Package queue is the tiny pending-transcript queue the SessionEnd hook writes into and `still distill` drains. |
|
redact
Package redact scrubs likely secrets from text before it leaves the machine or enters the shared knowledge repo.
|
Package redact scrubs likely secrets from text before it leaves the machine or enters the shared knowledge repo. |
|
review
Package review renders a human-readable summary of how a PR changes the knowledge plane.
|
Package review renders a human-readable summary of how a PR changes the knowledge plane. |
|
session
Package session holds the tool-agnostic session digest: the condensed, prompt-sized rendering of one AI coding session that the distiller consumes.
|
Package session holds the tool-agnostic session digest: the condensed, prompt-sized rendering of one AI coding session that the distiller consumes. |
|
text
Package text holds the one tokenizer the whole project shares.
|
Package text holds the one tokenizer the whole project shares. |
Click to show internal directories.
Click to hide internal directories.