sync: auto-sync from ACG-TECH03L at 2026-04-17 11:26:41

Author: Howard Enos
Machine: ACG-TECH03L
Timestamp: 2026-04-17 11:26:41
This commit is contained in:
2026-04-17 11:26:43 -07:00
parent ac4ceb65c0
commit 32888ea9d4
4 changed files with 484 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
- [ACG-5070 Workstation Setup](reference_workstation_setup.md) - Windows 11 Pro clean install 2026-03-30, replaced CachyOS. All tools installed.
## Project
- [MasterBooter Side Project](project_masterbooter.md) — Howard's Rust+Slint Windows deployment toolkit at C:\MasterBooter, separate from client work. Do not log to clients/.
- [Audio Processor Architecture](project_audio_processor_architecture.md) - Segment-first pipeline: detect breaks before transcription for complete content capture
- [Neptune Email Routing Issues](project_email_routing_neptune.md) - Multiple clients (devcon, Sorensen/rieussetcorp) have email not routing properly from Neptune
- [Neptune SBR Email Routing Setup](project_neptune_sbr_email_routing.md) - Full SBR routing chain, config file locations, MailProtector integration, access methods

View File

@@ -0,0 +1,31 @@
---
name: MasterBooter Side Project
description: Howard's personal side project at C:\MasterBooter — Windows deployment toolkit, separate from client/MSP work. Do not mix with clients/ content.
type: project
---
MasterBooter is Howard's personal Rust + Slint Windows deployment toolkit at `C:\MasterBooter`. Single-portable-EXE targeting IT/MSP/repair-shop techs. Four modes: Backup/Restore, Windows Deploy, WinPE Builder (WinRE-based), System Prep. Public GitHub repo: `Howweird/Masterbooter`.
**Why:** Side project separate from Arizona Computer Guru client work. Howard is learning Rust through it — code is heavily commented by design. Not a commercial product yet, no paying customers.
**How to apply:**
- When Howard mentions MasterBooter, WinPE builder, winpe.rs, deploy.rs, etc., context is `C:\MasterBooter`, NOT the `clients/` folder in ClaudeTools.
- Don't log MasterBooter sessions to `clients/` — they are personal project work, not customer engagements.
- Project has its own `C:\MasterBooter\CLAUDE.md` with its own rules. Follow those when in that directory.
- Heavy comments are intentional (learning), not tech debt.
**Key docs in C:\MasterBooter:**
- `VISION.md` — goals, 4 modes
- `REQUIREMENTS.md` — feature tracking (sections 1-10 complete, Section 11 added 2026-04-17 with F1-F25 planned)
- `DECISIONS.md` — ADRs (ADR-001 through ADR-014, Rust/Slint switch is ADR-005)
- `EXPANSION_PLAN.md` — full roadmap added 2026-04-17, phased execution plan
- `TODO_CLEANUP.md` — refactor backlog from March 2026 code review
- `CHANGELOG.md` — actively maintained
**Current status (2026-04-17):** v0.2.1 released. Phase 1 reliability work starting — logging, tempfile, DISM /English, quick-xml, tests, CLI, GHA. Then 26 new features (F1-F25) across 4 tiers + tool swaps.
**Reference programs Howard studies for ideas** (all in `C:\Users\howar\ClaudeSourceFiles\` or `C:\`):
- AMPIPIT (C:\AMPIPIT) — primary Rust+Slint reference
- GhostWin — Rust WIM/deploy reference
- d7x (C:\Users\howar\ClaudeSourceFiles\d7x) — MSP tool catalog inspiration (55+ bundled tools)
- Windows Setup Helper, Unattend Generator, SysprepPreparator, PhoenixPE