How Claude agents should store and recall information about this project.
All persistent knowledge about this project — planned features, decisions made,
open improvements, session notes — lives in workspace/ and is
version-controlled. Agents must write project knowledge here, not into local
Claude memory files (~/.claude/memory/). The workspace is visible
to the user, survives across machines, and is the single source of truth.
workspace/outline/index.html, Smaller open improvements list or a numbered priority card.workspace/history/YYYY/MM-Month/DD-Day/index.html via the Update History action.workspace/guides/.workspace/actions/.Only things that genuinely cannot live in the repo:
rokojori-auth).Never write planned features, open bugs, session summaries, or architectural decisions into Claude local memory. If it belongs to the project, it belongs in the workspace.