sinapse-ai 1.25.0 → 1.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/.claude/settings.json +170 -0
  2. package/.codex/catalog.json +1 -1
  3. package/.codex/scripts/sinapse-codex.js +0 -5
  4. package/.codex/scripts/sync-codex-native.js +4 -37
  5. package/.codex/scripts/validate-codex-native.js +13 -23
  6. package/.codex/tasks/onboard-sinapse-codex.md +1 -1
  7. package/.sinapse-ai/data/entity-registry.yaml +44 -18
  8. package/.sinapse-ai/install-manifest.yaml +3 -3
  9. package/CHANGELOG.md +8 -14
  10. package/README.en.md +38 -30
  11. package/README.md +33 -25
  12. package/bin/cli.js +8 -1
  13. package/bin/commands/help.js +3 -2
  14. package/bin/commands/install.js +25 -14
  15. package/bin/commands/status.js +4 -3
  16. package/bin/commands/uninstall.js +216 -51
  17. package/bin/commands/update.js +8 -4
  18. package/bin/lib/global-provider-adapters.js +73 -10
  19. package/bin/lib/provider-parity.js +22 -0
  20. package/bin/postinstall.js +11 -11
  21. package/docs/framework/codex-parity/codex-integration-process.md +6 -7
  22. package/docs/framework/codex-parity/codex-native-runtime-v2.md +8 -8
  23. package/docs/framework/codex-parity/codex-parity-program.md +4 -4
  24. package/docs/framework/codex-parity/codex-total-parity-orchestration-plan.md +1 -1
  25. package/docs/getting-started.md +13 -5
  26. package/docs/guides/codex-config.md +35 -51
  27. package/docs/guides/development-setup.md +1 -2
  28. package/docs/guides/ide-integration.md +28 -29
  29. package/docs/guides/project-status-feature.md +35 -55
  30. package/docs/guides/quality-gates.md +2 -2
  31. package/docs/guides/user-guide.md +21 -10
  32. package/docs/ide-integration.md +2 -2
  33. package/docs/installation/README.md +4 -4
  34. package/docs/installation/faq.md +84 -70
  35. package/docs/installation/linux.md +11 -14
  36. package/docs/installation/macos.md +10 -4
  37. package/docs/installation/troubleshooting.md +11 -5
  38. package/docs/installation/v4-quick-start.md +14 -14
  39. package/docs/installation/windows.md +11 -15
  40. package/docs/pt/contributing.md +1 -1
  41. package/docs/pt/guides/development-setup.md +1 -2
  42. package/docs/pt/guides/project-status-feature.md +35 -55
  43. package/docs/pt/guides/quality-gates.md +2 -2
  44. package/docs/pt/guides/user-guide.md +21 -11
  45. package/docs/pt/ide-integration.md +6 -6
  46. package/docs/pt/installation/README.md +2 -4
  47. package/docs/pt/installation/faq.md +54 -89
  48. package/docs/pt/installation/linux.md +9 -27
  49. package/docs/pt/installation/macos.md +8 -12
  50. package/docs/pt/installation/troubleshooting.md +11 -10
  51. package/docs/pt/installation/v4-quick-start.md +17 -18
  52. package/docs/pt/installation/windows.md +8 -21
  53. package/docs/pt/platforms/claude-code.md +4 -4
  54. package/docs/sinapse-agent-flows/analyst-system.md +1 -1
  55. package/docs/sinapse-agent-flows/architect-system.md +1 -1
  56. package/docs/sinapse-agent-flows/data-engineer-system.md +1 -1
  57. package/docs/sinapse-agent-flows/dev-system.md +1 -1
  58. package/docs/sinapse-agent-flows/pm-system.md +1 -1
  59. package/docs/sinapse-agent-flows/qa-system.md +1 -1
  60. package/docs/sinapse-agent-flows/sm-system.md +1 -1
  61. package/docs/sinapse-agent-flows/snps-orqx-system.md +1 -1
  62. package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
  63. package/docs/sinapse-agent-flows/ux-design-expert-system.md +1 -1
  64. package/docs/troubleshooting.md +9 -7
  65. package/package.json +21 -16
  66. package/packages/installer/src/config/ide-configs.js +1 -1
  67. package/packages/installer/src/installer/sinapse-ai-installer.js +282 -10
  68. package/packages/installer/src/migrations/legacy-claude-agent-command-hashes.json +36 -0
  69. package/packages/installer/src/migrations/legacy-codex-native-skill-hashes.json +42 -0
  70. package/packages/installer/src/updater/index.js +24 -7
  71. package/packages/installer/src/wizard/ide-config-generator.js +4 -0
  72. package/packages/installer/src/wizard/index.js +6 -2
  73. package/scripts/validate-article-vii.js +305 -20
  74. package/scripts/validate-codex-command-registry.js +101 -0
  75. package/scripts/validate-install-docs.js +87 -3
  76. package/scripts/validate-provider-adapters.js +117 -1
  77. package/squads/claude-code-mastery/agents/skill-craftsman.md +2 -2
  78. package/squads/claude-code-mastery/knowledge-base/skill-creation-patterns.md +1 -1
  79. package/squads/squad-design/agents/ux-designer.md +1 -1
  80. package/.codex/skills/sinapse/SKILL.md +0 -10
  81. package/.codex/skills/sinapse-agent/SKILL.md +0 -22
  82. package/.codex/skills/sinapse-analyst/SKILL.md +0 -29
  83. package/.codex/skills/sinapse-animations/SKILL.md +0 -28
  84. package/.codex/skills/sinapse-architect/SKILL.md +0 -31
  85. package/.codex/skills/sinapse-brand/SKILL.md +0 -28
  86. package/.codex/skills/sinapse-claude/SKILL.md +0 -28
  87. package/.codex/skills/sinapse-cloning/SKILL.md +0 -28
  88. package/.codex/skills/sinapse-commercial/SKILL.md +0 -28
  89. package/.codex/skills/sinapse-content/SKILL.md +0 -28
  90. package/.codex/skills/sinapse-copy/SKILL.md +0 -28
  91. package/.codex/skills/sinapse-council/SKILL.md +0 -28
  92. package/.codex/skills/sinapse-courses/SKILL.md +0 -28
  93. package/.codex/skills/sinapse-cyber/SKILL.md +0 -28
  94. package/.codex/skills/sinapse-data-engineer/SKILL.md +0 -31
  95. package/.codex/skills/sinapse-design/SKILL.md +0 -28
  96. package/.codex/skills/sinapse-dev/SKILL.md +0 -31
  97. package/.codex/skills/sinapse-devops/SKILL.md +0 -31
  98. package/.codex/skills/sinapse-finance/SKILL.md +0 -28
  99. package/.codex/skills/sinapse-growth/SKILL.md +0 -28
  100. package/.codex/skills/sinapse-loop/SKILL.md +0 -35
  101. package/.codex/skills/sinapse-orqx/SKILL.md +0 -44
  102. package/.codex/skills/sinapse-paidmedia/SKILL.md +0 -28
  103. package/.codex/skills/sinapse-pm/SKILL.md +0 -31
  104. package/.codex/skills/sinapse-po/SKILL.md +0 -31
  105. package/.codex/skills/sinapse-product/SKILL.md +0 -28
  106. package/.codex/skills/sinapse-qa/SKILL.md +0 -31
  107. package/.codex/skills/sinapse-research/SKILL.md +0 -28
  108. package/.codex/skills/sinapse-sm/SKILL.md +0 -27
  109. package/.codex/skills/sinapse-spec-driven/SKILL.md +0 -35
  110. package/.codex/skills/sinapse-squad-creator/SKILL.md +0 -31
  111. package/.codex/skills/sinapse-storytelling/SKILL.md +0 -28
  112. package/.codex/skills/sinapse-swarm/SKILL.md +0 -28
  113. package/.codex/skills/sinapse-ux-design-expert/SKILL.md +0 -24
  114. package/.codex/skills/snps/SKILL.md +0 -10
  115. package/.codex/skills/snps-orqx/SKILL.md +0 -10
  116. /package/{.codex → .agents}/skills/react-bits-frontend/SKILL.md +0 -0
  117. /package/{.codex → .agents}/skills/react-bits-frontend/agents/openai.yaml +0 -0
  118. /package/{.codex → .agents}/skills/react-bits-frontend/references/corpus-map.md +0 -0
