Record 2026-09-12 lab status in the zapier-decisions progress repo.
Some checks are pending
offline / test (push) Waiting to run

STATUS.md covers the 3-node NATS cut-over, remaining Zapier/Verae work,
and the jobId → wait → receipt path.
This commit is contained in:
George Lambert 2026-09-12 00:06:21 -04:00
parent bd22f1500c
commit 8f0ea8dd31
4 changed files with 118 additions and 2 deletions

View file

@ -625,7 +625,7 @@ def main() -> None:
else:
extras = ("README.md", "SUMMARY.md", "NATS.md")
if pkg == "zapier-decisions":
extras = extras + ("LOG.md", "TODO.md")
extras = extras + ("LOG.md", "TODO.md", "STATUS.md")
if pkg == "verae-bootstrap":
extras = extras + ("HOST-DEPS.md",)
for name in extras:
@ -850,6 +850,7 @@ def main() -> None:
("packages/verae-zapier-simulator/README.pdf", "Simulator README"),
("packages/verae-fleet/docs/CONSOLE.pdf", "Operator console"),
("packages/ui-docs/UI-REVIEW.pdf", "UI review (screenshots + live doors)"),
("packages/zapier-decisions/STATUS.pdf", "Current lab status (2026-09-12)"),
("overview/README.pdf", "System overview"),
("overview/INDEX.pdf", "Documentation index"),
("docs/modules-pdf/index.pdf", "Module PDFs (book)"),
@ -861,6 +862,7 @@ def main() -> None:
("docs-master/README.html", "Master summaries (docs-master)"),
("docs-master/CATALOG-HOST.html", "Move the catalog to another hostname"),
("docs-master/HOST-DEPS.html", "Host OS / Node / NATS installer"),
("packages/zapier-decisions/STATUS.html", "Current lab status"),
("docs-master/MESSAGE-FLOWS.html", "Numbered message flows"),
("docs-master/modules-and-nats.html", "NATS address table"),
("packages/verae-bootstrap/HOST-DEPS.html", "Host OS / Node / NATS installer"),