Skip to content

Commit cdbd97e

Browse files
committed
upd
1 parent 454d7b7 commit cdbd97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Set the environment variable: `BASE44_DISABLE_TELEMETRY=1`
648648
4. **ES Modules** - Use `.js` extensions in imports
649649
5. **Cross-platform** - Use `path` module utilities, never hardcode separators
650650
6. **Command factory pattern** - Commands export `getXCommand(context)` functions, not static instances
651-
7. **Command wrapper** - All commands use `runCommand(fn, options, context)` utility
651+
7. **Command wrapper** - Majority of commands use `runCommand(fn, options, context)` utility
652652
8. **Task wrapper** - Use `runTask()` for async operations with spinners
653653
9. **consts.ts has no imports** - Keep `consts.ts` dependency-free to avoid circular deps
654654
10. **Keep AGENTS.md updated** - Update this file when architecture changes

0 commit comments

Comments
 (0)