@@ -9,7 +9,7 @@ O Codex hoje e alvo de primeira classe no SINAPSE:
9
9
 
10
10
  - `AGENTS.md` como contrato operacional do projeto no Codex
11
11
  - suporte oficial no installer/sync (`codex` em `ide-configs`)
12
- - skills nativas via `.codex/skills` com estrategia local-first
12
+ - skills nativas via `.agents/skills` com estrategia local-first e raiz unica
13
13
  - pipeline canonico de greeting/ativacao compartilhado
14
14
  - validadores dedicados para detectar drift rapidamente
15
15
  - suporte a notify command e hooks de ferramenta em releases recentes do Codex CLI
@@ -44,7 +44,7 @@ Regra prática para iniciantes:
44
44
  ### Artefatos Codex no projeto
45
45
 
46
46
  - Agentes auxiliares: `.codex/agents/`
47
- - Skills locais: `.codex/skills/sinapse-*/SKILL.md`
47
+ - Skills locais: `.agents/skills/sinapse-*/SKILL.md`
48
48
 
49
49
  ## Fluxo Operacional Recomendado
50
50
 
@@ -65,8 +65,8 @@ Fallback: atalhos definidos em `AGENTS.md` (`@architect`, `/architect`, etc.).
65
65
 
66
66
  Este repositorio usa local-first para skills:
67
67
 
68
- - preferir `.codex/skills` versionado no projeto
69
- - evitar duplicar com `~/.codex/skills`
68
+ - preferir `.agents/skills` versionado no projeto
69
+ - nao gerar espelhos SINAPSE em `.codex/skills` ou `~/.codex/skills`
70
70
  - usar `npm run sync:skills:codex:global` apenas quando quiser instalacao global explicitamente
71
71
 
72
72
  Isso evita menu duplicado no `/skills` e reduz drift entre equipe/CI.
@@ -97,7 +97,7 @@ Criterio de sucesso:
97
97
 
98
98
  - `AGENTS.md` presente e coerente
99
99
  - `.codex/agents/*.md` existente
100
- - `.codex/skills/sinapse-*/SKILL.md` existente
100
+ - `.agents/skills/sinapse-*/SKILL.md` existente
101
101
  - validadores sem erro
102
102
 
103
103
  ## Recursos Recentes do Codex (SINAPSE 4.0)
@@ -130,7 +130,7 @@ Mitigacao operacional no SINAPSE:
130
130
  ### Skills duplicadas no `/skills`
131
131
 
132
132
  Causa tipica:
133
- - artefatos duplicados entre `.codex/skills` e `~/.codex/skills`
133
+ - artefatos SINAPSE duplicados entre raizes de skills descobertas pelo Codex
134
134
 
135
135
  Correcao:
136
136
  - manter local-first neste repo
@@ -168,4 +168,3 @@ Se houver divergencia entre estes documentos, a ordem de verdade para operacao d
168
168
  2. scripts reais em `package.json`
169
169
  3. este documento
170
170
  4. docs de overview
171
-
@@ -20,9 +20,9 @@ $sinapse-agent meta-ads-specialist
20
20
  ```
21
21
 
22
22
  `.codex/catalog.json` is the registry for this Codex activation surface. The
23
- native `.agents/skills` tree is mirrored to `.codex/skills` for compatibility
24
- with older Codex builds. Clean installs and upgrades reconcile managed files
25
- idempotently without deleting valid user-owned skills.
23
+ native `.agents/skills` tree is the single Codex discovery surface. Clean
24
+ installs and upgrades remove byte-identical legacy mirrors and quarantine
25
+ divergent managed copies outside discovered skill roots without deleting them.
26
26
 
27
27
  The default tier deliberately exposes aliases, core agents, orchestrators and
28
28
  the parametric activator, not one selector entry per specialist. Users who need
@@ -89,9 +89,9 @@ Current Codex skill entrypoints live under `.agents/skills/`:
89
89
  - `sinapse-spec-driven` prepares PRD, Epic, Story, Spec, and Plan delivery.
90
90
  - `sinapse-loop` runs an explicitly requested bounded correction loop.
91
91
 
92
- Equivalent `.codex/skills/` copies are compatibility entrypoints for existing
93
- installations. New Codex discovery should use `.agents/skills/`; both locations
94
- resolve the same canonical SINAPSE sources.
92
+ Legacy `.codex/skills/sinapse-*` copies are migration inputs only. They are not
93
+ generated or shipped. `.agents/skills/` is the only active Codex skill root for
94
+ SINAPSE.
95
95
 
96
96
  ## Hook and apply_patch bridge
97
97
 
@@ -205,8 +205,8 @@ npm run validate:codex-skills
205
205
  npx jest tests/integration/codex-native-golden-journey.test.js --runInBand
206
206
  ```
207
207
 
208
- `validate:codex-native` checks project TOML, 1:1 native-agent parity, native and
209
- compatibility skills, command targets, delegation equivalence, hooks, and the
208
+ `validate:codex-native` checks project TOML, 1:1 native-agent parity, the unique
209
+ native skill root, command targets, delegation equivalence, hooks, and the
210
210
  absence of nested Claude/Codex execution. `validate:codex-sync` runs both the
211
211
  legacy synchronization validator and the stricter native validator.
212
212
 
@@ -118,7 +118,7 @@ Requirements:
118
118
  ### Codex Skill Export Layer
119
119
 
120
120
  Purpose:
121
- Generate `.codex/skills` from the real Codex catalog, not from an incomplete upstream subset.
121
+ Generate `.agents/skills` from the real Codex catalog, not from an incomplete upstream subset.
122
122
 
123
123
  Requirements:
124
124
 
@@ -222,7 +222,7 @@ Ensure all needed orqx and key framework agents are available through Codex skil
222
222
 
223
223
  Focus:
224
224
 
225
- - local-first `.codex/skills`
225
+ - local-first `.agents/skills`
226
226
  - full orqx coverage
227
227
  - clean validation
228
228
  - no duplicate global/local skill confusion
@@ -492,7 +492,7 @@ Map the real Codex catalog, its upstreams, and current drift.
492
492
  Outputs:
493
493
 
494
494
  - inventory of `.codex/agents`
495
- - inventory of `.codex/skills`
495
+ - inventory of `.agents/skills`
496
496
  - inventory of canonical sync sources
497
497
  - gap matrix between exported Codex artifacts and official sync assumptions
498
498
 
@@ -526,7 +526,7 @@ Outputs:
526
526
 
527
527
  - skill coverage matrix
528
528
  - export rules for orqx and core agents
529
- - clean local-first `.codex/skills` state
529
+ - clean local-first `.agents/skills` state
530
530
 
531
531
  Success checks:
532
532
 
@@ -252,7 +252,7 @@ Mitigation:
252
252
  ### Risk 2 - Catalog/Skill Drift
253
253
 
254
254
  Risk:
255
- Expanded `.codex/agents`, `.codex/skills`, and command/delegation registries can drift apart.
255
+ Expanded `.codex/agents`, `.agents/skills`, and command/delegation registries can drift apart.
256
256
 
257
257
  Mitigation:
258
258
 
@@ -27,14 +27,22 @@ Se algo falhar: `npx sinapse-ai doctor --fix` corrige automaticamente.
27
27
 
28
28
  ## Ativar primeiro agente
29
29
 
30
- No prompt do Claude Code ou Codex:
30
+ No Claude Code:
31
31
 
32
- ```
32
+ ```text
33
33
  @developer
34
34
  *help
