Load or initialize a Fleet workstream project context. Use when asked to "load project" or "switch project".
Find the Claude Code auto-memory directory for this project. It's based on the working directory path:
pwd to get the current directory.~/.claude/projects/ + the cwd with / replaced by - and leading - (e.g., /Users/alice/Source/github.com/fleetdm/fleet → ~/.claude/projects/-Users-alice-Source-github-com-fleetdm-fleet/memory/).Use this as the base for all reads and writes below.
Look for a workstream context file named $ARGUMENTS.md in the memory directory. This contains background, decisions, and conventions for a specific workstream within Fleet.
If the project context file was found, give a brief summary of what you know and ask what we're working on today.
If the project context file doesn't exist:
.md files in the memory directory so they can see what's available.# Project: $ARGUMENTS
## Background
<!-- What is this workstream about, in the user's words + what you learned -->
## How it works
<!-- Key mechanisms, patterns, and code flow you discovered -->
## Key files
<!-- Important file paths for this workstream, with brief descriptions -->
## Key decisions
<!-- Important architectural or design decisions -->
## Status
<!-- What's done, what remains -->
As you work on a project, update the project file with useful discoveries — gotchas, important file paths, patterns — but not session-specific details.