chore(#81): asentar durable la decisión de TIERS (patrón repo-compartido) - #309
Merged
Conversation
Documenta CRISP el criterio para decidir el tier de un hook/skill nuevo por el PATRÓN REPO-COMPARTIDO, para que deje de re-preguntarse "¿global o both?": - both = correo que viaja por-repo a clones COMPARTIDOS sin brain global - global = solo la máquina del dueño (default conservador) - repo = solo por-repo, se carga si la sesión INICIA en el repo Toca: - brain/hooks/MANIFEST : bloque "CÓMO DECIDIR EL TIER" en el header - brain/skills/MANIFEST : bloque análogo (skill both no requiere dedupe) - brain/norms/global-claude-md.md : sección en prosa "Tiers: cómo decidir" bajo la norma "Cerebro por-repo = CORREO" (misma raíz) - brain/test-brain.sh : test (e2-tiers) que verifica que ambos headers documentan los 3 tiers + la regla repo-compartido No recategoriza ningún tier existente (solo documenta la regla). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
unjordi
force-pushed
the
chore/asentar-tiers
branch
from
August 8, 2026 21:26
7d10d7f to
638d3a9
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.
Responde de una vez a TODO "¿global o both?" documentando la regla crisp en la FUENTE ÚNICA, para que deje de re-preguntarse.
brain/hooks/MANIFEST+brain/skills/MANIFEST: bloque "CÓMO DECIDIR EL TIER" en el header (patrón repo-compartido:bothsolo si llega a clones COMPARTIDOS sin brain global;global= default conservador;repo= depende del contexto del repo).brain/norms/global-claude-md.md: la regla en prosa bajo "Cerebro por-repo = CORREO".brain/test-brain.sh: bloquee2-tiersverifica que ambos headers documentan los 3 tiers.Solo DOCUMENTA (cero recategorización de hooks/skills existentes; ninguno estaba mal puesto). 684 PASS · 0 FAIL.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com