sinapse-ai 7.7.10 → 8.0.0

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 (91) 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/.sinapse-ai/data/entity-registry.yaml +823 -877
  11. package/.sinapse-ai/data/registry-update-log.jsonl +36 -0
  12. package/.sinapse-ai/data/rls-security-patterns.md +384 -0
  13. package/.sinapse-ai/data/sinapse-kb.md +1 -1
  14. package/.sinapse-ai/development/agents/analyst.md +2 -2
  15. package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
  16. package/.sinapse-ai/development/agents/product-lead.md +4 -4
  17. package/.sinapse-ai/development/agents/project-lead.md +2 -2
  18. package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
  19. package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
  20. package/.sinapse-ai/development/tasks/create-service.md +1 -1
  21. package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
  22. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  23. package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
  24. package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
  25. package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
  26. package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
  27. package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
  28. package/.sinapse-ai/development/tasks/next.md +1 -1
  29. package/.sinapse-ai/development/tasks/patterns.md +1 -1
  30. package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
  31. package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
  32. package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
  33. package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
  34. package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
  35. package/.sinapse-ai/development/tasks/setup-github.md +1 -1
  36. package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
  37. package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
  38. package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
  39. package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
  40. package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
  41. package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
  42. package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
  43. package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
  44. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  45. package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
  46. package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
  47. package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
  48. package/.sinapse-ai/install-manifest.yaml +78 -74
  49. package/README.md +341 -215
  50. package/bin/utils/staged-secret-scan.js +5 -0
  51. package/docs/architecture-overview.md +239 -0
  52. package/docs/community.md +2 -2
  53. package/docs/feature-process.md +162 -0
  54. package/docs/getting-started.md +115 -231
  55. package/docs/guides/agent-reference.md +203 -0
  56. package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
  57. package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
  58. package/docs/guides/workflows-overview.md +282 -0
  59. package/docs/guiding-principles.md +188 -0
  60. package/docs/legal/license-clarification.md +120 -15
  61. package/docs/legal/privacy.md +93 -80
  62. package/docs/legal/terms.md +90 -103
  63. package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
  64. package/docs/pt/FEATURE_PROCESS.md +2 -2
  65. package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
  66. package/docs/pt/community.md +2 -2
  67. package/docs/pt/roadmap.md +2 -2
  68. package/docs/pt/security.md +215 -79
  69. package/docs/roadmap.md +2 -2
  70. package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
  71. package/docs/security.md +215 -79
  72. package/package.json +1 -1
  73. package/packages/installer/src/manifest-signature.js +194 -0
  74. package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
  75. package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
  76. package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
  77. package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
  78. package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
  79. package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
  80. package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
  81. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  82. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  83. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  84. package/squads/squad-brand/agents/brand-system-architect.md +2 -2
  85. package/docs/FEATURE_PROCESS.md +0 -93
  86. package/docs/GUIDING-PRINCIPLES.md +0 -95
  87. /package/docs/{CHANGELOG.md → changelog.md} +0 -0
  88. /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
  89. /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
  90. /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
  91. /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