Every planspace produces a document — a spec that the agent maintains and updates with each turn. You, your team and your agent have the ability to edit documents. Edit history and attribution is continuously recorded so that you can navigate to any previous version, see what changed, who changed it and why. The document is always connected to the conversation and reasoning that shaped it.Documentation Index
Fetch the complete documentation index at: https://docs.tryscott.ai/llms.txt
Use this file to discover all available pages before exploring further.
Editing
The document editor by default prefers to use markdown with:- Rich text — headings, bold, italic, lists, links
- Code blocks — syntax-highlighted, language-aware
- Mermaid diagrams — rendered inline from Mermaid syntax
Semantic diffs
When the agent updates the document, Scott generates a semantic diff — a structured summary of what changed:| Change type | Meaning |
|---|---|
| Added | New sections, concepts, or requirements introduced |
| Modified | Existing content refined or updated |
| Removed | Content deleted from the previous version |
Version navigation
Every document version is accessible through the context flow:- Use the title dropdown to jump to the latest version or branch tip
- Switch to the Versions tab in the left panel to see the full DAG
- Click any node in the context flow to view that version’s document