Documentation Index
Fetch the complete documentation index at: https://docs.signalrooms.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Worktree protocol
Status: Current summary. New implementation, documentation, handoff, and issue-scoped work should start from a fresh worktree based onorigin/main unless the operator explicitly says to continue an existing worktree.
Current protocol
Current:- Fetch
origin/main. - Create a fresh worktree outside the dirty canonical checkout.
- Create a branch named for the task.
- Read repo protocol files in order.
- Inspect the existing docs or code area.
- Make the smallest useful change.
- Verify locally.
- Show status and diff stats.
- Do not commit, push, or open a PR unless the operator asks.
Freshness gates
Current:- Use
scripts/linear-worktree-freshness.sh --all-worktreesfor coordination. - Use
scripts/linear-worktree-freshness.sh --issue DYL-XXX --strictfor Linear-backed work. - Stop if the script reports stale, diverged, or protected-dirty state for the target worktree.
Canonical checkout
Current:- Treat the canonical checkout as operator-owned.
- Do not clean it, reset it, stash it, or reuse it for new edits unless explicitly asked.