Workspace Instructions Reference
Fased stores each Agent’s durable instructions in that Agent’s workspace. The default workspace is~/.fased/workspace; additional Agents can use their own
workspace paths.
Normal setup does not require copying files by hand. Onboarding and Agent
creation call the same workspace setup code and seed missing starter files:
AGENTS.md: operating instructions for the Agent.SOUL.md: identity, tone, and boundaries.TOOLS.md: user notes about local tools and devices. This file is guidance only; it does not grant tool access.IDENTITY.md: editable Agent identity details.USER.md: user preferences and profile notes.HEARTBEAT.md: instructions for background heartbeat checks.BOOTSTRAP.md: first-run checklist for new or incomplete workspaces.MEMORY.md: canonical curated memory file.memory/: directory for daily or topic memory Markdown files.
AGENTS.md, SOUL.md, TOOLS.md, or memory files, Fased
keeps them and only creates missing starter files.
Manual Recovery
If a workspace was damaged or you want to inspect the starter templates, use the checked-in templates underdocs/reference/templates/.
Startup Context
On each run, Fased builds a system prompt from the selected Agent and workspace. It can include concise excerpts from:AGENTS.mdSOUL.mdTOOLS.mdIDENTITY.mdUSER.mdHEARTBEAT.mdBOOTSTRAP.mdwhen the workspace is newMEMORY.mdand compatibilitymemory.mdwhen present
memory/*.md are
normally searched and read through memory tools rather than injected wholesale.
Memory Files
UseMEMORY.md for durable facts, preferences, decisions, and long-lived
constraints. Fased creates this file during workspace setup.
Use memory/YYYY-MM-DD.md or other Markdown files under memory/ for daily or
topic notes. Session-memory can write archive files there when enabled.
Lowercase memory.md is a compatibility root. Diagnostics may show it as
missing; that is not an error when MEMORY.md exists.
Skills, Tools, and Services
Workspace files are not the skill library and they do not grant execution permissions.- Agent > Skills controls which skills this Agent may load. Skill
instructions live in
SKILL.mdfiles. - Agent > Tools controls per-Agent allow/deny policy for tool calls.
- Agent > Services connects credentials for APIs such as web search, GitHub, Gmail, and media.
- Wallet > Skill Grants is required before reviewed wallet-capable skills can use Agent wallets. Mining and vault wallets are not granted to generic skills.
TOOLS.md can document how to use a local tool, but actual access still comes
from the runtime tool catalog and Agent policy.
Heartbeats
When heartbeat is enabled, Fased asks the Agent to readHEARTBEAT.md and
respond with HEARTBEAT_OK when no user-facing update is needed. Keep this file
short and focused on background checks.