Post-F: синхронизировать статус M23 semantic integrity
This commit is contained in:
parent
39ff160c8e
commit
9ed5435866
|
|
@ -162,6 +162,9 @@ Materially hardened in this pass:
|
|||
|
||||
- explicit current-turn counterparty now overrides stale organization-scoped carryover for value-flow/net asks;
|
||||
- VAT exact materialization now survives period-window filtering instead of collapsing into `recipe_visibility_gap`;
|
||||
- confirmed VAT tax-period turns now keep raw month extraction separate from runtime tax-quarter execution, so exact VAT routes do not lose the intended tax period;
|
||||
- post-pivot receivables recovery now preserves the selected open-items recipe without weakening strict account-scope guards for risk replies;
|
||||
- M23 runtime/reply integrity slice is green at `400/400`, covering VAT date-basis, stale scope recovery, open-contract as-of derivation, counterparty role replies, lifecycle labels, and value-ranking answer shape;
|
||||
- stale session focus no longer wins over newly grounded discovery counterparty;
|
||||
- referential document follow-up no longer wakes metadata/discovery by mistake;
|
||||
- `documents -> payments/contracts` and repeated pivot chains now survive year-switch and all-time continuation;
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ Current honest status:
|
|||
- pre-multidomain readiness: `~88%`
|
||||
- bounded-autonomy foundation readiness: `~86%`
|
||||
- open-world bounded-autonomy readiness: `~71%`
|
||||
- graph snapshot after latest rebuild: `5878 nodes`, `12734 edges`, `135 communities`
|
||||
- graph snapshot after latest rebuild: `5882 nodes`, `12746 edges`, `137 communities`
|
||||
- current breakpoint:
|
||||
- the validated hot paths are no longer structurally broken;
|
||||
- flagship continuity collapse is no longer the primary risk;
|
||||
|
|
@ -93,6 +93,7 @@ Latest live proof now includes:
|
|||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog_live_rerun5` accepted `19/19`
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality_live_rerun_vatfix` accepted `10/10`
|
||||
- `address_truth_harness_phase20_continuity_stabilization_live_rerun_vatfix` accepted `6/6`
|
||||
- `addressQueryRuntimeM23.test.ts` full semantic/runtime slice accepted `400/400` after Post-F VAT/date-basis, scope-recovery, and reply-shape hardening
|
||||
|
||||
Current architectural reading:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue