fix(coding-agents): route repository surveys explicitly - #3343
Open
TheAngryPit wants to merge 7 commits into
Open
fix(coding-agents): route repository surveys explicitly#3343TheAngryPit wants to merge 7 commits into
TheAngryPit wants to merge 7 commits into
Conversation
Contributor
Author
|
Updated onto current main at 3a4b021 and resolved the retain-options conflict introduced by #3336: survey retains now use the current always-async client contract without the removed async option. I also rewrote the three seeded page queries to stay repository-generic while retaining deterministic anchors to the canonical survey documents; local repair, remediation, tag-repair, and harness-diagnosis wording is no longer part of the upstream queries. Fresh validation: focused routing/page/status/session tests 81/81; full Coding Agents suite 40 files and 412 tests; TypeScript noEmit and production build passed; diff check clean. |
TheAngryPit
force-pushed
the
codex/coding-agents-survey-document-routing
branch
from
August 12, 2026 11:18
3569efa to
9d05f5a
Compare
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
surveystrategy instead of generic document ingestion.source:survey, harness, retain-attribution, and structural knowledge tags.source:surveywhile retaining compatibility with legacysource:uploadbanks.SURVEY_DOC_IDScontract.Root cause
hindsight_ingest_documenttreats every title as a generic uploaded document. The repository survey uses that public tool for four fixed findings, so vanilla ingestion classifies them asdocument/source:upload, while the seeded Knowledge Pages expect deterministic structural tags. Page population therefore depends on incidental extraction instead of the native survey contract.Current-main refresh
This branch was rebuilt on current
main(64ede361) instead of mechanically preserving the historical implementation. It keeps the current mission/template ownership model, current retain attribution, and the current client contract. It does not restore removed retain options or unrelated historical template changes.Validation
No live Hindsight retain or page-refresh mutation was performed during this refresh. The earlier local data remediation is not part of this source PR.
Compatibility
hindsight_ingest_documentcalls retaindocument/source:uploadbehavior.source:uploadremain supported.