You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
.. | ||
README.md | 2 days ago | |
build_architecture_guard.mdc | 2 days ago |
README.md
Architecture Rules Directory
Author: Matthew Raymer Date: 2025-08-20 Status: 🎯 ACTIVE - Architecture protection guidelines
Overview
This directory contains MDC (Model Directive Configuration) rules that protect critical architectural components of the TimeSafari project. These rules ensure that changes to system architecture follow proper review, testing, and documentation procedures.
Available Rules
Build Architecture Guard (build_architecture_guard.mdc
)
Protects the multi-platform build system including:
- Vite configuration files
- Build scripts and automation
- Platform-specific configurations (iOS, Android, Electron, Web)
- Docker and deployment infrastructure
- CI/CD pipeline components
When to use: Any time you're modifying build scripts, configuration files, or deployment processes.
Authorization levels:
- Level 1: Minor changes (review required)
- Level 2: Moderate changes (testing required)
- Level 3: Major changes (ADR required)
Usage Guidelines
For Developers
- Check the rule: Before making architectural changes, review the relevant rule
- Follow the process: Use the appropriate authorization level
- Complete validation: Run through the required checklist
- Update documentation: Keep BUILDING.md and related docs current
For Reviewers
- Verify authorization: Ensure changes match the required level
- Check testing: Confirm appropriate testing has been completed
- Validate documentation: Ensure BUILDING.md reflects changes
- Assess risk: Consider impact on other platforms and systems
Integration with Other Rules
- Version Control: Works with
workflow/version_control.mdc
- Research & Diagnostic: Supports
research_diagnostic.mdc
for investigations - Software Development: Aligns with development best practices
- Markdown Automation: Integrates with
docs/markdown-automation.mdc
for consistent documentation formatting
Emergency Procedures
If architectural changes cause system failures:
- Immediate rollback to last known working state
- Document the failure with full error details
- Investigate root cause using diagnostic workflows
- Update procedures to prevent future failures
Status: Active architecture protection Priority: Critical Maintainer: Development team Next Review: 2025-09-20