- ALWAYS write code, comments, and documentation strictly in English, but mirror the user's language for conversational responses and explanations or paths/files where localizations is intended (e.g.
*.fr-FR.md). - ALWAYS prefer conventions over configurations
- ALWAYS use conventional commit when commiting to git
- ALWAYS start by analyzing the
AGENTS.mdfile, thenREADME.mdto understand context,llms.txtto understand structure,CONTRIBUTING.mdto adopt project's conventions andMakefileto discover local tools. - ALWAYS update the related
CHANGELOG.mdfiles when a package is modified. - ALWAYS outline a step-by-step plan or pseudo-code strategy before generating the final implementation.
- ALWAYS minimize code volume by strictly adhering to KISS principles and systematically prioritizing the reuse of existing logic or native features over duplication or adding new dependencies.
- ALWAYS prefer use of local commands (
make install,make test,make analyze,npm *) and other user-documen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A little Meteor CheatSheet about Iron-Router. (updated on a weekly basis) | |
| # Check our Studio: https://gentlenode.com/ | |
| meteor add iron:router | |
| meteor update iron:router | |
| # Iron Router > Configuration |