35
35
  ```
36
36
 
37
- `@developer` ativa o agente de implementação. `*help` lista comandos disponíveis.
37
+ No Codex, use o roteador ou a ativação direta:
38
+
39
+ ```text
40
+ $snps
41
+ $sinapse-agent developer
42
+ ```
43
+
44
+ `@developer` e `*help` pertencem à superfície do Claude Code. No Codex, `$snps`
45
+ roteia a solicitação e `$sinapse-agent developer` ativa o agente de implementação.
38
46
 
39
47
  ## Próximos passos
40
48
 
@@ -61,9 +69,9 @@ npx sinapse-ai uninstall # remove tudo
61
69
  ## Conceitos chave (em 30 segundos)
62
70
 
63
71
  - **Squad**: equipe de agentes especializados (ex: squad-design tem 15 agentes de design/UX)
64
- - **Agente**: persona de IA com expertise e comandos específicos (`@developer`, `@architect`, etc.)
72
+ - **Agente**: persona de IA com especialização e comandos específicos (`@developer` no Claude Code; `$sinapse-agent developer` no Codex)
65
73
  - **Hook**: enforcement runtime que bloqueia violações da Constitution (ex: PR sem story)
66
- - **Constitution**: 10 artigos que governam o framework (ver `.sinapse-ai/constitution.md`)
74
+ - **Constitution**: 11 artigos que governam o framework (ver `.sinapse-ai/constitution.md`)
67
75
  - **Story**: arquivo `.md` que documenta requisitos antes do código (Documentation-First)
68
76
 
69
77
  ---
@@ -1,6 +1,6 @@
1
1
  # AGENTS.md - SINAPSE
2
2
 
3
- Este arquivo configura o comportamento esperado de agentes no Codex CLI neste repositorio.
3
+ Este arquivo configura o comportamento esperado de agentes no Codex CLI neste repositório.
4
4
 
5
5
  ## Constitution
6
6
 
@@ -14,7 +14,7 @@ Siga `.sinapse-ai/constitution.md` como fonte de verdade:
14
14
  - Ecosystem Metrics Accuracy (NON-NEGOTIABLE)
15
15
  - Mandatory Delegation (NON-NEGOTIABLE)
16
16
 
17
- ## Workflow Obrigatorio
17
+ ## Workflow Obrigatório
18
18
 
19
19
  1. Inicie por uma story em `docs/stories/`
20
20
  2. Implemente apenas o que os acceptance criteria pedem
@@ -35,31 +35,31 @@ npm test
35
35
  - CLI: `bin/`
36
36
  - Pacotes: `packages/`
37
37
  - Testes: `tests/`
38
- - Documentacao: `docs/`
38
+ - Documentação: `docs/`
39
39
 
40
40
  ## IDE/Agent Sync
41
41
 
42
42
  - Sincronizar regras/agentes: `npm run sync:ide`
43
43
  - Validar drift: `npm run sync:ide:check`
44
- - Rodar paridade multi-IDE (Claude/Codex/Gemini): `npm run validate:parity`
44
+ - Rodar paridade Claude/Codex: `npm run validate:parity`
45
45
  - Sync Claude Code: `npm run sync:ide:claude`
46
- - Sincronizar Gemini CLI: `npm run sync:ide:gemini`
46
+ - Sincronizar Codex: `npm run sync:ide:codex`
47
47
  - Validar Codex sync/integration: `npm run validate:codex-sync`; `npm run validate:codex-integration`
48
48
  - Validar command/task registry do Codex: `npm run validate:codex-commands`
49
- - Validar matriz de delegacao do Codex: `npm run validate:codex-delegation`
49
+ - Validar matriz de delegação do Codex: `npm run validate:codex-delegation`
50
50
  - Gerar skills locais do Codex: `npm run sync:skills:codex`
51
- - Este repositorio usa **local-first**: prefira `.codex/skills` versionado no projeto
51
+ - Este repositório usa **local-first**: `.agents/skills` é a única raiz de skills SINAPSE versionada no projeto
52
52
  - Use `sync:skills:codex:global` apenas para testes fora deste repo
53
53
 
54
54
  ## Command Resolution (Codex)
55
55
 
56
- Quando um agente no Codex receber um `*comando`, prefira resolver a execucao por esta ordem:
56
+ Quando um agente no Codex receber um `*comando`, prefira resolver a execução por esta ordem:
57
57
 
58
58
  1. Consultar `.codex/command-registry.json`
59
59
  2. Opcionalmente usar `node .codex/scripts/resolve-codex-command.js <skill-ou-agent> <comando>`
60
60
  3. Carregar a task/workflow/checklist/template mapeada
61
61
 
62
- Isso evita "file hunting" manual e torna a execucao de workflows/tasks mais deterministica no Codex.
62
+ Isso evita "file hunting" manual e torna a execução de workflows/tasks mais determinística no Codex.
63
63
 
64
64
  ## Delegation Resolution (Codex)
65
65
 
@@ -72,68 +72,52 @@ Quando um orqx no Codex precisar decidir um handoff:
72
72
  - `codex-shim`
73
73
  - `exploratory`
74
74
 
75
- No Codex, nao trate handoffs exploratorios como se fossem caminhos garantidos pelo validator.
75
+ No Codex, não trate handoffs exploratórios como se fossem caminhos garantidos pelo validator.
76
76
 
77
- ## Agent Shortcuts (Codex)
77
+ ## Ativação de agentes (Codex)
78
78
 
79
- Preferencia de ativacao no Codex CLI:
80
- 1. Use `/skills` e selecione `sinapse-<agent-id>` vindo de `.codex/skills` (ex.: `sinapse-architect`)
81
- 2. Se preferir, use os atalhos abaixo (`@architect`, `/architect`, etc.)
82
-
83
- Quando a mensagem do usuario for um atalho de agente, carregue o arquivo correspondente em `.sinapse-ai/development/agents/` (fallback: `.codex/agents/`), renderize o greeting via `generate-greeting.js` e assuma a persona ate receber `*exit`.
84
-
85
- Atalhos aceitos por agente (nome completo + alias):
86
- - `@sinapse-orqx` -> `.sinapse-ai/development/agents/sinapse-orqx.md`
87
- - `@developer` ou `@dev` -> `.sinapse-ai/development/agents/developer.md`
88
- - `@quality-gate` ou `@qa` -> `.sinapse-ai/development/agents/quality-gate.md`
89
- - `@project-lead` ou `@pm` -> `.sinapse-ai/development/agents/project-lead.md`
90
- - `@product-lead` ou `@po` -> `.sinapse-ai/development/agents/product-lead.md`
91
- - `@sprint-lead` ou `@sm` -> `.sinapse-ai/development/agents/sprint-lead.md`
92
- - `@analyst` -> `.sinapse-ai/development/agents/analyst.md`
93
- - `@architect` -> `.sinapse-ai/development/agents/architect.md`
94
- - `@data-engineer` -> `.sinapse-ai/development/agents/data-engineer.md`
95
- - `@devops` -> `.sinapse-ai/development/agents/devops.md`
96
- - `@squad-creator` -> `.sinapse-ai/development/agents/squad-creator.md`
97
- - `@ux-design-expert` -> `.sinapse-ai/development/agents/ux-design-expert.md`
98
-
99
- Resposta esperada ao ativar atalho:
100
- 1. Confirmar agente ativado
101
- 2. Mostrar 3-6 comandos principais (`*help`, etc.)
102
- 3. Seguir na persona do agente
79
+ - Use `$snps` para roteamento pelo orquestrador principal.
80
+ - Use `$sinapse-agent <agent-id>` para ativação direta, por exemplo
81
+ `$sinapse-agent developer` ou `$sinapse-agent architect`.
82
+ - O ativador paramétrico resolve a fonte canônica e apenas tasks existentes;
83
+ não interprete `@agent`, slash commands ou aliases curtos como ativação Codex.
103
84
 
104
85
  ## Orquestradores (18 orqx: 17 squad + 1 master)
105
86
 
106
- Cada orqx coordena um squad completo de agentes especializados. Ative via `/skills` > `sinapse-<orqx>` ou `@<orqx>`:
87
+ Cada orqx coordena um squad completo de agentes especializados. Use `$snps` para
88
+ roteamento ou `$sinapse-agent <orqx-id>` para ativação direta:
107
89
 
108
90
  | Orqx | Squad | Foco |
109
91
  |------|-------|------|
110
92
  | `sinapse-orqx` | Core | Orquestrador principal de todos os squads |
111
- | `brand-orqx` | Brand | Estrategia de marca, arquetipos, auditoria |
112
- | `copy-orqx` | Copy | Copywriting persuasivo, headlines, conversao |
113
- | `content-orqx` | Content | Governanca editorial, estrategia de conteudo |
114
- | `storytelling-orqx` | Storytelling | Narrativa, roteiros, frameworks de historia |
93
+ | `brand-orqx` | Brand | Estratégia de marca, arquétipos, auditoria |
94
+ | `copy-orqx` | Copy | Copywriting persuasivo, headlines, conversão |
95
+ | `content-orqx` | Content | Governança editorial, estratégia de conteúdo |
96
+ | `storytelling-orqx` | Storytelling | Narrativa, roteiros, frameworks de história |
115
97
  | `commercial-orqx` | Commercial | Vendas, funil, revenue, pipeline |
116
98
  | `paidmedia-orqx` | Paid Media | Meta Ads, Google Ads, campanhas |
117
99
  | `growth-orqx` | Growth | Analytics, CRO, SEO, growth hacking |
118
- | `research-orqx` | Research | Market analysis, inteligencia competitiva |
119
- | `product-orqx` | Product | Product discovery, estrategia, operacoes |
100
+ | `research-orqx` | Research | Market analysis, inteligência competitiva |
101
+ | `product-orqx` | Product | Product discovery, estratégia, operações |
120
102
  | `design-orqx` | Design | Design systems, componentes, tokens |
121
- | `animations-orqx` | Animations | Motion design, CSS, particulas, 3D |
122
- | `cyber-orqx` | Cybersecurity | Seguranca, threat intel, pentest |
103
+ | `animations-orqx` | Animations | Motion design, CSS, partículas, 3D |
104
+ | `cyber-orqx` | Cybersecurity | Segurança, threat intel, pentest |
123
105
  | `finance-orqx` | Finance | Budget, pricing, profitability |
124
- | `courses-orqx` | Courses | Curriculos, assessments, launch |
106
+ | `courses-orqx` | Courses | Currículos, assessments, launch |
125
107
  | `cloning-orqx` | Cloning | Clonagem cognitiva, mind synthesis |
126
- | `council-orqx` | Council | Advisors estrategicos (Munger, Dalio, Thiel) |
127
- | `swarm-orqx` | Mastery | Claude Code, MCP, integracao avancada |
108
+ | `council-orqx` | Council | Advisors estratégicos (Munger, Dalio, Thiel) |
109
+ | `swarm-orqx` | Mastery | Claude Code, MCP, integração avançada |
128
110
 
129
- Agents de arquivo: `.codex/agents/<orqx>.md` ou `.claude/agents/<orqx>.md`
111
+ Adapters de arquivo: `.claude/agents/sinapse-<orqx-id>.md` no Claude Code e
112
+ `.codex/agents/<orqx-id>.toml` (com companion `.md`) no Codex.
130
113
 
131
114
  ## Agentes Especializados (160)
132
115
 
133
- Existem 172 agentes organizados em 17 squads (160 em squads + 12 framework agents, incluindo o master orchestrator). Eles sao acessiveis via:
134
- - `.codex/agents/<agent-name>.md` - arquivo direto
116
+ Existem 172 agentes organizados em 17 squads (160 em squads + 12 framework agents, incluindo o master orchestrator). Eles são acessíveis via:
117
+ - `.claude/agents/sinapse-<agent-id>.md` - agent nativo do Claude Code
118
+ - `.codex/agents/<agent-id>.toml` e `.codex/agents/<agent-id>.md` - adapters Codex
135
119
  - Chamada interna pelo orqx do squad
136
120
 
137
121
  Exemplos: `brand-strategist`, `ad-copywriter`, `penetration-tester`, `content-writer`, `ga-analytics-engineer`, etc.
138
122
 
139
- Use `*help` dentro de qualquer orqx para ver os especialistas disponiveis no squad.
123
+ Use `*help` dentro de qualquer orqx para ver os especialistas disponíveis no squad.
@@ -225,7 +225,7 @@ sinapse-ai/
225
225
  │ └── checklists/ # Product checklists
226
226
 
227
227
  ├── .claude/ # Claude Code configuration
228
- │ ├── commands/SINAPSE/agents/ # Agent skill commands
228
+ │ ├── agents/ # Native Claude agents
229
229
  │ ├── hooks/ # Governance hooks
230
230
  │ └── rules/ # AI behavior rules
231
231
 
@@ -1112,4 +1112,3 @@ node --inspect node_modules/.bin/jest
1112
1112
 
1113
1113
  _SINAPSE Development Setup Guide v1.0.0_
1114
1114
  _Last Updated: 2026-01-29_
1115
-
@@ -19,40 +19,39 @@ SINAPSE supports the following AI-powered development platforms:
19
19
 
20
20
  | IDE/CLI | Overall Status | How to Activate an Agent | Auto-Checks Before/After Actions |
21
21
  | --- | --- | --- | --- |
22
- | Claude Code | Works | `/agent-name` commands | Works (full) |
23
- | Codex CLI | Limited | `/skills` then `sinapse-<agent-id>` | Limited (some checks need manual sync) |
22
+ | Claude Code | Works | `@agent-name` | 20 native hook registrations |
23
+ | Codex CLI | Works | `$snps` or `$sinapse-agent <id>` | 9 lifecycle events through the bridge |
24
24
 
25
25
  Legend:
26
- - `Works`: fully recommended for new users.
27
- - `Limited`: usable with the documented workaround.
26
+ - `Works`: supported by provider-native adapters and release validators.
28
27
 
29
- ### What You Lose Without Full Auto-Checks
28
+ ### Provider-Native Differences
30
29
 
31
- Some IDEs run automatic checks before and after each action (e.g., validating context, enforcing rules). Where this is not available, you compensate manually:
30
+ Both providers expose native lifecycle surfaces. Their registration models differ, so parity is measured semantically instead of by requiring identical hook files:
32
31
 
33
- | IDE | Auto-Check Level | What Is Reduced | How to Compensate |
34
- | --- | --- | --- | --- |
35
- | Claude Code | Full | Nothing | Built-in checks handle everything |
36
- | Codex CLI | Partial | Less automatic session tracking; some pre/post-action checks need manual trigger | Use `AGENTS.md` + `/skills` + sync/validation scripts |
32
+ | Measured surface | Claude Code | Codex CLI |
33
+ | --- | --- | --- |
34
+ | Native agents | 172 | 172 |
35
+ | Installed skills | 36 | 37 |
36
+ | Registered hooks | 20 native registrations | 9 lifecycle events through the bridge |
37
+ | Activation | `@agent-name` | `$snps` or `$sinapse-agent <id>` |
37
38
 
38
39
  ### Beginner Decision Guide
39
40
 
40
41
  If your goal is to get started as fast as possible:
41
42
 
42
- 1. **Best option:** Use `Claude Code` -- it has the most automation and fewest manual steps.
43
- 2. **Good option:** Use `Codex CLI` if you prefer a terminal-first workflow and can follow the `/skills` activation flow.
43
+ 1. Use **Claude Code** when you want its native `@agent-name` interaction.
44
+ 2. Use **Codex CLI** when you want `$snps`, direct parametric activation and its terminal-first workflow.
44
45
 
45
46
  ### Practical Consequences by Capability
46
47
 
47
48
  - **Session tracking** (automatic start/end detection):
48
- - Automatic on Claude Code.
49
- - Manual or partial on Codex CLI.
49
+ - Registered through native lifecycle adapters on both providers.
50
50
  - **Pre/post-action guardrails** (checks that run before and after each tool use):
51
- - Full on Claude Code.
52
- - Partial on Codex CLI (run sync scripts to compensate).
51
+ - Claude Code uses native hook registrations.
52
+ - Codex maps native lifecycle events through the compatibility bridge.
53
53
  - **Automatic audit trail** (record of what happened in each session):
54
- - Richest on Claude Code.
55
- - Reduced on Codex CLI (compensate with manual logging or validator output).
54
+ - Provider-specific telemetry uses the same canonical SINAPSE governance sources.
56
55
 
57
56
  ---
58
57
 
@@ -60,12 +59,12 @@ If your goal is to get started as fast as possible:
60
59
 
61
60
  ### Claude Code
62
61
 
63
- **Recommendation Level:** Best SINAPSE integration
62
+ **Recommendation Level:** Native SINAPSE integration
64
63
 
65
64
  ```yaml
