feat(orgtrack): unify per-round session provenance#391
Merged
Harry19081 merged 5 commits intoJul 16, 2026
Conversation
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 0
Pre-commit hook ran. Total eslint: 0, total circular: 2
VantaNode
force-pushed
the
codex/session-file-metadata
branch
from
July 16, 2026 00:25
8c23094 to
d52896b
Compare
Pre-commit hook ran. Total eslint: 0, total circular: 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #387
Closes #388
Architecture
Existing provider readers remain the only transcript parsers. This leaves Orgtrack extractable later by changing Cargo dependency locations and supplying host adapters; the projection layer has no dependency on the ORG2 app crate.
Bounded freshness model
Provider coverage
UI behavior
Each round can show read/search paths, failures, modified/created/deleted/renamed files and line totals, commits/PRs, and an explicit no-file-change state. Whole-session modified files power basename/partial-path filtering without reparsing transcripts per keystroke.
Session Blame now incrementally refreshes an open file, supports bounded load-more paging, opens the independently replayable root/subagent transcript, and synchronizes that session to the matching sidebar group.
Verification
cargo checkorgtrack_core: 230 passedsession_persistence: 21 passed-D warningsfor changed crates (also rerun by pre-commit)npm run typechecknpm run lintgit diff --checkAudit reports:
docs/architecture-audit-2026-07-15/session-file-metadata.mddocs/frontend-ui-audit-2026-07-15/SessionFileMetadata.mdSubmit checklist