Skip to content

Commit 61032cd

Browse files
committed
docs: rename 'Context' to 'Project' for clarity
1 parent 0e206ed commit 61032cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/instruction-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmux layers instructions from two sources:
66

77
1. **Global**: `~/.cmux/AGENTS.md` (+ optional `AGENTS.local.md`) — always included
8-
2. **Context**: Either workspace OR project AGENTS.md (not both):
8+
2. **Project**: Either workspace OR project AGENTS.md (not both):
99
- **Workspace**: `<workspace>/AGENTS.md` (+ optional `AGENTS.local.md`) — if exists
1010
- **Project**: `<project>/AGENTS.md` (+ optional `AGENTS.local.md`) — fallback if workspace doesn't exist
1111

@@ -23,7 +23,7 @@ cmux reads mode context from sections inside your instruction files. Add a headi
2323

2424
Rules:
2525

26-
- Context instructions (workspace or project fallback) are checked first, then global instructions
26+
- Project instructions (workspace or project fallback) are checked first, then global instructions
2727
- The first matching section wins (at most one section is used)
2828
- The section's content is everything until the next heading of the same or higher level
2929
- Missing sections are ignored (no error)

0 commit comments

Comments
 (0)