doc: mixed PR classification priority note (Ganymede review)
Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
This commit is contained in:
parent
cfb80d3496
commit
4b5c5841ce
1 changed files with 4 additions and 0 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Reference in a new issue