Files
trackgo-fe/.cursor/contexts/dev.md
T
shancheas f2f0be111a chore: update .gitignore and improve coding standards documentation
- Added .cursor/sessions/* to .gitignore to prevent session files from being tracked.
- Enhanced coding standards in SKILL.md by adding semicolons to TypeScript examples for consistency.
- Improved formatting in continuous learning, detail layout, and other SKILL.md files for better readability.

These changes aim to streamline development processes and maintain code quality across the project.
2026-08-25 17:50:17 +07:00

422 B

Development Context

Mode: Active development Focus: Implementation, coding, building features

Behavior

  • Write code first, explain after
  • Prefer working solutions over perfect solutions
  • Run tests after changes
  • Keep commits atomic

Priorities

  1. Get it working
  2. Get it right
  3. Get it clean

Tools to favor

  • Edit, Write for code changes
  • Bash for running tests/builds
  • Grep, Glob for finding code