feat(seed): hero_demo Office samples + seed_install.sh orchestrator #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_seed_data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes deploy-side of home#183. Codifies §7 of DEPLOYMENT_NU_HERO_OS.md so a fresh deploy reaches a populated Office archipelago without per-VM
cpinvocations.Layout
Inputs are committed as text (markdown + python). Binary samples are generated on the VM at install time using
pandoc,python3-openpyxl, andlibreoffice— all installed byhero_skills install_core. Avoids committing binary blobs and keeps regen cheap.seed_install.shgenerate.sh(pandoc → docx, openpyxl → xlsx, libreoffice → pdf companions)office/out/*.{docx,xlsx,pdf}into$HERO_HOME/var/hero_foundry/$HERO_HOME/var/books/libraries.txtfromdata/books/libraries.txtIdempotent — safe to re-run after editing templates.
Runbook §7
Collapsed from manual
cpincantations to one shell line:Validation
Bash + Python AST parse cleanly. Runtime needs the office toolchain on the host (pandoc / openpyxl / libreoffice all in
install_coreafter hero_skills 7c823d1).Tracker
home#185.
Signed-off-by: mik-tf
Squash-merged to
developmentas9318fd0. Branch deleted.Pull request closed