Skip to content

Commit 304688f

Browse files
committed
Merge branch 'dev' of https://github.com/tw93/Pake into dev
2 parents 233ad7c + 997cda5 commit 304688f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AGENT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
## 7. Common AI Tasks
120120

121121
- **Adding a CLI Option**:
122-
1. Update `bin/types.ts` (Interface).
123-
2. Update `bin/defaults.ts` (Default value).
124-
3. Update `bin/cli.ts` (Commander option).
125-
4. Update `bin/options/index.ts` (Processing).
126-
5. Update `src-tauri/src/app/config.rs` (Struct definition) if it needs to pass to Rust.
122+
1. Update `bin/types.ts` (Interface).
123+
2. Update `bin/defaults.ts` (Default value).
124+
3. Update `bin/cli.ts` (Commander option).
125+
4. Update `bin/options/index.ts` (Processing).
126+
5. Update `src-tauri/src/app/config.rs` (Struct definition) if it needs to pass to Rust.
127127
- **Modifying Menu**: Edit `src-tauri/src/lib.rs` inside `setup` closure.
128128
- **Updating Injected Script**: Edit `src-tauri/src/inject/event.js` or `component.js`.

0 commit comments

Comments
 (0)