feat: atomic extract-and-connect + stale PR monitor + response audit #4
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