diff --git a/status/current-state.html b/status/current-state.html index 079cec2..e885ac6 100644 --- a/status/current-state.html +++ b/status/current-state.html @@ -125,6 +125,9 @@ header.top { padding: clamp(40px, 7vw, 76px) 0 34px; } /* flex, not grid: flex items grow to fill the last row, so a count that does not divide by the column count never leaves an empty tinted cell */ +.revs { border-collapse: collapse; margin-top: 16px; font-size: .92rem; } +.revs td { padding: 4px 14px 4px 0; vertical-align: top; border: 0; color: var(--muted); } +.revs td.mono { white-space: nowrap; color: var(--ink); font-weight: 600; } .kpis { display: flex; flex-wrap: wrap; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: 4px; overflow: hidden; margin-top: 30px; } @@ -306,22 +309,24 @@ footer { margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--hair); Plant Operations Assistant · Proof of Concept
Most of this page was read off the running host on 28 August 2026 - — containers listed, endpoints probed, the database queried, and two questions put through the - live assistant end to end. Nothing here is taken from the plan. Where this page and the build - documents disagree, this page is the later reading.
-Updated 31 August. The three open findings are - closed. They turned out to be one defect wearing three faces, and it was settled not by choosing - between the two disagreeing sides but by going to the SCADA configuration and finding that - both were describing something the historian does not use. The section that used to list - them now records what was actually wrong.
+Read off the running host, not taken from the plan. Where this page and the + build documents disagree, this page is the later reading.
+ +| 1 Sep | Seed re-keyed onto CI Server item names; live database + migrated, API rebuilt, answer re-checked. Trace log shows the full question set was run + earlier the same day, before the re-key. |
| 31 Aug | The three open findings closed — one defect wearing + three faces. |
| 28 Aug | Page first compiled from the host: containers listed, + endpoints probed, database queried, live answers timed. |
One thing is still needed from other people. Three more are ours, and none of them stops + anything today.
+| Open | Whose | Blocking? |
|---|---|---|
| A read-only login to the real plant historian, and its schema | +Outside this project | Yes — every number is a stand-in until it lands |
| The OpenPLC editor is not installed anywhere, so the control logic has no reviewable + source outside the container | Ours | No |
| The assistant refuses to recommend a setpoint. That is deliberate, and expected to be + revisited as a feature | Ours — a decision, not a defect | No |
| Faults in the deployment scripts and database migrations have nowhere to be recorded as + a test, so a fixed one can come back | Ours | No |
Twenty-eight containers on one shared host. Seven are ours; twenty-one were already here and serve other demos. This is the list the architecture deck never carried.
@@ -1009,7 +1034,7 @@ footer { margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--hair);Documented rather than hidden, and none of them to be shipped. Production closes them in this order: network separation, then secrets, then database guardrails, then document control integration, then resilience.