Skip to content

Commit 0975e3f

Browse files
committed
docs: minor updates
1 parent 3e774c5 commit 0975e3f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/AGENTS.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
## Project Context
44

5-
- Electron + React desktop application
6-
- No existing users - migration code is not needed when changing data structures
5+
- Project is named `cmux`
6+
- Electron + React desktop application for parallel agentic development
7+
- UX should be fast, responsive, and intuitive
8+
9+
## Breaking Changes
10+
11+
The project is in early development phase. Breaking changes of minor features are expected. Strive
12+
for backwards and forwards compatibility whenever possible on critical features. Users should be
13+
able to upgrade, downgrade, upgrade between any two versions of cmux.
14+
Do not worry about migrations for breakage confined to the scope of the PR.
715

816
## AI-Generated Content Attribution
917

docs/context-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Start Here allows you to restart your conversation from a specific point, using
2020

2121
![Start Here](./img/plan-compact.webp)
2222

23-
This is a form of "opportunistic compaction" - the content is already well-structured, so the operation is instant. You can review the new starting point before the old context is permanently removed, making this the only reversible context management approach (use Cmd+Z/Ctrl+Z to undo).
23+
This is a form of "opportunistic compaction" - the content is already well-structured, so the operation is instant. You can review the new starting point before the old context is permanently removed, making this the only reversible
24+
compaction approach.
2425

2526
## `/clear` - Clear All History
2627

0 commit comments

Comments
 (0)