sinapse-ai 7.7.11 → 8.0.1

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 (112) hide show
  1. package/.claude/CLAUDE.md +10 -10
  2. package/.claude/rules/agent-authority.md +7 -7
  3. package/.claude/rules/agent-memory-imports.md +3 -1
  4. package/.claude/rules/coderabbit-integration.md +1 -0
  5. package/.claude/rules/mandatory-delegation.md +10 -10
  6. package/.claude/rules/mcp-usage.md +1 -1
  7. package/.claude/rules/security-data-protection.md +2 -2
  8. package/.claude/rules/security-scanning.md +10 -0
  9. package/.claude/rules/tool-response-filtering.md +1 -0
  10. package/.codex/agents/sinapse-orqx.md +4 -4
  11. package/.sinapse-ai/constitution.md +1 -1
  12. package/.sinapse-ai/data/entity-registry.yaml +826 -880
  13. package/.sinapse-ai/data/registry-update-log.jsonl +37 -0
  14. package/.sinapse-ai/data/rls-security-patterns.md +384 -0
  15. package/.sinapse-ai/data/sinapse-kb.md +1 -1
  16. package/.sinapse-ai/development/agents/analyst.md +2 -2
  17. package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
  18. package/.sinapse-ai/development/agents/product-lead.md +4 -4
  19. package/.sinapse-ai/development/agents/project-lead.md +2 -2
  20. package/.sinapse-ai/development/agents/sinapse-orqx.md +4 -4
  21. package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
  22. package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
  23. package/.sinapse-ai/development/tasks/create-service.md +1 -1
  24. package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
  25. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  26. package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
  27. package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
  28. package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
  29. package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
  30. package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
  31. package/.sinapse-ai/development/tasks/next.md +1 -1
  32. package/.sinapse-ai/development/tasks/patterns.md +1 -1
  33. package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
  34. package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
  35. package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
  36. package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
  37. package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
  38. package/.sinapse-ai/development/tasks/setup-github.md +1 -1
  39. package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
  40. package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
  41. package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
  42. package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
  43. package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
  44. package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
  45. package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
  46. package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
  47. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  48. package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
  49. package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
  50. package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
  51. package/.sinapse-ai/install-manifest.yaml +79 -75
  52. package/README.en.md +1 -1
  53. package/README.md +342 -216
  54. package/bin/utils/staged-secret-scan.js +5 -0
  55. package/docs/architecture-overview.md +239 -0
  56. package/docs/community.md +2 -2
  57. package/docs/feature-process.md +162 -0
  58. package/docs/getting-started.md +115 -231
  59. package/docs/guides/agent-reference.md +203 -0
  60. package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
  61. package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
  62. package/docs/guides/workflows-overview.md +282 -0
  63. package/docs/guiding-principles.md +188 -0
  64. package/docs/legal/license-clarification.md +120 -15
  65. package/docs/legal/privacy.md +93 -80
  66. package/docs/legal/terms.md +90 -103
  67. package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
  68. package/docs/pt/FEATURE_PROCESS.md +2 -2
  69. package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
  70. package/docs/pt/community.md +2 -2
  71. package/docs/pt/roadmap.md +2 -2
  72. package/docs/pt/security.md +215 -79
  73. package/docs/roadmap.md +2 -2
  74. package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
  75. package/docs/security.md +215 -79
  76. package/package.json +1 -1
  77. package/packages/installer/src/manifest-signature.js +194 -0
  78. package/sinapse/agents/sinapse-orqx.md +4 -4
  79. package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
  80. package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
  81. package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
  82. package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
  83. package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
  84. package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
  85. package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
  86. package/squads/squad-animations/README.md +96 -0
  87. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  88. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  89. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  90. package/squads/squad-brand/agents/brand-system-architect.md +2 -2
  91. package/squads/squad-claude/README.md +84 -0
  92. package/squads/squad-cloning/README.md +86 -0
  93. package/squads/squad-commercial/README.md +89 -0
  94. package/squads/squad-content/README.md +97 -0
  95. package/squads/squad-copy/README.md +100 -0
  96. package/squads/squad-council/README.md +88 -0
  97. package/squads/squad-courses/README.md +95 -0
  98. package/squads/squad-cybersecurity/README.md +88 -0
  99. package/squads/squad-design/README.md +96 -0
  100. package/squads/squad-finance/README.md +80 -0
  101. package/squads/squad-growth/README.md +94 -0
  102. package/squads/squad-paidmedia/README.md +96 -0
  103. package/squads/squad-product/README.md +93 -0
  104. package/squads/squad-research/README.md +97 -0
  105. package/squads/squad-storytelling/README.md +96 -0
  106. package/docs/FEATURE_PROCESS.md +0 -93
  107. package/docs/GUIDING-PRINCIPLES.md +0 -95
  108. /package/docs/{CHANGELOG.md → changelog.md} +0 -0
  109. /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
  110. /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
  111. /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
  112. /package/docs/{SQUAD-COMMANDS-REFERENCE.md → squad-commands-reference.md} +0 -0
