test(BA-7802): add the shared components the system concern scenarios use - #14510
Closed
jopemachine wants to merge 1 commit into
Closed
test(BA-7802): add the shared components the system concern scenarios use#14510jopemachine wants to merge 1 commit into
jopemachine wants to merge 1 commit into
Conversation
jopemachine
added a commit
that referenced
this pull request
Sep 11, 2026
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Snp9H2jEVbB2s1C6ixUHGn
jopemachine
added a commit
that referenced
this pull request
Sep 11, 2026
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Snp9H2jEVbB2s1C6ixUHGn
… use A system entity is created in no scope, so its tables lay no place — only a caller of a given role and the rows the call reads. This is that caller, the enforcement switch the entity gate reads, and the marker an edit uses for a place it must leave as laid. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Snp9H2jEVbB2s1C6ixUHGn
jopemachine
force-pushed
the
docs/BA-7802-adapter-scenarios
branch
from
September 11, 2026 03:31
f1d6472 to
33f95e2
Compare
This was referenced Sep 11, 2026
Member
Author
|
Superseded: the stack was dissolved into independent PRs, one issue each — #14535 (BA-7843 runtime variant), #14536 (BA-7844 preset), #14538 (BA-7845 resource slot type), #14542 (BA-7846 retention policy), #14543 (BA-7847 login client type), #14544 (BA-7848 client IP masking), #14545 (BA-7849 secret), #14546 (BA-7850 service catalog). Each carries |
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.
📚 Stacked PRs
Part of the system concern scenario stack (BA-7802). Merge in order (bottom-up):
test(BA-7802): shared components the system concern scenarios use ← you are heretest(BA-7802): runtime varianttest(BA-7802): runtime variant presettest(BA-7802): resource slot typetest(BA-7802): retention policytest(BA-7802): login client typetest(BA-7802): client IP maskingtest(BA-7802): secretPart of BA-7802
Summary
tests/scenario/bai_scenario/components/system.py, the one piece every system-concern scenario table shares: a caller of a given role and nothing else (SomeoneAlone,lay_a_caller), the enforcement switch the entity gate reads (ENFORCEMENT), and the marker an edit uses for a place it must leave as laid (KEPT).KNOWLEDGE.md, tests andreport.md.Beside the stack, #14528 fills
service_catalog/KNOWLEDGE.mdalone: no write spec lays a catalog row (the registration event handler inserts it directly), so it has no tests yet and sits onmainby itself.The twelve
globalwirings of the concern (EtcdConfigProcessors,ManagerAdminProcessors) have no adapter package and therefore noKNOWLEDGE.mdslot; they are out of this stack.Test plan
pants check linton the new module🤖 Generated with Claude Code
https://claude.ai/code/session_01Snp9H2jEVbB2s1C6ixUHGn