Skip to content

feat: reconstruction scheduler, validation, doc fixes#34

Merged
userFRM merged 1 commit into
mainfrom
feat/cleanup-paper-fidelity-add-reconstruction
Feb 11, 2026
Merged

feat: reconstruction scheduler, validation, doc fixes#34
userFRM merged 1 commit into
mainfrom
feat/cleanup-paper-fidelity-add-reconstruction

Conversation

@userFRM

@userFRM userFRM commented Feb 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add reconstruction scheduler module (paper Section B.2.2) with topological execution order + area-coherent batching
  • Expose as CLI command (reconstruct-plan) and MCP tool (reconstruct_plan)
  • Add always-on validation: submit_routing_decisions enforces pending-entity targeting and 3-level hierarchy paths; submit_hierarchy enforces 3-level format
  • Replace blind pending-routing clear in update_rpg with smart reconciliation
  • Fix paper_fidelity.md: correct wrong citations (§3.4→§3.2, ground_hierarchyresolve_dependencies), update version/language counts, add reconstruction section

Cleanup: Removed ~415 lines of unnecessary paper_mode feature-flag complexity, parameter aliases, Python harnesses, CI gates, and audit artifacts from a previous session.

Closes #33

Test plan

  • cargo fmt --all -- --check passes
  • cargo clippy --workspace --all-targets -- -D warnings passes
  • cargo test --workspace passes (0 failures)
  • Codex review: 3 findings addressed (routing prompt format, whitespace validation, batch size clamping)

🤖 Generated with Claude Code

…fixes

- Add reconstruction module (paper Section B.2.2): topological execution
  order with area-coherent batching via `schedule_reconstruction()`
- Expose as CLI command (`reconstruct-plan`) and MCP tool (`reconstruct_plan`)
- Add always-on validation in `submit_routing_decisions`: decisions must
  target pending entities with valid 3-level paths in existing hierarchy
- Add always-on 3-level path validation in `submit_hierarchy`
- Replace blind pending-routing clear in `update_rpg` with smart
  reconciliation that preserves valid entries
- Add helper utilities: `is_three_level_hierarchy_path()`,
  `hierarchy_path_exists()`, `directory` entity type alias
- Fix paper_fidelity.md: correct wrong citations, section refs, version,
  language count; add reconstruction scheduling section

Closes #33

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@userFRM userFRM merged commit ddefe25 into main Feb 11, 2026
3 checks passed
@userFRM userFRM deleted the feat/cleanup-paper-fidelity-add-reconstruction branch February 11, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up paper-fidelity bloat, add reconstruction scheduler + validation

1 participant