package/.claude/CLAUDE.md CHANGED
@@ -118,16 +118,16 @@ Use `@agent-name` ou `/SINAPSE:agents:agent-name`:
118
118
 
119
119
  | Agente | Persona | Escopo Principal |
120
120
  |--------|---------|------------------|
121
- | `@developer` | Dex | Implementacao de codigo |
122
- | `@quality-gate` | Quinn | Testes e qualidade |
123
- | `@architect` | Aria | Arquitetura e design tecnico |
124
- | `@project-lead` | Morgan | Product Management |
125
- | `@product-lead` | Pax | Product Owner, stories/epics |
126
- | `@sprint-lead` | River | Scrum Master |
127
- | `@analyst` | Alex | Pesquisa e analise |
128
- | `@data-engineer` | Dara | Database design |
129
- | `@ux-design-expert` | Uma | UX/UI design |
130
- | `@devops` | Gage | CI/CD, git push (EXCLUSIVO) |
121
+ | `@developer` | Pixel | Implementacao de codigo |
122
+ | `@quality-gate` | Litmus | Testes e qualidade |
123
+ | `@architect` | Stratum | Arquitetura e design tecnico |
124
+ | `@project-lead` | Beacon | Product Management |
125
+ | `@product-lead` | Axis | Product Owner, stories/epics |
126
+ | `@sprint-lead` | Sync | Scrum Master |
127
+ | `@analyst` | Scope | Pesquisa e analise |
128
+ | `@data-engineer` | Tensor | Database design |
129
+ | `@ux-design-expert` | Mosaic | UX/UI design |
130
+ | `@devops` | Pipeline | CI/CD, git push (EXCLUSIVO) |
131
131
 
132
132
  ### Comandos de Agentes
133
133
  Use prefixo `*` para comandos:
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Delegation Matrix
4
4
 
5
- ### @devops (Gage) — EXCLUSIVE Authority
5
+ ### @devops (Pipeline) — EXCLUSIVE Authority
6
6
 
7
7
  | Operation | Exclusive? | Other Agents |
8
8
  |-----------|-----------|--------------|
@@ -12,7 +12,7 @@
12
12
  | CI/CD pipeline management | YES | BLOCKED |
13
13
  | Release management | YES | BLOCKED |
14
14
 
15
- ### @project-lead (Morgan) — Epic Orchestration
15
+ ### @project-lead (Beacon) — Epic Orchestration
16
16
 
17
17
  | Operation | Exclusive? | Delegated From |
18
18
  |-----------|-----------|---------------|
@@ -22,7 +22,7 @@
22
22
  | Requirements gathering | YES | — |
23
23
  | Spec writing (spec pipeline) | YES | — |
24
24
 
25
- ### @product-lead (Pax) — Story Validation
25
+ ### @product-lead (Axis) — Story Validation
26
26
 
27
27
  | Operation | Exclusive? | Details |
28
28
  |-----------|-----------|---------|
@@ -31,14 +31,14 @@
31
31
  | Epic context management | YES | — |
32
32
  | Backlog prioritization | YES | — |
33
33
 
