Skip to content

Commit 82df25d

Browse files
author
Marvin Zhang
committed
refactor: simplify devlog discovery instructions and update tool references
1 parent de322ed commit 82df25d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
**This project uses ITSELF for development tracking. ALWAYS follow this workflow:**
66

77
### ⚠️ MANDATORY FIRST STEP: Always Discover Before Creating
8-
```
9-
🔍 BEFORE creating ANY devlog entry, ALWAYS run:
10-
mcp_devlog_discover_related_devlogs()
11-
```
8+
9+
🔍 BEFORE creating ANY devlog entry, ALWAYS run: `discover_related_devlogs`
1210

1311
**Why this matters:**
1412
- Prevents duplicate work and entries
@@ -43,13 +41,13 @@ mcp_devlog_discover_related_devlogs()
4341
## Essential SOPs
4442

4543
### Before Any Work
46-
1. **🔍 ALWAYS** run `mcp_devlog_discover_related_devlogs()` first
47-
2. **🔧 CHECK ERRORS** using `get_errors` tool before building/running
48-
3. **📊 CHECK STATUS** using `mcp_git_git_status()` to understand repo state
44+
1. **🔍 ALWAYS** run `discover_related_devlogs` first
45+
2. **🔧 CHECK ERRORS** using `problems` tool before building/running
46+
3. **📊 CHECK STATUS** using `git_status` to understand repo state
4947

5048
### Git Operations Priority
5149
**Use Git MCP tools as primary method:**
52-
- `mcp_git_git_status()`, `mcp_git_git_add()`, `mcp_git_git_commit()`, `mcp_git_git_push()`
50+
- `git_status`, `git_add`, `git_commit`, `git_push`
5351
- **Fallback to terminal only when MCP tools unavailable**
5452

5553
### Commit Early and Often

0 commit comments

Comments
 (0)