You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/development-progress-dashboard.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Fresh implementation evidence in this slice:
79
79
- The runtime probe `platform_scoped_state_status_probe_en`, backed by `Knowledge_Base/ragplatformqualifier`, now verifies the next condition-qualified guard: Windows-enabled and Android-disabled status facts stay in explicit platform scopes, the RAG pack forbids `conflict`, and sufficiency remains `sufficient/none` instead of degrading a cross-platform state difference.
80
80
- The runtime probe `platform_scoped_ownership_identity_probe_en`, backed by `Knowledge_Base/ragplatformqualifier`, extends that platform guard to controlled ownership identity facts: Windows `Release Ops` and Android `Rollback Team` owners remain platform-qualified evidence rather than a false conflict.
81
81
- The runtime probes `cross_document_environment_scoped_ownership_identity_probe_en`, `cross_document_version_scoped_ownership_identity_probe_en`, and `cross_document_platform_scoped_ownership_identity_probe_en`, backed by `Knowledge_Base/ragconditionownercrossscope`, now verify that the full-document cross-document conflict scanner preserves environment-, version-, and platform-qualified owner facts across separate scoped documents instead of producing false `conflict` fragments.
82
+
- The runtime probes `conflicting_endpoint_evidence_probe_en` and `environment_scoped_endpoint_probe_en`, backed by `Knowledge_Base/ragendpointconflict` and `Knowledge_Base/ragendpointqualifier`, now extend controlled semantic-conflict coverage to explicit endpoint/url/uri/route facts. Same-section `/api/v1/hooks` versus `/api/v2/hooks` produces a `conflict` fragment and `context_assembly` degradation, while staging and production endpoint routes stay environment-qualified evidence without a false conflict. Endpoint path segments such as `/v1/` are treated as route values, not version scopes.
82
83
- The runtime probe `causal_answer_profile_budget_en`, backed by `Knowledge_Base/ragcausalprofile`, now verifies that why/cause/mechanism-style requests use a bounded causal RAG profile (`20` fragments, `1500` chars per fragment, `7600` total chars), keep the source boundary at `full_document`, and return one public answer with mechanism and downstream evidence rather than a single definition sentence.
83
84
- The runtime probe `conflicting_multi_document_evidence_probe_en`, backed by `Knowledge_Base/ragmulticonflict`, now verifies that contradictory `+/-0.10 mm` and `+/-0.50 mm` calibration-tolerance facts across two scoped documents produce a cross-document `conflict` fragment, stay visible in the one public answer, and degrade under `context_assembly`.
84
85
- The runtime probe `full_document_scan_remote_conflict_probe_en`, backed by `Knowledge_Base/ragfullscan`, now verifies the corrected source-boundary rule: the local paragraph window is not the maximum range. Two selected documents are read in full, remote appendix facts outside the matched opening spans are scanned for structured conflict evidence, and only the budgeted `RagContextPack` is capped before model-visible answer composition.
Copy file name to clipboardExpand all lines: docs/plans/2026-07-05-001-feat-rse-document-augmented-rag-plan.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,6 +451,8 @@ flowchart TB
451
451
452
452
**Cross-document condition-scoped ownership increment (2026-07-07):**`cross_document_environment_scoped_ownership_identity_probe_en`, `cross_document_version_scoped_ownership_identity_probe_en`, and `cross_document_platform_scoped_ownership_identity_probe_en`, backed by `Knowledge_Base/ragconditionownercrossscope`, verify that the full-document cross-document conflict scanner preserves environment-, version-, and platform-qualified owner facts across separate scoped documents. The scanner still emits conflicts for unqualified or same-scope ownership identity contradictions; this slice only prevents false positives when the qualifying scope is explicit in the source evidence.
453
453
454
+
**Endpoint conflict increment (2026-07-07):**`evidenceContextAssembler.ts` now recognizes a conservative `endpoint` comparable-fact class for explicit endpoint/url/uri/route subjects whose values are path- or URL-shaped. `conflicting_endpoint_evidence_probe_en`, backed by `Knowledge_Base/ragendpointconflict`, verifies that `/api/v1/hooks` and `/api/v2/hooks` in one scoped section produce a `conflict` fragment, `borderline/conflict` sufficiency, and `context_assembly` classification. `environment_scoped_endpoint_probe_en`, backed by `Knowledge_Base/ragendpointqualifier`, verifies the hard negative: staging and production endpoint values stay environment-qualified evidence. The endpoint extractor deliberately treats route path segments such as `/v1/` as value text rather than version scopes, while same-environment or unqualified endpoint contradictions remain comparable.
455
+
454
456
**Location conflict increment (2026-07-07):**`evidenceContextAssembler.ts` now recognizes a conservative `location` comparable-fact class for explicit location/site/region/zone/room/rack/slot/bay subjects. `conflicting_location_evidence_probe_en`, backed by `Knowledge_Base/raglocationconflict`, verifies that Rack A vs Rack B placement facts in one scoped section produce a `conflict` fragment, `borderline/conflict` sufficiency, and `context_assembly` classification. `temporal_scoped_location_probe_en`, backed by `Knowledge_Base/ragtemporalqualifier`, verifies the opposite hard negative: current and historical placement facts remain condition-qualified evidence and do not produce a false conflict. This extends controlled semantic conflict coverage beyond measurement/date/state while deliberately avoiding a claim of open-domain semantic contradiction detection.
455
457
456
458
**Quantity conflict increment (2026-07-07):**`evidenceContextAssembler.ts` now recognizes a conservative `quantity` comparable-fact class for explicit unitless operational subjects such as count, limit, threshold, budget, quota, capacity, size, window, attempts, and retries. `conflicting_quantity_limit_evidence_probe_en`, backed by `Knowledge_Base/ragquantityconflict`, verifies that `retry limit is 3` and `retry limit is 5` inside one scoped section produce a `conflict` fragment, `borderline/conflict` sufficiency, and `context_assembly` classification instead of publishing one stable retry limit. This extends structured conflict coverage to unitless operational limits while keeping extraction deliberately narrow.
@@ -494,6 +496,7 @@ flowchart TB
494
496
- explicit version-qualified state false-positive guards through `version_scoped_state_status_probe_en`;
495
497
- explicit platform-qualified state false-positive guards through `platform_scoped_state_status_probe_en`;
496
498
- cross-document condition-scoped ownership false-positive guards through `cross_document_environment_scoped_ownership_identity_probe_en`, `cross_document_version_scoped_ownership_identity_probe_en`, and `cross_document_platform_scoped_ownership_identity_probe_en`;
499
+
- controlled endpoint/route conflict and environment-qualified endpoint false-positive coverage through `conflicting_endpoint_evidence_probe_en` and `environment_scoped_endpoint_probe_en`;
497
500
- explicit unitless quantity/limit conflict coverage through `conflicting_quantity_limit_evidence_probe_en`;
498
501
- cross-document plural unitless quantity conflict coverage through `conflicting_multi_document_quantity_evidence_probe_en`;
499
502
- same-document and cross-document controlled ownership identity conflict coverage through `conflicting_ownership_identity_evidence_probe_en` and `conflicting_multi_document_ownership_identity_evidence_probe_en`;
@@ -534,6 +537,7 @@ flowchart TB
534
537
- Runtime: `what is platform scoped state status probe?` reads `Knowledge_Base/ragplatformqualifier/platform scoped state status probe.md`, preserves Windows-enabled and Android-disabled state facts as platform-qualified evidence, keeps `forbiddenRagRoles: ['conflict']`, and returns `sufficient/none` instead of degrading as a conflict.
535
538
- Runtime: `what is platform scoped deployment owner probe?` reads `Knowledge_Base/ragplatformqualifier/platform scoped deployment owner probe.md`, preserves Windows `Release Ops` and Android `Rollback Team` owner facts as platform-qualified identity evidence, keeps `forbiddenRagRoles: ['conflict']`, and returns `sufficient/none` instead of degrading as a conflict.
536
539
- Runtime: the three `cross_document_*_scoped_ownership_identity_probe_en` probes read paired files under `Knowledge_Base/ragconditionownercrossscope`, preserve environment-, version-, and platform-qualified `Release Ops` / `Rollback Team` owner facts as cross-document scoped identity evidence, keep `forbiddenRagRoles: ['conflict']`, and return `sufficient/none` instead of degrading as cross-document conflicts.
540
+
- Runtime: `what is endpoint conflict probe?` reads `Knowledge_Base/ragendpointconflict/endpoint conflict probe.md`, preserves `/api/v1/hooks` and `/api/v2/hooks` as controlled endpoint conflict evidence, keeps both route values in one public answer, and classifies the degradation under `context_assembly`. `what is environment scoped endpoint probe?` reads `Knowledge_Base/ragendpointqualifier/environment scoped endpoint probe.md`, keeps staging and production endpoint values condition-qualified, and forbids a false `conflict` fragment.
537
541
- Runtime: `what is quantity limit conflict probe?` reads `Knowledge_Base/ragquantityconflict/quantity limit conflict probe.md`, preserves `retry limit is 3` and `retry limit is 5` as unitless quantity conflict evidence, keeps both values in one public answer, and classifies the degradation under `context_assembly`.
538
542
- Runtime: `compare nominal retry attempts quantity conflict probe with field retry attempts quantity conflict evidence` reads two scoped files under `Knowledge_Base/ragquantitymulticonflict`, preserves plural `retry attempts are 3` and `retry attempts are 5` statements as a cross-document unitless quantity `conflict` fragment, keeps both values in one public answer, and classifies the degradation under `context_assembly`.
539
543
- Runtime: `what is ownership conflict probe?` reads `Knowledge_Base/ragidentityconflict/ownership conflict probe.md`, preserves `deployment owner is Release Ops` and `deployment owner is Rollback Team` as a controlled ownership identity `conflict` fragment, keeps both values in one public answer, and classifies the degradation under `context_assembly`.
-`what is platform scoped state status probe?` 会读取 `Knowledge_Base/ragplatformqualifier/platform scoped state status probe.md`,把 Windows-enabled 与 Android-disabled 状态事实保留为平台限定 evidence,保持 `forbiddenRagRoles: ['conflict']`,并返回 `sufficient/none`,而不是误降级为 conflict。
0 commit comments