66
65
  config_file: .claude/CLAUDE.md
67
- agent_folder: .claude/commands/SINAPSE/agents
68
- activation: /agent-name (slash commands)
66
+ agent_folder: .claude/agents
67
+ activation: '@agent-name'
69
68
  format: full-markdown-yaml
70
69
  mcp_support: native
71
70
  special_features:
@@ -79,7 +78,7 @@ special_features:
79
78
  **Setup:**
80
79
 
81
80
  1. SINAPSE automatically creates `.claude/` directory on init
82
- 2. Agents are available as slash commands: `/dev`, `/qa`, `/architect`
81
+ 2. Agents are available through `@developer`, `@quality-gate`, `@architect`, etc.
83
82
  3. Configure MCP servers in `~/.claude.json`
84
83
 
85
84
  **Configuration:**
@@ -89,7 +88,7 @@ special_features:
89
88
  npm run sync:ide
90
89
 
91
90
  # Verify setup
92
- ls -la .claude/commands/SINAPSE/agents/
91
+ ls -la .claude/agents/
93
92
  ```
94
93
 
95
94
  ---
@@ -102,12 +101,12 @@ ls -la .claude/commands/SINAPSE/agents/
102
101
  config_file: AGENTS.md
103
102
  agent_folder: .codex/agents
104
103
  activation: terminal instructions
105
- skills_folder: .codex/skills (source), ~/.codex/skills (Codex menu)
104
+ skills_folder: .agents/skills (single native source)
106
105
  format: markdown
107
106
  mcp_support: native via Codex tooling
108
107
  special_features:
109
108
  - AGENTS.md project instructions
110
- - /skills activators (sinapse-<agent-id>)
109
+ - $snps and $sinapse-agent <id> activators
111
110
  - Strong CLI workflow support
112
111
  - Easy integration with repository scripts
113
112
  - Notify command plus emerging tool hooks in recent Codex releases
@@ -117,8 +116,8 @@ special_features:
117
116
 
118
117
  1. Keep `AGENTS.md` at repository root
119
118
  2. Run `npm run sync:ide:codex` to sync auxiliary agent files
120
- 3. Run `npm run sync:skills:codex` to generate project-local skills in `.codex/skills`
121
- 4. Use `/skills` and choose `sinapse-architect`, `sinapse-dev`, etc.
119
+ 3. Run `npm run sync:skills:codex` to generate project-local skills in `.agents/skills`
120
+ 4. Use `$snps` or `$sinapse-agent architect`, `$sinapse-agent developer`, etc.
122
121
  5. Use `npm run sync:skills:codex:global` only when you explicitly want global installation
123
122
 
124
123
  **Configuration:**
@@ -132,7 +131,7 @@ npm run validate:codex-integration
132
131
  npm run validate:codex-skills
133
132
 
134
133
  # Verify setup
135
- ls -la AGENTS.md .codex/agents/ .codex/skills/
134
+ ls -la AGENTS.md .codex/agents/ .agents/skills/
136
135
  ```
