Modernization 1: define Analysis ingestion architecture - #94
Open
fproulx-boostsecurity wants to merge 1 commit into
Open
Modernization 1: define Analysis ingestion architecture#94fproulx-boostsecurity wants to merge 1 commit into
fproulx-boostsecurity wants to merge 1 commit into
Conversation
This was referenced Jul 27, 2026
fproulx-boostsecurity
marked this pull request as ready for review
July 27, 2026 15:52
fproulx-boostsecurity
marked this pull request as draft
July 27, 2026 16:24
Base automatically changed from
feature/agentic-engineering-modernization
to
main
July 27, 2026 18:09
fproulx-boostsecurity
force-pushed
the
feature/architecture-deepening
branch
from
July 27, 2026 18:09
7daf17b to
460017a
Compare
fproulx-boostsecurity
marked this pull request as ready for review
August 5, 2026 17:01
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.
Program context
This PR is the second PR in the stack that starts the SmokedMeat modernization program. It is the ADR-only decision slice for the first architecture deepening iteration and is tracked by the program's native child issue 98.
Initial PR stack
This PR is stacked on PR 93 with base branch
feature/agentic-engineering-modernization. Review and merge PR 93 first.Implementation is intentionally outside this PR. Later Wayfinder and implementation work must treat these ADRs as settled constraints and remain separately reviewable under the program guardrails.
Review focus
Please focus review on whether ADR-0002 and ADR-0003 establish the right durable constraints:
What changed
Secret detectionandAnalysis ingestionin the domain glossaryWhy
Analysis results are currently imported through overlapping Kitchen, Counter, and legacy Pantry paths. Settling one ownership seam and one persistence contract before implementation keeps this iteration bounded and gives later implementation a clear deletion target instead of adding another parallel path.
Impact
This is documentation only. Runtime behavior, Counter UX, and schema versions are unchanged.
Validation
git diff --checkNo tests were run because this draft changes documentation only.
Closes #98