WFAG · private reader

What's in this folder, what to upload, how to run local.

Folder shape

wildfuturesadvancement.com/
├── private/
│   └── index.html                          ← this file (Shalaco-private orientation)
├── public/
│   └── wildfuturesadvancement.com/         ← the upload payload
│       ├── index.html                       Engineering · operational day-page · open / Kota-safe
│       ├── cashboard.html                   Banking detail · Shalaco-private content
│       ├── winventory.html                  WINVENTORY26 · enter on-hand counts · input form
│       ├── winventory-sales.html            OSSIFY · sales-side · what sold since 05-20
│       ├── inventory-discovery.html         What inventory tools exist · sub-page
│       └── appendix.html                    Suggestions + tighter scope defs + secure-info notes
└── LAUNCH-WFAG-LOCAL.command               ← run a local server on this folder

What's in /public

primary entry point
public/wildfuturesadvancement.com/index.html
Daily operational view · #Engineering · #assembly and fulfillment · #cashflow operational items only · Slack-grounded · cards · sort modes · safe to share with Kota.
banking detail (Shalaco-private content)
public/wildfuturesadvancement.com/cashboard.html
Cashflow detail · balances · transfers · debts ledger · step sequence. Bank account / ACH / routing numbers absent (Captain "=== remove ====" directive honored). If you upload to .com, consider gating this with a password or hosting at an obscure path — the file itself does not enforce auth.
WINVENTORY26 · enter on-hand counts
public/wildfuturesadvancement.com/winventory.html
The operational input form · 23 mix-families × 8 container types from bom_constants.py LOCKED 2026-04-14 · par from 2026-05-20 snapshot · localStorage persists per day · save-to-file produces stamped JSON · copy-purchasing-list. Iterates from v0.0.0 (2025 ChatGPT) → v0.0.3 (Q2 2025) → scope.v2 + handoff.v1 + weekly.v1 → 26.
WINVENTORY26-AAA-000-OSSIFY · the sales side
public/wildfuturesadvancement.com/winventory-sales.html
Binge Ephemeris substrate populated with ShipStation Pick Lists 13+14 (98 units · 39 lines · NE-dominant 56%). Day-grouped 2026-05-20 → 2026-05-26. The companion to winventory.html: input form says "what we have," OSSIFY says "what's moving / queued."
inventory tooling discovery · what tools exist
public/wildfuturesadvancement.com/inventory-discovery.html
The audit sub-page · what inventory tools / scripts / dashboards exist locally · canonical recommendation · data formats. Linked from the run form and the sales view.
suggestions appendix
public/wildfuturesadvancement.com/appendix.html
Things to consider · tighter scope definitions · secure-info handling guidelines · open ratifies awaiting Captain.

What to upload

Take everything inside public/wildfuturesadvancement.com/ and drop it at the root of your wildfuturesadvancement.com web host. The four HTML files are self-contained — no CSS, JS, image, or font dependencies fetched from anywhere else. They'll work as-is over HTTP or HTTPS.

How to run local

Double-click the launcher in this folder's parent:

/Users/shalaco/Desktop/root/wildfuturesadvancement.com/LAUNCH-WFAG-LOCAL.command

It will probe a free port starting at 8850, serve the whole wildfuturesadvancement.com/ folder, and open this private reader in your browser.

What's in flight (may refresh soon)

running
v6 composite (Engineering | Executive | Cashboard with sesame gate)
A single composite HTML with top-nav, password-gated Executive + Cashboard views. When it lands, the index.html in this folder gets refreshed to that version and the separate cashboard.html may become redundant.
running
WFAG-INV-SALES-000 proposal
Proposal pulling from the new ShipStation + bank data drop at /Users/shalaco/Desktop/root/05-26-master-control-data-sets/. Will propose a dashboard wiring + named branched operating agents for Captain to ratify (not auto-fire).

What's NOT in any artifact (security)

Bank account nickname, ACH electronic account number, routing number — these were flagged === remove ==== by Captain in the cashflow addendum. Grep-verified absent from every file in this folder.


Stamped WFAG-DEPLOY-A000-05-26 · staged in ~/Desktop/root/wildfuturesadvancement.com/ · two folders (private · public) + one launcher · iterate-don't-decimate · the public payload is what the .com receives.