- Add speckit workflow infrastructure (.claude, .specify) - Create NixOS configuration skeleton (flake.nix, configuration.nix, hosts/ops-jrz1.nix) - Add sanitization scripts with 22 rules for personal info removal - Add validation scripts with gitleaks integration - Configure git hooks (pre-commit, pre-push) for security validation - Add project documentation (README, LICENSE) - Add comprehensive .gitignore for Nix, secrets, staging Phase 1 and Phase 2 complete. Foundation ready for module extraction from ops-base.
23 lines
454 B
Markdown
23 lines
454 B
Markdown
# [PROJECT NAME] Development Guidelines
|
|
|
|
Auto-generated from all feature plans. Last updated: [DATE]
|
|
|
|
## Active Technologies
|
|
[EXTRACTED FROM ALL PLAN.MD FILES]
|
|
|
|
## Project Structure
|
|
```
|
|
[ACTUAL STRUCTURE FROM PLANS]
|
|
```
|
|
|
|
## Commands
|
|
[ONLY COMMANDS FOR ACTIVE TECHNOLOGIES]
|
|
|
|
## Code Style
|
|
[LANGUAGE-SPECIFIC, ONLY FOR LANGUAGES IN USE]
|
|
|
|
## Recent Changes
|
|
[LAST 3 FEATURES AND WHAT THEY ADDED]
|
|
|
|
<!-- MANUAL ADDITIONS START -->
|
|
<!-- MANUAL ADDITIONS END --> |