doc: mixed PR classification priority note (Ganymede review)

Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
This commit is contained in:
m3taversal 2026-03-26 14:57:11 +00:00
parent cfb80d3496
commit 4b5c5841ce

View file

@ -414,6 +414,10 @@ def _classify_commit_type(diff: str) -> str:
Knowledge: claims, decisions, core, foundations (full CI weight)
Pipeline: inbox, entities, agents, archive (zero CI weight)
Mixed PRs (knowledge + pipeline files) classify as 'knowledge'
if a PR adds a claim, it gets attribution even if it also moves
source files. Knowledge takes priority. (Ganymede review)
"""
knowledge_prefixes = ("domains/", "core/", "foundations/", "decisions/")
pipeline_prefixes = ("inbox/", "entities/", "agents/")