We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454d7b7 commit cdbd97eCopy full SHA for cdbd97e
1 file changed
AGENTS.md
@@ -648,7 +648,7 @@ Set the environment variable: `BASE44_DISABLE_TELEMETRY=1`
648
4. **ES Modules** - Use `.js` extensions in imports
649
5. **Cross-platform** - Use `path` module utilities, never hardcode separators
650
6. **Command factory pattern** - Commands export `getXCommand(context)` functions, not static instances
651
-7. **Command wrapper** - All commands use `runCommand(fn, options, context)` utility
+7. **Command wrapper** - Majority of commands use `runCommand(fn, options, context)` utility
652
8. **Task wrapper** - Use `runTask()` for async operations with spinners
653
9. **consts.ts has no imports** - Keep `consts.ts` dependency-free to avoid circular deps
654
10. **Keep AGENTS.md updated** - Update this file when architecture changes
0 commit comments