Matthew Raymer
a224aced85
refactor(cursor-rules): restructure rules architecture with meta-rule system
- Reorganize cursor rules into logical domain-based directories
- Implement meta-rule system for workflow-specific rule bundling
- Move core rules to dedicated /core directory
- Consolidate development rules under /development namespace
- Add architectural patterns and implementation examples
- Create workflow-specific meta-rules for common development tasks
- Remove deprecated standalone rule files
- Update package dependencies for new rule structure
BREAKING CHANGE: Cursor rules file structure has been reorganized
Files moved from root rules directory to domain-specific subdirectories
2 days ago
Matthew Raymer
b9ca59a718
rules(timesafari): make platform philosophy always active
3 days ago
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
6 days ago
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.
1 week ago
Matthew Raymer
9cd4551bed
docs: add comprehensive GiftedDialog architecture overview
Add detailed analysis of GiftedDialog component architecture including:
- DRY and SOLID principles compliance assessment
- Cognitive load analysis with before/after comparisons
- Architectural complexity remediation plan
- Phased implementation strategy (cognitive load → composable architecture)
- Component hierarchy and dependency analysis
- Performance and security considerations
The document provides actionable recommendations for reducing complexity
while maintaining functionality, with specific code examples and metrics.
4 weeks ago
Matthew Raymer
2a32903326
chore: more cursor rules updates
4 weeks ago
Matthew Raymer
1180ebd4ca
chore: update cursor rulesets
4 weeks ago
Matthew Raymer
2055097cf2
feature(qrcode): reboot qrcode reader
4 months ago
Matthew Raymer
ff605b3676
feature(qrcode): reboot qrcode reader
4 months ago