Matthew Raymer
|
1666e77aa5
|
docs(rules): apply markdown standards and streamline rulesets
- Apply markdown.mdc formatting to all ruleset files (80-char line length, proper spacing)
- Update timesafari.mdc to reflect completed migration (remove triple migration pattern references)
- Clean up corrupted logging_standards.mdc and restore proper content
- Streamline architectural_decision_record.mdc for better readability
- Update all file dates to 2025-08-19 for consistency
- Add proper document headers and metadata to all ruleset files
- Remove duplicate content and improve file organization
- Maintain alwaysApply settings and glob patterns appropriately
Files affected: 15 ruleset files across app/, database/, development/, features/, workflow/ directories
|
2025-08-19 13:14:25 +00:00 |
|
Matthew Raymer
|
303f1bc565
|
refactor(cursor-rules): reorganize rules into logical directory structure
Restructure .cursor/rules from flat organization to hierarchical categories:
- app/: application-specific rules (timesafari, architectural decisions)
- database/: database-related rules (absurd-sql, legacy dexie)
- development/: development workflow rules
- docs/: documentation standards and markdown rules
- features/: feature-specific implementation rules (camera)
- workflow/: version control and workflow rules
Add base_context.mdc for shared context across all rule categories.
Improves maintainability and discoverability of cursor rules.
|
2025-08-16 08:38:25 +00:00 |
|