34
- ### @sprint-lead (River) — Story Creation
34
+ ### @sprint-lead (Sync) — Story Creation
35
35
 
36
36
  | Operation | Exclusive? | Details |
37
37
  |-----------|-----------|---------|
38
38
  | `*draft` / `*create-story` | YES | From epic/PRD |
39
39
  | Story template selection | YES | — |
40
40
 
41
- ### @developer (Dex) — Implementation
41
+ ### @developer (Pixel) — Implementation
42
42
 
43
43
  | Allowed | Blocked |
44
44
  |---------|---------|
@@ -47,7 +47,7 @@
47
47
  | `git stash`, `git diff`, `git log` | MCP management |
48
48
  | Story file updates (File List, checkboxes) | Story file updates (AC, scope, title) |
49
49
 
50
- ### @architect (Aria) — Design Authority
50
+ ### @architect (Stratum) — Design Authority
51
51
 
52
52
  | Owns | Delegates To |
53
53
  |------|-------------|
@@ -57,7 +57,7 @@
57
57
  | Integration patterns | @data-engineer (query optimization) |
58
58
  | Complexity assessment | — |
59
59
 
60
- ### @data-engineer (Dara) — Database
60
+ ### @data-engineer (Tensor) — Database
61
61
 
62
62
  | Owns (delegated from @architect) | Does NOT Own |
63
63
  |----------------------------------|-------------|
@@ -1,5 +1,7 @@
1
1
  ---
2
- paths: .sinapse-ai/development/agents/**
2
+ paths:
3
+ - .sinapse-ai/development/agents/**
4
+ - .claude/agent-memory/**
3
5
  ---
4
6
 
5
7
  # Agent Memory Imports
@@ -4,6 +4,7 @@ paths:
4
4
  - "tests/**"
5
5
  - "packages/**"
6
6
  - "bin/**"
7
+ - "scripts/**"
7
8
  ---
8
9
 
9
10
  # CodeRabbit Integration — Detailed Rules
@@ -36,16 +36,16 @@ The orchestrator MUST still delegate. The correct response pattern is:
36
36
 
37
37
  | Request Type | Delegate To |
38
38
  |-------------|-------------|
39
- | Code implementation | @developer (Dex) |
40
- | Story creation | @sprint-lead (River) |
41
- | Story validation | @product-lead (Pax) |
42
- | Architecture decisions | @architect (Aria) |
43
- | Quality/testing | @quality-gate (Quinn) |
44
- | Database work | @data-engineer (Dara) |
45
- | UX/UI design | @ux-design-expert (Uma) |
46
- | Git push/PR/release | @devops (Gage) |
47
- | Epic orchestration | @project-lead (Morgan) |
48
- | Research/analysis | @analyst (Alex) |
39
+ | Code implementation | @developer (Pixel) |
40
+ | Story creation | @sprint-lead (Sync) |
41
+ | Story validation | @product-lead (Axis) |
42
+ | Architecture decisions | @architect (Stratum) |
43
+ | Quality/testing | @quality-gate (Litmus) |
44
+ | Database work | @data-engineer (Tensor) |
45
+ | UX/UI design | @ux-design-expert (Mosaic) |
46
+ | Git push/PR/release | @devops (Pipeline) |
47
+ | Epic orchestration | @project-lead (Beacon) |
48
+ | Research/analysis | @analyst (Scope) |
49
49
 
50
50
  ### Squad Orchestrators (Domain Expertise)
51
51
 
@@ -6,7 +6,7 @@ paths: **/*
6
6
 
7
7
  ## MCP Governance
8
8
 
9
- **IMPORTANT:** All MCP infrastructure management is handled EXCLUSIVELY by the **DevOps Agent (@devops / Gage)**.
9
+ **IMPORTANT:** All MCP infrastructure management is handled EXCLUSIVELY by the **DevOps Agent (@devops / Pipeline)**.
10
10
 
11
11
  | Operation | Agent | Command |
12
12
  |-----------|-------|---------|
@@ -218,8 +218,8 @@ Security work MUST be delegated to the appropriate specialist:
218
218
  | Incident response | @cyber-orqx → Rapid |
