You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ Transform scattered project folders into a unified workspace for **AI coding ass
36
36
Modern **AI coding assistants** and **LLM agents** work best when they have clear, organized access to your project files. Instead of juggling multiple directories or losing context between different parts of your codebase, **Agent Context** creates a focused workspace with symlinked folders that maintain your original file structure while providing a unified view.
37
37
38
38
Perfect for:
39
+
39
40
- 🤖 **AI pair programming** sessions
40
-
- 🔄 **Multi-repository workflows**
41
+
- 🔄 **Multi-repository workflows**
41
42
- 📁 **Monorepo navigation**
42
43
- 🎯 **Focused development** sessions
43
44
- 🧠 **Context switching** between projects
@@ -87,23 +88,25 @@ You'll be guided through:
87
88
3.**Workspace Creation**: Automatic symlinking into your chosen workspace directory
88
89
89
90
#### Auto Mode
91
+
90
92
Creates a timestamped workspace under `~/coder-work/session-YYYYMMDD-HHMM` - perfect for quick AI coding sessions.
91
93
92
-
#### Manual Mode
94
+
#### Manual Mode
95
+
93
96
Lets you choose a custom target directory for more permanent workspace setups.
94
97
95
98
### Keyboard Controls
96
99
97
100
-**↑/↓**: Navigate through folders
98
-
-**←/→**: Collapse/expand directories
101
+
-**←/→**: Collapse/expand directories
99
102
-**Space/Enter**: Select/deselect folders
100
103
-**Esc/q**: Exit the application
101
104
102
105
## Use Cases
103
106
104
107
-**🤖 AI Coding Sessions**: Create focused workspaces for:
105
108
-**Claude Code** - AI pair programming with Anthropic's assistant
106
-
-**Cursor** - AI-first code editor with inline completions
109
+
-**Cursor** - AI-first code editor with inline completions
107
110
-**Windsurf** - Agentic AI coding with Cascade interface
108
111
-**GitHub Copilot** - Microsoft's AI pair programmer
109
112
-**Qwen Coder** - Alibaba's open-source coding model
@@ -119,6 +122,7 @@ Lets you choose a custom target directory for more permanent workspace setups.
119
122
## Workflow Examples
120
123
121
124
### AI Pair Programming Session with Claude Code
125
+
122
126
```bash
123
127
# Quick setup for Claude Code session
124
128
npx agent-context
@@ -127,6 +131,7 @@ npx agent-context
127
131
```
128
132
129
133
### Cursor AI-First Development
134
+
130
135
```bash
131
136
# Create organized workspace for Cursor
132
137
agent-context
@@ -136,6 +141,7 @@ agent-context
136
141
```
137
142
138
143
### Windsurf Agentic Coding
144
+
139
145
```bash
140
146
# Prepare workspace for Windsurf's Cascade AI
141
147
npx agent-context
@@ -144,15 +150,17 @@ npx agent-context
144
150
```
145
151
146
152
### Multi-Repository Feature Work with GitHub Copilot
0 commit comments