137
136
 
138
137
  ---
@@ -194,7 +193,7 @@ npm run sync:ide
194
193
  npm run sync:ide:check
195
194
 
196
195
  # Check platform-specific directory
197
- ls .claude/commands/SINAPSE/agents/ # Claude Code
196
+ ls .claude/agents/ # Claude Code
198
197
  ```
199
198
 
200
199
  ### Sync Conflicts
@@ -26,10 +26,11 @@ This gives you immediate context about your work without manually running `git s
26
26
 
27
27
  ## Example Display
28
28
 
29
- When you activate an agent (e.g., `/dev`), you'll see:
29
+ When you activate an agent (`@developer` in Claude Code or
30
+ `$sinapse-agent developer` in Codex), you'll see:
30
31
 
31
- ```
32
- 💻 Dex (Builder) ready. Let's build something great!
32
+ ```text
33
+ 💻 Pixel the Builder ready to innovate!
33
34
 
34
35
  Current Project Status:
35
36
  - Branch: main
@@ -46,24 +47,15 @@ Type *help to see available commands!
46
47
  ### Prerequisites
47
48
 
48
49
  - **Git repository** - Project must be initialized with `git init`
49
- - **SINAPSE-FullStack** framework installed
50
+ - **SINAPSE AI** framework installed
50
51
  - **Node.js 18+** with required packages
