Context & Sessions
How FlyDocs manages project context, session continuity, and a knowledge base that carries decisions forward between conversations.
FlyDocs gives your AI tools persistent, structured context that carries forward between sessions.
Project context
flydocs/context/project.md is the foundation: your project's scope, stack,
conventions, and current priorities. Generated during install, refined during setup, and
loaded before every prompt via the context injection hook.
Context graph
The context graph tracks relationships between skills, decisions, sessions, issues, and project knowledge. It's not a flat file; it understands how things connect. When you start a new session, the AI doesn't just know what happened yesterday. It knows how yesterday's decisions relate to today's work.
Relationship Graph
Session continuity
Every session starts where the last one ended:
/start-sessionloads active issues, recent progress, and project context/wrap-sessioncaptures what happened, decisions made, and next steps- The context graph stores it all so nothing gets lost between conversations
Knowledge base
flydocs/knowledge/ is a growing repository of decisions, notes, and project
documentation (ADRs, technical discoveries, feature docs). Anything worth remembering goes
here. The AI consults it when making decisions, so institutional knowledge compounds over
time instead of resetting every session.
Coming soon: cross-session intelligence
Today, context carries forward within a single project. We're building cross-session intelligence so context compounds across your whole team. Decisions made in one session inform the next, across projects and contributors. Coming with the cloud tier.
Join the Discord for upcoming features, support, and early access to what's next.
Next
- Skills: platform skills, community skills, and progressive disclosure
- Hooks & Guardrails: how deterministic enforcement works
- Workflow Lifecycle: the repeatable lifecycle from capture to close