feat(C12): consolidate logging requirements from all chapters into C12#978
Merged
RicoKomenda merged 1 commit intoJun 19, 2026
Merged
Conversation
Moves 12 logging-specific requirements scattered across C1, C2, C3, C8, C9, and C11 into C12 as the single authoritative source for logging controls. Remaining requirements in source chapters are renumbered. Changes in C12: - C12.1: add 12.1.7 (screening logs), 12.1.8 (hosted model identifier), 12.1.9 (RAG retrieval events) — moved from C2.2.3, C3.3.4, C8.1.4 - C12.2: add 12.2.7 (extraction-alert metadata) — moved from C11.5.2; renumber former 12.2.7-8 to 12.2.8-9 - C12.6: add 12.6.5 (agent audit log records), 12.6.6 (kill-switch logging), 12.6.7 (self-modification logging) — moved from C9.4.3, C9.6.3, C11.9.3; renumber former 12.6.5 to 12.6.8 - C12.7 (new): Training Data & Model Lifecycle Audit — adds 12.7.1-5 moved from C1.1.2, C1.2.2, C3.2.2, C8.1.2, C1.1.7
0f73de6 to
c68acac
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
Detail
C13.1 Request & Response Logging — 3 items added (moved from C2.2.3, C3.3.4, C8.1.4):
C13.2 Abuse Detection and Alerting — 1 item added (moved from C11.5.2), former 13.2.7-8 renumbered to 13.2.8-9:
C13.6 Proactive Security Behavior Monitoring — 3 items added (moved from C9.4.3, C9.6.3, C11.9.3), former 13.6.5 renumbered to 13.6.8:
C13.7 Training Data & Model Lifecycle Audit (new section) — 5 items moved from C1.1.2, C1.2.2, C3.2.2, C8.1.2, C1.1.7:
Motivation
Logging requirements were spread across seven chapters, making it hard for implementers to find and assess all logging controls in one place. C13 is the designated home for observability and audit controls; consolidating here eliminates scatter without losing any content.