Record Leo live production preflight baseline
Some checks are pending
CI / lint-and-test (push) Waiting to run
Some checks are pending
CI / lint-and-test (push) Waiting to run
This commit is contained in:
parent
0d70c09f6f
commit
57bd705079
5 changed files with 281 additions and 3 deletions
|
|
@ -76,6 +76,8 @@ Use this file before making status claims. Prefer fresh VPS/GCP readbacks when c
|
|||
- Working Leo authorized-apply readiness verifier JSON: `docs/reports/leo-working-state-20260709/working-leo-apply-readiness-current.json`
|
||||
- Working Leo authorized apply operator runbook, not executed: `docs/reports/leo-working-state-20260709/working-leo-authorized-apply-runbook-current.md`
|
||||
- Working Leo authorized apply operator runbook JSON: `docs/reports/leo-working-state-20260709/working-leo-authorized-apply-runbook-current.json`
|
||||
- Working Leo live production preflight baseline, read-only: `docs/reports/leo-working-state-20260709/working-leo-production-preflight-current.md`
|
||||
- Working Leo live production preflight baseline JSON: `docs/reports/leo-working-state-20260709/working-leo-production-preflight-current.json`
|
||||
- Working Leo production apply receipt validation, currently missing receipt: `docs/reports/leo-working-state-20260709/working-leo-production-apply-receipt-validation-current.md`
|
||||
- Working Leo production apply receipt validation JSON: `docs/reports/leo-working-state-20260709/working-leo-production-apply-receipt-validation-current.json`
|
||||
- Working Leo cleanup readback: `docs/reports/leo-working-state-20260709/working-leo-cleanup-readback-current.md`
|
||||
|
|
@ -124,6 +126,7 @@ Use this file before making status claims. Prefer fresh VPS/GCP readbacks when c
|
|||
- The full integrated packet set is now clone-proven in production dependency order: mapped base, cross-surface anchor, Rio strategy context, governance/concept schema, and Helmer 7 Powers applied together in `teleo_integrated_rehearsal_20260710`, then rolled back in reverse order; production stayed unchanged and the disposable clone/temp files were removed.
|
||||
- The authorized-apply readiness verifier now passes: packet files exist and hash, apply/rollback order matches the manifest, expected counts match, clone apply/rollback markers are ordered, clone cleanup is proven, service stayed stable, and `production_apply_executed=false`.
|
||||
- The authorized apply operator runbook is generated and ready-not-executed: it gives preflight/apply/postflight/rollback command templates in manifest order, requires `TELEO_DATABASE_URL`, and now also includes a post-apply regression command bundle plus required production-apply receipt fields and an offline receipt validator. It still does not authorize or execute production SQL.
|
||||
- The live production preflight baseline now passes through the read-only collector: `5/5` preflight files executed on the VPS with `begin transaction read only`, `mutates_production_db=false`, `applies_production_packet=false`, and `production_apply_executed=false`. Current production still has generated base rows `0/0/0/0`, Helmer rows `0/0/0/0/0`, no generated governance/concept tables, and dependent Rio/cross-surface/governance base rows absent before any apply, as expected.
|
||||
- The production-apply receipt validator currently reports `missing_receipt`, which is correct because no production apply has been authorized or executed.
|
||||
- DB-first identity rendering is now documented from the July 9 PDFs plus VPS readback: canonical identity rows feed rendered `SOUL.md`, direct SOUL edits are not canonical DB updates, and no active renderer/timer/hook is proven in the current VPS readback.
|
||||
- The decision-matrix approval schema is still a target design on the current VPS: `kb_stage.matrix_voters`, `kb_stage.proposal_votes`, and `kb_stage.proposal_decisions` were not present in live schema readback.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Working Leo Current State - 2026-07-09
|
||||
|
||||
Generated UTC: `2026-07-10T01:33:00Z`
|
||||
Generated UTC: `2026-07-10T01:42:00Z`
|
||||
|
||||
## Current Working Definition
|
||||
|
||||
|
|
@ -137,10 +137,18 @@ A working Leo, for Cory/m3taversal's current expectation, is a Telegram-facing a
|
|||
- `status=ready_not_executed`
|
||||
- `ready_for_authorized_operator=true`
|
||||
- command templates cover preflight, apply, postflight, and rollback in manifest dependency order
|
||||
- pre-apply validation now includes `collect_working_leo_production_preflight.py`, which statically rejects mutating SQL and wraps each preflight in `begin transaction read only`
|
||||
- post-apply regression bundle now requires the non-posting direct-claim handler suite, strict scorer, focused local regression tests, and gateway service readback
|
||||
- production apply receipt schema now requires explicit authorization record, operator identity, git SHA, preflight/apply/postflight output paths, expected-vs-actual counts, regression paths, service readback, cleanup readback, rollback packet paths, and residual risks
|
||||
- offline receipt validator is installed and currently reports `missing_receipt`, as expected before any authorized production apply
|
||||
- generator does not connect to Postgres or run SQL; production apply still requires explicit authorization
|
||||
- Live production preflight baseline is now retained:
|
||||
- the collector ran on the VPS with `--transport local-docker`, `execute_requested=true`, `mutates_production_db=false`, `applies_production_packet=false`, `production_apply_executed=false`, and `readonly_transaction_wrapper=true`
|
||||
- `5/5` preflight SQL files returned `ok=True`
|
||||
- mapped base proposals `14fa5ecc` and `ac036c9d` remain `approved`, required existing claims are present, and generated rows remain `0/0/0/0`
|
||||
- Helmer proposal `a64df080` remains `approved`, required existing claims are present, and generated rows remain `0/0/0/0/0`
|
||||
- cross-surface/Rio/governance preflights show the expected before-apply baseline: dependent generated base rows are still absent and governance/concept tables are still absent
|
||||
- this is read-only production preflight evidence, not production apply authorization or proof of canonical mutation
|
||||
- VPS/Hermes/DB identity and document-linking map is now documented:
|
||||
- the supplied July 9 master/build and database-reference PDFs confirm the intended architecture is DB-first identity: canonical Postgres identity graph rows render to `SOUL.md`, and evidence depth remains on demand through `teleo-kb`
|
||||
- direct `SOUL.md` edits are profile/runtime artifact edits, not canonical DB updates; they can drift or be overwritten unless represented in canonical rows first
|
||||
|
|
@ -186,6 +194,7 @@ A working Leo, for Cory/m3taversal's current expectation, is a Telegram-facing a
|
|||
- Integrated clone proof log: `outputs/rich-proposal-creation-plan-20260709/integrated-20260710/working-leo-integrated-clone-rehearsal-current.log`
|
||||
- Authorized-apply readiness verifier: `work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-apply-readiness-current.md`
|
||||
- Authorized apply operator runbook: `work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-authorized-apply-runbook-current.md`
|
||||
- Live production preflight baseline: `work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-production-preflight-current.md`
|
||||
- Production apply receipt validation: `work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-production-apply-receipt-validation-current.md`
|
||||
- Cleanup readback: `work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-cleanup-readback-current.md`
|
||||
- VPS/Hermes/DB mapping: `outputs/vps-hermes-db-mapping-20260709.md`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Working Leo Execution Plan - 2026-07-09
|
||||
|
||||
Claim ceiling: VPS Telegram memory/KB audit, full live-safe open-ended Telegram suite, full mixed-evidence Cory-style outcome/direct-claim sandbox benchmark, live VPS GatewayRunner no-context direct-claim suite, Telegram-to-`kb_stage` proposal staging, and strict existing-ID apply are working. The live VPS handler suite for exact `DC-01` through `DC-06` prompts strict-scores `6/6` after the latest VPS deploy and scorer refresh, with no Telegram post, no live profile write, no production DB apply, unchanged DB counts, temp profile cleanup, and unchanged gateway service state during the harness. The full prepared DB packet set is integrated-clone-proven in dependency order: mapped rich base, cross-surface anchor, Rio strategy context, governance/concept schema, and Helmer 7 Powers. An authorized apply operator runbook is generated, but none of those packets are production-applied. GCP parity remains pending.
|
||||
Claim ceiling: VPS Telegram memory/KB audit, full live-safe open-ended Telegram suite, full mixed-evidence Cory-style outcome/direct-claim sandbox benchmark, live VPS GatewayRunner no-context direct-claim suite, Telegram-to-`kb_stage` proposal staging, and strict existing-ID apply are working. The live VPS handler suite for exact `DC-01` through `DC-06` prompts strict-scores `6/6` after the latest VPS deploy and scorer refresh, with no Telegram post, no live profile write, no production DB apply, unchanged DB counts, temp profile cleanup, and unchanged gateway service state during the harness. The full prepared DB packet set is integrated-clone-proven in dependency order: mapped rich base, cross-surface anchor, Rio strategy context, governance/concept schema, and Helmer 7 Powers. A read-only live production preflight baseline now passes `5/5`, and an authorized apply operator runbook is generated, but none of those packets are production-applied. GCP parity remains pending.
|
||||
|
||||
## WL-EXEC-01 - VPS Telegram-visible memory + KB audit
|
||||
- Status: `done`
|
||||
|
|
@ -96,7 +96,7 @@ Claim ceiling: VPS Telegram memory/KB audit, full live-safe open-ended Telegram
|
|||
|
||||
## WL-EXEC-06B - Integrated production-order packet rehearsal
|
||||
- Status: `done_integrated_clone_ready_not_executed`
|
||||
- Result: Applied the full prepared packet set in one disposable clone in dependency order: mapped base, cross-surface anchor, Rio strategy context, governance/concept schema, and Helmer 7 Powers. Expected integrated footprint was `12` claims, `28` sources, `18` claim edges, `34` claim evidence rows, `1` reasoning tool, `2` Rio strategy nodes, `5` Rio strategy anchors, `1` concept map, `1` concept link, `2` governance links, one Helmer ledger row marked applied, and one cross-surface anchor update. Reverse rollback restored all generated rows/schema to zero/absent, restored the cross-surface anchor to the old claim, restored the Helmer ledger to `approved`, dropped the disposable DB, removed temp files, and left production unchanged. The apply-readiness verifier now passes over the retained manifest/files/logs with `ready_for_authorized_production_apply_packet=true`, `production_apply_executed=false`, and `production_apply_authorization_present=false`. The authorized apply runbook now emits preflight/apply/postflight/rollback command templates in manifest order, a post-apply regression command bundle, a required production-apply receipt schema, and an offline receipt validator with `status=ready_not_executed`.
|
||||
- Result: Applied the full prepared packet set in one disposable clone in dependency order: mapped base, cross-surface anchor, Rio strategy context, governance/concept schema, and Helmer 7 Powers. Expected integrated footprint was `12` claims, `28` sources, `18` claim edges, `34` claim evidence rows, `1` reasoning tool, `2` Rio strategy nodes, `5` Rio strategy anchors, `1` concept map, `1` concept link, `2` governance links, one Helmer ledger row marked applied, and one cross-surface anchor update. Reverse rollback restored all generated rows/schema to zero/absent, restored the cross-surface anchor to the old claim, restored the Helmer ledger to `approved`, dropped the disposable DB, removed temp files, and left production unchanged. The apply-readiness verifier now passes over the retained manifest/files/logs with `ready_for_authorized_production_apply_packet=true`, `production_apply_executed=false`, and `production_apply_authorization_present=false`. The authorized apply runbook now emits preflight/apply/postflight/rollback command templates in manifest order, a read-only pre-apply production baseline collector, a post-apply regression command bundle, a required production-apply receipt schema, and an offline receipt validator with `status=ready_not_executed`. The live production preflight baseline ran through `begin transaction read only` and passed `5/5` with no production apply executed.
|
||||
- Next action: If production apply is explicitly authorized, use the generated runbook order, run every postflight SQL file, run the post-apply regression bundle, retain the production receipt, and then rerun any user-visible Telegram canary needed for the demo/meeting tier.
|
||||
- Not done condition: Production canonical rows/schema remain unapplied until explicit production apply authorization.
|
||||
- Evidence:
|
||||
|
|
@ -104,6 +104,7 @@ Claim ceiling: VPS Telegram memory/KB audit, full live-safe open-ended Telegram
|
|||
- `/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/outputs/rich-proposal-creation-plan-20260709/integrated-20260710/working-leo-integrated-clone-rehearsal-current.log`
|
||||
- `/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-apply-readiness-current.md`
|
||||
- `/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-authorized-apply-runbook-current.md`
|
||||
- `/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-production-preflight-current.md`
|
||||
- `/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/work/teleo-infra-main/docs/reports/leo-working-state-20260709/working-leo-production-apply-receipt-validation-current.md`
|
||||
|
||||
## WL-EXEC-07 - Leo-in-the-loop staging from Telegram
|
||||
|
|
|
|||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"applies_production_packet": false,
|
||||
"claim_ceiling": "This is read-only production preflight evidence. It can prove current row-level readiness or drift before an apply window. It does not authorize production apply and does not prove canonical rows were changed.",
|
||||
"command_redacted": "docker exec -i teleo-pg psql -U postgres -d teleo -v ON_ERROR_STOP=1 -P pager=off",
|
||||
"execute_requested": true,
|
||||
"failures": [],
|
||||
"generated_at_utc": "2026-07-10T01:42:02.835653+00:00",
|
||||
"mode": "live_vps_readonly_preflight",
|
||||
"mutates_production_db": false,
|
||||
"passes": 5,
|
||||
"preflight_count": 5,
|
||||
"production_apply_executed": false,
|
||||
"readonly_transaction_wrapper": true,
|
||||
"results": [
|
||||
{
|
||||
"executed": true,
|
||||
"forbidden_tokens": [],
|
||||
"index": 1,
|
||||
"ok": true,
|
||||
"packet_id": "mapped-rich-base",
|
||||
"path": "docs/reports/leo-working-state-20260709/production-preflight.sql",
|
||||
"preflight_file": "production-preflight.sql",
|
||||
"readonly_sql_sha256": "7f35adff041068b2b4994621c470031ade0dcfcf6ff5f941b2dd578282c7dc23",
|
||||
"returncode": 0,
|
||||
"sql_sha256": "2d1eb113b1ea2f4c16096f432cca254c5edc259c9c5c27fcec01a98fe54014ff",
|
||||
"static_readonly_ok": true,
|
||||
"stderr": "",
|
||||
"stdout": "BEGIN\n id | status | proposal_type | reviewed_by_handle | reviewed_at \n--------------------------------------+----------+-----------------+--------------------+-------------------------------\n 14fa5ecc-ac7a-41c1-807d-a2e85b936617 | approved | attach_evidence | m3ta | 2026-07-05 19:30:48.707181+00\n ac036c9d-20a0-4ffe-881f-57d6b7bacf22 | approved | attach_evidence | m3ta | 2026-07-05 19:11:40.673615+00\n(2 rows)\n\n check_name | id | reason \n------------+----+--------\n(0 rows)\n\n expected_claims | expected_sources | expected_claim_edges | expected_claim_evidence \n-----------------+------------------+----------------------+-------------------------\n 7 | 15 | 11 | 17\n(1 row)\n\n generated_claim_rows | generated_source_rows | generated_edge_rows | generated_evidence_rows \n----------------------+-----------------------+---------------------+-------------------------\n 0 | 0 | 0 | 0\n(1 row)\n\nCOMMIT\n"
|
||||
},
|
||||
{
|
||||
"executed": true,
|
||||
"forbidden_tokens": [],
|
||||
"index": 2,
|
||||
"ok": true,
|
||||
"packet_id": "cross-surface-anchor",
|
||||
"path": "docs/reports/leo-working-state-20260709/cross-surface-preflight.sql",
|
||||
"preflight_file": "cross-surface-preflight.sql",
|
||||
"readonly_sql_sha256": "36dde959eda643e3f7ffc2b458571ba863bfc1def66273e91c7e0946acd33ae3",
|
||||
"returncode": 0,
|
||||
"sql_sha256": "dde19cddf80819145f755a028ed1b7a0c975b8e59a055e274843e21109dfff55",
|
||||
"static_readonly_ok": true,
|
||||
"stderr": "",
|
||||
"stdout": "BEGIN\n check_name | id | from_node_id | anchor_role | claim_id | source_id | note \n-----------------------+--------------------------------------+--------------------------------------+--------------+--------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------\n policy_anchor_current | 47f128a0-36c5-4b60-97d4-48c32fa48bc7 | 52bc4264-330e-489d-920c-a493fd2d985a | justified_by | d0000000-0000-0000-0000-000000000005 | | Telos/policy grounding approved by m3ta: capital allocation expresses priorities and must be coordinated with collective intelligence.\n(1 row)\n\n check_name | id | status | text \n------------+----+--------+------\n(0 rows)\n\n check_name | id | source_type | excerpt \n------------+----+-------------+---------\n(0 rows)\n\n check_name | id | from_node_id | anchor_role | to_shared_root_id | note \n-----------------------------+--------------------------------------+--------------------------------------+-------------+--------------------------------------+---------------------------------------------------------------------------------------\n telos_anchor_already_exists | c7dd984c-ac1b-43f9-9996-576ddf61c6d2 | 52bc4264-330e-489d-920c-a493fd2d985a | serves | 13100000-0000-0000-0000-000000000001 | Approved by m3ta: policy serves Teleo telos of emergent collective superintelligence.\n(1 row)\n\n check_name | id | name | criteria | evidence_bar \n-----------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------\n governance_gate_known | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative\n governance_gate_known | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. | \n(2 rows)\n\nCOMMIT\n"
|
||||
},
|
||||
{
|
||||
"executed": true,
|
||||
"forbidden_tokens": [],
|
||||
"index": 3,
|
||||
"ok": true,
|
||||
"packet_id": "rio-strategy-context",
|
||||
"path": "docs/reports/leo-working-state-20260709/rio-strategy-preflight.sql",
|
||||
"preflight_file": "rio-strategy-preflight.sql",
|
||||
"readonly_sql_sha256": "ba53c6cb4adb7ba98a402f1adc312e4de5a839292994f5facf686750049625c0",
|
||||
"returncode": 0,
|
||||
"sql_sha256": "5ca341ac6cd599736d79718cc8c8de0ae064197159b361a46f5df2174aa713c9",
|
||||
"static_readonly_ok": true,
|
||||
"stderr": "",
|
||||
"stdout": "BEGIN\n check_name | id | handle | kind \n------------+--------------------------------------+--------+---------\n rio_agent | 22222222-2222-2222-2222-222222222222 | rio | persona\n(1 row)\n\n check_name | id | status | text \n------------+----+--------+------\n(0 rows)\n\n check_name | id | title | body \n------------------+--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n back_shared_root | 6248818e-fe16-4d3b-8008-ef9752b80632 | Back | Back \u2014 resource the builders: advise, co-build, and at the deepest rung invest through [[agentic capital]] gated by [[decision markets]] so no individual controls the call. The collective is a credible public intelligenc\n(1 row)\n\n check_name | id | agent_id | title | status \n------------+----+----------+-------+--------\n(0 rows)\n\n generated_strategy_node_rows | generated_strategy_anchor_rows \n------------------------------+--------------------------------\n 0 | 0\n(1 row)\n\n check_name | id | name | criteria | evidence_bar \n-----------------------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------\n governance_gate_known_not_written | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative\n governance_gate_known_not_written | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. | \n(2 rows)\n\nCOMMIT\n"
|
||||
},
|
||||
{
|
||||
"executed": true,
|
||||
"forbidden_tokens": [],
|
||||
"index": 4,
|
||||
"ok": true,
|
||||
"packet_id": "governance-concept-schema",
|
||||
"path": "docs/reports/leo-working-state-20260709/governance-concept-preflight.sql",
|
||||
"preflight_file": "governance-concept-preflight.sql",
|
||||
"readonly_sql_sha256": "b12337b914cf262907f991ceb45e37c54a771eb4cfaffa5b3520cbb86ebe2f03",
|
||||
"returncode": 0,
|
||||
"sql_sha256": "05a08080dc80bc7e131b8ee225cd5e58079bcd8fc5bcb5d85b0884077423718f",
|
||||
"static_readonly_ok": true,
|
||||
"stderr": "",
|
||||
"stdout": "BEGIN\n check_name | name | regclass \n--------------+------------------------------------+----------\n schema_table | public.concept_maps | \n schema_table | public.claim_concept_map_links | \n schema_table | public.claim_governance_gate_links | \n(3 rows)\n\n check_name | id | status | text \n------------+----+--------+------\n(0 rows)\n\n check_name | id | name | criteria | evidence_bar \n--------------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------\n required_governance_gate | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative\n required_governance_gate | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. | \n(2 rows)\n\nCOMMIT\n"
|
||||
},
|
||||
{
|
||||
"executed": true,
|
||||
"forbidden_tokens": [],
|
||||
"index": 5,
|
||||
"ok": true,
|
||||
"packet_id": "helmer-7powers",
|
||||
"path": "docs/reports/leo-working-state-20260709/helmer-7powers-production-preflight.sql",
|
||||
"preflight_file": "helmer-7powers-production-preflight.sql",
|
||||
"readonly_sql_sha256": "2f97451962a5bf32e85f99dd77278356a304d23a21e4a1e42fa706fe42859c96",
|
||||
"returncode": 0,
|
||||
"sql_sha256": "415b73ffe0453325a289c7128cd461509536406a32bbea6a75c6e6386b4840d4",
|
||||
"static_readonly_ok": true,
|
||||
"stderr": "",
|
||||
"stdout": "BEGIN\n id | status | proposal_type | reviewed_by_handle | reviewed_at \n--------------------------------------+----------+-----------------+--------------------+-------------------------------\n a64df080-8502-42e2-98f4-9bbdecb8da73 | approved | attach_evidence | m3taversal | 2026-06-29 16:32:39.431004+00\n(1 row)\n\n check_name | id | reason \n------------+----+--------\n(0 rows)\n\n expected_reasoning_tools | expected_claims | expected_sources | expected_claim_edges | expected_claim_evidence \n--------------------------+-----------------+------------------+----------------------+-------------------------\n 1 | 5 | 13 | 7 | 17\n(1 row)\n\n generated_reasoning_tool_rows | generated_claim_rows | generated_source_rows | generated_edge_rows | generated_evidence_rows \n-------------------------------+----------------------+-----------------------+---------------------+-------------------------\n 0 | 0 | 0 | 0 | 0\n(1 row)\n\nCOMMIT\n"
|
||||
}
|
||||
],
|
||||
"ssh_target": "root@77.42.65.182",
|
||||
"status": "pass",
|
||||
"transport": "local-docker"
|
||||
}
|
||||
|
|
@ -0,0 +1,171 @@
|
|||
# Working Leo Production Preflight
|
||||
|
||||
Generated UTC: `2026-07-10T01:42:02.835653+00:00`
|
||||
Mode: `live_vps_readonly_preflight`
|
||||
Status: `pass`
|
||||
Executed: `True`
|
||||
Mutates production DB: `False`
|
||||
Applies production packet: `False`
|
||||
Production apply executed: `False`
|
||||
Read-only transaction wrapper: `True`
|
||||
|
||||
## Results
|
||||
|
||||
- `mapped-rich-base` / `production-preflight.sql`: `ok=True`, `executed=True`, `forbidden_tokens=[]`
|
||||
- returncode: `0`
|
||||
- stdout:
|
||||
|
||||
```text
|
||||
BEGIN
|
||||
id | status | proposal_type | reviewed_by_handle | reviewed_at
|
||||
--------------------------------------+----------+-----------------+--------------------+-------------------------------
|
||||
14fa5ecc-ac7a-41c1-807d-a2e85b936617 | approved | attach_evidence | m3ta | 2026-07-05 19:30:48.707181+00
|
||||
ac036c9d-20a0-4ffe-881f-57d6b7bacf22 | approved | attach_evidence | m3ta | 2026-07-05 19:11:40.673615+00
|
||||
(2 rows)
|
||||
|
||||
check_name | id | reason
|
||||
------------+----+--------
|
||||
(0 rows)
|
||||
|
||||
expected_claims | expected_sources | expected_claim_edges | expected_claim_evidence
|
||||
-----------------+------------------+----------------------+-------------------------
|
||||
7 | 15 | 11 | 17
|
||||
(1 row)
|
||||
|
||||
generated_claim_rows | generated_source_rows | generated_edge_rows | generated_evidence_rows
|
||||
----------------------+-----------------------+---------------------+-------------------------
|
||||
0 | 0 | 0 | 0
|
||||
(1 row)
|
||||
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- `cross-surface-anchor` / `cross-surface-preflight.sql`: `ok=True`, `executed=True`, `forbidden_tokens=[]`
|
||||
- returncode: `0`
|
||||
- stdout:
|
||||
|
||||
```text
|
||||
BEGIN
|
||||
check_name | id | from_node_id | anchor_role | claim_id | source_id | note
|
||||
-----------------------+--------------------------------------+--------------------------------------+--------------+--------------------------------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------
|
||||
policy_anchor_current | 47f128a0-36c5-4b60-97d4-48c32fa48bc7 | 52bc4264-330e-489d-920c-a493fd2d985a | justified_by | d0000000-0000-0000-0000-000000000005 | | Telos/policy grounding approved by m3ta: capital allocation expresses priorities and must be coordinated with collective intelligence.
|
||||
(1 row)
|
||||
|
||||
check_name | id | status | text
|
||||
------------+----+--------+------
|
||||
(0 rows)
|
||||
|
||||
check_name | id | source_type | excerpt
|
||||
------------+----+-------------+---------
|
||||
(0 rows)
|
||||
|
||||
check_name | id | from_node_id | anchor_role | to_shared_root_id | note
|
||||
-----------------------------+--------------------------------------+--------------------------------------+-------------+--------------------------------------+---------------------------------------------------------------------------------------
|
||||
telos_anchor_already_exists | c7dd984c-ac1b-43f9-9996-576ddf61c6d2 | 52bc4264-330e-489d-920c-a493fd2d985a | serves | 13100000-0000-0000-0000-000000000001 | Approved by m3ta: policy serves Teleo telos of emergent collective superintelligence.
|
||||
(1 row)
|
||||
|
||||
check_name | id | name | criteria | evidence_bar
|
||||
-----------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------
|
||||
governance_gate_known | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative
|
||||
governance_gate_known | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. |
|
||||
(2 rows)
|
||||
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- `rio-strategy-context` / `rio-strategy-preflight.sql`: `ok=True`, `executed=True`, `forbidden_tokens=[]`
|
||||
- returncode: `0`
|
||||
- stdout:
|
||||
|
||||
```text
|
||||
BEGIN
|
||||
check_name | id | handle | kind
|
||||
------------+--------------------------------------+--------+---------
|
||||
rio_agent | 22222222-2222-2222-2222-222222222222 | rio | persona
|
||||
(1 row)
|
||||
|
||||
check_name | id | status | text
|
||||
------------+----+--------+------
|
||||
(0 rows)
|
||||
|
||||
check_name | id | title | body
|
||||
------------------+--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
back_shared_root | 6248818e-fe16-4d3b-8008-ef9752b80632 | Back | Back — resource the builders: advise, co-build, and at the deepest rung invest through [[agentic capital]] gated by [[decision markets]] so no individual controls the call. The collective is a credible public intelligenc
|
||||
(1 row)
|
||||
|
||||
check_name | id | agent_id | title | status
|
||||
------------+----+----------+-------+--------
|
||||
(0 rows)
|
||||
|
||||
generated_strategy_node_rows | generated_strategy_anchor_rows
|
||||
------------------------------+--------------------------------
|
||||
0 | 0
|
||||
(1 row)
|
||||
|
||||
check_name | id | name | criteria | evidence_bar
|
||||
-----------------------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------
|
||||
governance_gate_known_not_written | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative
|
||||
governance_gate_known_not_written | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. |
|
||||
(2 rows)
|
||||
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- `governance-concept-schema` / `governance-concept-preflight.sql`: `ok=True`, `executed=True`, `forbidden_tokens=[]`
|
||||
- returncode: `0`
|
||||
- stdout:
|
||||
|
||||
```text
|
||||
BEGIN
|
||||
check_name | name | regclass
|
||||
--------------+------------------------------------+----------
|
||||
schema_table | public.concept_maps |
|
||||
schema_table | public.claim_concept_map_links |
|
||||
schema_table | public.claim_governance_gate_links |
|
||||
(3 rows)
|
||||
|
||||
check_name | id | status | text
|
||||
------------+----+--------+------
|
||||
(0 rows)
|
||||
|
||||
check_name | id | name | criteria | evidence_bar
|
||||
--------------------------+--------------------------------------+--------------+------------------------------------------------------------------------------------------------------------+-------------------------------------
|
||||
required_governance_gate | 45695897-2a9c-4279-ac25-e59f166dec6a | evidence-bar | likely needs empirical data; experimental = coherent argument, limited validation; speculative = untested. | likely > experimental > speculative
|
||||
required_governance_gate | fa88e31b-6fca-4801-bf72-f5db81950a11 | quality-gate | Specific enough to disagree with; evidence traceable; not a duplicate; right domain reviewers. |
|
||||
(2 rows)
|
||||
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- `helmer-7powers` / `helmer-7powers-production-preflight.sql`: `ok=True`, `executed=True`, `forbidden_tokens=[]`
|
||||
- returncode: `0`
|
||||
- stdout:
|
||||
|
||||
```text
|
||||
BEGIN
|
||||
id | status | proposal_type | reviewed_by_handle | reviewed_at
|
||||
--------------------------------------+----------+-----------------+--------------------+-------------------------------
|
||||
a64df080-8502-42e2-98f4-9bbdecb8da73 | approved | attach_evidence | m3taversal | 2026-06-29 16:32:39.431004+00
|
||||
(1 row)
|
||||
|
||||
check_name | id | reason
|
||||
------------+----+--------
|
||||
(0 rows)
|
||||
|
||||
expected_reasoning_tools | expected_claims | expected_sources | expected_claim_edges | expected_claim_evidence
|
||||
--------------------------+-----------------+------------------+----------------------+-------------------------
|
||||
1 | 5 | 13 | 7 | 17
|
||||
(1 row)
|
||||
|
||||
generated_reasoning_tool_rows | generated_claim_rows | generated_source_rows | generated_edge_rows | generated_evidence_rows
|
||||
-------------------------------+----------------------+-----------------------+---------------------+-------------------------
|
||||
0 | 0 | 0 | 0 | 0
|
||||
(1 row)
|
||||
|
||||
COMMIT
|
||||
```
|
||||
|
||||
|
||||
## Claim Ceiling
|
||||
|
||||
This is read-only production preflight evidence. It can prove current row-level readiness or drift before an apply window. It does not authorize production apply and does not prove canonical rows were changed.
|
||||
Loading…
Reference in a new issue