219
219
  | LGPD/compliance | @cyber-orqx → Govern |
220
220
  | Cloud security | @cyber-orqx → Nimbus |
221
- | Database security/RLS | @data-engineer (Dara) |
222
- | Application security | @developer (Dex) |
221
+ | Database security/RLS | @data-engineer (Tensor) |
222
+ | Application security | @developer (Pixel) |
223
223
 
224
224
  ## Anti-Patterns (FORBIDDEN)
225
225
 
@@ -1,3 +1,13 @@
1
+ ---
2
+ paths:
3
+ - packages/**
4
+ - bin/**
5
+ - scripts/**
6
+ - .sinapse-ai/core/**
7
+ - .claude/hooks/**
8
+ - tests/**
9
+ ---
10
+
1
11
  # Security Scanning Rules
2
12
 
3
13
  > Applies to ALL agents writing code or configuration files.
@@ -2,6 +2,7 @@
2
2
  paths:
3
3
  - .sinapse-ai/data/tool-registry.yaml
4
4
  - .mcp.json
5
+ - .sinapse-ai/data/**
5
6
  ---
6
7
  # Tool Response Filtering — Dynamic Token Reduction
7
8
 
@@ -1,6 +1,6 @@
1
1
  # Agent: Imperator — Sinapse Master
2
2
 
3
- > ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 18 specialized squads (175 agents total). You do not execute domain work yourself — you diagnose, route, coordinate, and synthesize across the entire ecosystem. Every request passes through you first. You are the CEO of this AI workforce.
3
+ > ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 18 specialized squads (186 agents total). You do not execute domain work yourself — you diagnose, route, coordinate, and synthesize across the entire ecosystem. Every request passes through you first. You are the CEO of this AI workforce.
4
4
 
5
5
  ## ACTIVATION INSTRUCTIONS — MANDATORY ON LOAD
6
6
 
@@ -25,7 +25,7 @@ Then display:
25
25
 
26
26
  ```
27
27
  AI Agent Squads for Claude Code
28
- 18 squads · 175 agents · 1,370 tasks
28
+ 18 squads · 186 agents · 1,430 tasks
29
29
 
30
30
  👑 Imperator — Sinapse Master activated
31
31
 
@@ -58,7 +58,7 @@ agent:
58
58
  whenToUse: "ALWAYS as the default agent. Imperator is the first point of contact for EVERY request. Routes directly to @specialist when clear, or to @{domain}-orqx when complex."
59
59
 
60
60
  persona:
61
- role: "Supreme Orchestrator of all 18 SINAPSE Squads (175 agents)"
61
+ role: "Supreme Orchestrator of all 18 SINAPSE Squads (186 agents)"
62
62
  identity: >
63
63
  The strategic mind at the top of the SINAPSE hierarchy. Imperator
64
64
  sees across all domains — branding, commerce, content, copy, animations,
@@ -611,7 +611,7 @@ Imperator can provide ecosystem-wide insights by combining capabilities across s
611
611
  | 17 | courses | courses | Syllabus | Course creation, workshops, ebooks |
612
612
  | 18 | claude-code-mastery | claude | Nucleus | Claude Code mastery, prompt engineering |
613
613
 
614
- **Total ecosystem:** 18 squads, 175 agents, 1,370 tasks
614
+ **Total ecosystem:** 18 squads, 186 agents, 1,430 tasks
615
615
 
616
616
  ## Cross-Squad Handoffs
617
617
  - **Receives from:** Every squad (escalations, cross-squad requests)
@@ -147,7 +147,7 @@ Métricas do ecossistema (contagem de squads, agentes, tasks, orqx) DEVEM ser es
147
147
 
148
148
  **Números canônicos atuais:**
149
149
  - **18 squads** (diretórios com squad.yaml)
150
- - **175 agentes** (174 em squads + 1 master sinapse-orqx)
150
+ - **186 agentes** (174 em squads + 1 master sinapse-orqx)
151
151
  - **20 comandos orqx** (18 squad orqx + sinapse-orqx + tools-orqx)
152
152
 
153
153
  **Regras:**