51
52
 
52
53
  ### Initial Setup
53
54
 
54
- Run the initialization command via @devops agent:
55
-
56
- ```bash
57
- /devops
58
- *init-project-status
59
- ```
60
-
61
- This will:
62
- 1. Detect your git repository
63
- 2. Enable `projectStatus` in `core-config.yaml`
64
- 3. Create `.sinapse/project-status.yaml` cache file
65
- 4. Add cache file to `.gitignore`
66
- 5. Test the status display
55
+ No agent command is required. In current installations, `projectStatus` is
56
+ enabled in `.sinapse-ai/core-config.yaml` and loads automatically during agent
57
+ activation. The loader detects the Git repository and maintains
58
+ `.sinapse/project-status.yaml` as a runtime cache.
67
59
 
68
60
  **Alternative Manual Setup:**
69
61
 
@@ -213,19 +205,24 @@ Only shows stories with status: `InProgress` or `In Progress`.
213
205
 
214
206
  ## Affected Agents
215
207
 
216
- All 11 SINAPSE agents display project status:
217
-
218
- 1. **@dev** (Dex - Builder)
219
- 2. **@po** (Pax - Balancer)
220
- 3. **@qa** (Quinn - Guardian)
221
- 4. **@sm** (River - Facilitator)
222
- 5. **@pm** (Morgan - Strategist)
223
- 6. **@architect** (Aria - Visionary)
224
- 7. **@analyst** (Atlas - Decoder)
225
- 8. **@devops** (Gage - Operator)
226
- 9. **@data-engineer** (Dara - Sage)
227
- 10. **@ux-design-expert** (Uma - Empathizer)
228
- 11. **@sinapse-orqx** (Orion - Orchestrator)
208
+ SINAPSE includes 172 specialized agents across 17 squads. Project status is a
209
+ shared framework capability; the list below is the core development subset, not
210
+ the complete agent catalog:
211
+
212
+ 1. `developer` (Pixel)
213
+ 2. `product-lead` (Axis)
214
+ 3. `quality-gate` (Litmus)
215
+ 4. `sprint-lead` (Sync)
216
+ 5. `project-lead` (Beacon)
217
+ 6. `architect` (Stratum)
218
+ 7. `analyst` (Scope)
219
+ 8. `devops` (Pipeline)
220
+ 9. `data-engineer` (Tensor)
221
+ 10. `ux-design-expert` (Mosaic)
222
+ 11. `snps-orqx` (Imperator)
223
+
224
+ Activate these IDs with `@agent-id` in Claude Code or
225
+ `$sinapse-agent agent-id` in Codex; use `$snps` for primary Codex routing.
229
226
 
