Skip to content

Commit 8665963

Browse files
Update AGENTS.md
1 parent 962a523 commit 8665963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ When working on TypeScript code:
5959
1. Navigate to `effect-native/` directory
6060
2. Follow the spec-first workflow defined in `effect-native/.specs/AGENTS.md`
6161
3. Use the patterns and conventions documented in `effect-native/AGENTS.md`
62+
4. Keep changes in one feet/crsqlite long running branch; git push it regularly so that work is not lost
6263

6364
Reference submodules for Effect ecosystem:
6465
- `.refs/effect` — Effect-TS core library
@@ -393,4 +394,4 @@ Extensions are named: `crsqlite-{platform}-{arch}.{ext}`
393394
- Extension loading requires native SQLite libraries that support `loadExtension()`
394395
- Cross-platform builds require Nix remote builders or binary cache substitution
395396
- All build outputs go to `dist/` directory for production packaging
396-
- **When changing packaging/loading**, test: `npm run bundle-lib`, `npx libcrsql-extension-path`, `npm run test:docker`, `npm run test:vps`
397+
- **When changing packaging/loading**, test: `npm run bundle-lib`, `npx libcrsql-extension-path`, `npm run test:docker`, `npm run test:vps`

0 commit comments

Comments
 (0)