6 Commits

Author SHA1 Message Date
db56cda0ca feat(packaging): embed app icon + version metadata in the frozen exe
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 10:55:54 -04:00
4463866823 chore: gitignore docs/Help.rtf and the portable-build zip
The portable zip was untracked because the existing pattern used an
underscore (CIM-Service-Suite_*.zip) while the build emits a hyphenated
"-portable-<date>" name; add that pattern. Also ignore docs/Help.rtf — a
working copy of the help source that ships baked into the per-module help.py.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 13:24:44 -04:00
b68e17171c chore: purge legacy VB6 binaries/manuals from history; keep readable source
Rewrote history (git-filter-repo) to drop ~5 MB of non-readable legacy files
(.exe/.ocx/.tlb/.frx/.cdr/.pdf/.rtf/.doc/.ise/.aip/.gif/.ico/.manifest/.sxs32mm/
.tmp) across all commits, shrinking .git ~8.4 MB -> ~2.6 MB. Kept the VB6 source
(.frm/.bas/.cls/.vbp/.txt) — the protocol ground-truth referenced by CLAUDE.md and
the hardware-verification docs — and the small .tab reference files (restored, per
the .gitignore note). Added .gitignore guards so binaries can't be re-added.
Originals preserved in the PRE-legacy-purge backup bundle.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 08:20:13 -04:00
4e9162d75b chore: gitignore transient portable-build zips in packaging/ 2026-06-03 08:40:40 -04:00
f5147234aa move DA-12 VB6 baseline into modules/da12/legacy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 11:05:17 -04:00
f7e43d6b87 Baseline: legacy VB6 DA-12 Service Tool + rebuild design spec
Imports the original Visual Basic 6 source (Main.frm, Support.bas, Calib.frm,
NewSensors.frm, ComSetup.frm, Error.frm, project files) and reference data
(DACal.csv, DAService.tab, Exceptions.txt) as the starting point, plus the
approved modernization design spec under docs/superpowers/specs/.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 16:58:47 -04:00