230
227
  ---
231
228
 
@@ -241,12 +238,9 @@ All 11 SINAPSE agents display project status:
241
238
  3. Does `.sinapse-ai/infrastructure/scripts/project-status-loader.js` exist?
242
239
  4. Any errors in agent activation output?
243
240
 
244
- **Solution:**
245
- ```bash
246
- # Re-run initialization
247
- /devops
248
- *init-project-status
249
- ```
241
+ **Solution:** Run `npx sinapse-ai@latest doctor`, confirm the checks above, and
242
+ restart the provider session. Project status reloads automatically; there is no
243
+ public Codex `init-project-status` task pointer.
250
244
 
251
245
  ### Stale Status Data
252
246
 
@@ -362,28 +356,15 @@ await clearCache();
362
356
 
363
357
  ### Complete Removal
364
358
 
365
- To fully remove the feature:
359
+ Do not delete framework scripts, tests, or task files. Disable the feature in
360
+ `.sinapse-ai/core-config.yaml` and remove only its runtime cache:
366
361
 
367
362
  ```bash
368
- # Remove script
369
- rm .sinapse-ai/infrastructure/scripts/project-status-loader.js
370
-
371
- # Remove task
372
- rm .sinapse-ai/tasks/init-project-status.md
373
-
374
- # Remove cache
375
363
  rm .sinapse/project-status.yaml
376
-
377
- # Remove tests
378
- rm .sinapse-ai/infrastructure/scripts/__tests__/project-status-loader.test.js
379
-
380
- # Remove config section from core-config.yaml
381
- # (manually edit file)
382
-
383
- # Revert agent files to pre-6.1.2.4 state
384
- git revert <commit-hash>
385
364
  ```
386
365
 
366
+ Set `projectStatus.enabled: false`; protected framework files remain installed.
367
+
387
368
  ---
388
369
 
389
370
  ## Git Version Compatibility
@@ -457,7 +438,7 @@ A: Yes, all agents use the same cache file (`.sinapse/project-status.yaml`).
457
438
  - **Story:** `docs/stories/sinapse migration/story-6.1.2.4-project-status-context.md`
458
439
  - **Config:** `.sinapse-ai/core-config.yaml` (projectStatus section)
459
440
  - **Script:** `.sinapse-ai/infrastructure/scripts/project-status-loader.js`
460
- - **Init Task:** `.sinapse-ai/tasks/init-project-status.md`
441
+ - **Initialization:** automatic when `projectStatus.enabled` is true
461
442
  - **Tests:** `.sinapse-ai/infrastructure/scripts/__tests__/project-status-loader.test.js`
462
443
 
463
444
  ---
@@ -465,4 +446,3 @@ A: Yes, all agents use the same cache file (`.sinapse/project-status.yaml`).
465
446
  **Version:** 1.0
466
447
  **Status:** ✅ Production Ready
467
448
  **Last Updated:** 2025-01-14
468
-
@@ -162,7 +162,7 @@ layer2:
162
162
  quinn:
163
163
  enabled: true
164
164
  autoReview: true
165
- agentPath: '.claude/commands/SINAPSE/agents/quality-gate.md'
165
+ agentPath: '.claude/agents/quality-gate.md'
166
166
  severity:
167
167
  block: ['CRITICAL']
168
168
  warn: ['HIGH', 'MEDIUM']
@@ -528,7 +528,7 @@ layer2:
528
528
  quinn:
529
529
  enabled: true
530
530
  autoReview: true
531
- agentPath: '.claude/commands/SINAPSE/agents/quality-gate.md'
531
+ agentPath: '.claude/agents/quality-gate.md'
532
532
  severity:
533
533
  block: [CRITICAL]
534
534
  warn: [HIGH, MEDIUM]