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.
- package/.claude/CLAUDE.md +10 -10
- package/.claude/rules/agent-authority.md +7 -7
- package/.claude/rules/agent-memory-imports.md +3 -1
- package/.claude/rules/coderabbit-integration.md +1 -0
- package/.claude/rules/mandatory-delegation.md +10 -10
- package/.claude/rules/mcp-usage.md +1 -1
- package/.claude/rules/security-data-protection.md +2 -2
- package/.claude/rules/security-scanning.md +10 -0
- package/.claude/rules/tool-response-filtering.md +1 -0
- package/.sinapse-ai/data/entity-registry.yaml +823 -877
- package/.sinapse-ai/data/registry-update-log.jsonl +36 -0
- package/.sinapse-ai/data/rls-security-patterns.md +384 -0
- package/.sinapse-ai/data/sinapse-kb.md +1 -1
- package/.sinapse-ai/development/agents/analyst.md +2 -2
- package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
- package/.sinapse-ai/development/agents/product-lead.md +4 -4
- package/.sinapse-ai/development/agents/project-lead.md +2 -2
- package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
- package/.sinapse-ai/development/tasks/create-service.md +1 -1
- package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
- package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
- package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
- package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
- package/.sinapse-ai/development/tasks/next.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
- package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/setup-github.md +1 -1
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
- package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
- package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
- package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
- package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
- package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
- package/.sinapse-ai/install-manifest.yaml +78 -74
- package/README.md +341 -215
- package/bin/utils/staged-secret-scan.js +5 -0
- package/docs/architecture-overview.md +239 -0
- package/docs/community.md +2 -2
- package/docs/feature-process.md +162 -0
- package/docs/getting-started.md +115 -231
- package/docs/guides/agent-reference.md +203 -0
- package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
- package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
- package/docs/guides/workflows-overview.md +282 -0
- package/docs/guiding-principles.md +188 -0
- package/docs/legal/license-clarification.md +120 -15
- package/docs/legal/privacy.md +93 -80
- package/docs/legal/terms.md +90 -103
- package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
- package/docs/pt/FEATURE_PROCESS.md +2 -2
- package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
- package/docs/pt/community.md +2 -2
- package/docs/pt/roadmap.md +2 -2
- package/docs/pt/security.md +215 -79
- package/docs/roadmap.md +2 -2
- package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
- package/docs/security.md +215 -79
- package/package.json +1 -1
- package/packages/installer/src/manifest-signature.js +194 -0
- package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
- package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
- package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
- package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
- package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
- package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +2 -2
- package/docs/FEATURE_PROCESS.md +0 -93
- package/docs/GUIDING-PRINCIPLES.md +0 -95
- /package/docs/{CHANGELOG.md → changelog.md} +0 -0
- /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
- /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
- /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
- /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` |
|
|
122
|
-
| `@quality-gate` |
|
|
123
|
-
| `@architect` |
|
|
124
|
-
| `@project-lead` |
|
|
125
|
-
| `@product-lead` |
|
|
126
|
-
| `@sprint-lead` |
|
|
127
|
-
| `@analyst` |
|
|
128
|
-
| `@data-engineer` |
|
|
129
|
-
| `@ux-design-expert` |
|
|
130
|
-
| `@devops` |
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
60
|
+
### @data-engineer (Tensor) — Database
|
|
61
61
|
|
|
62
62
|
| Owns (delegated from @architect) | Does NOT Own |
|
|
63
63
|
|----------------------------------|-------------|
|
|
@@ -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 (
|
|
40
|
-
| Story creation | @sprint-lead (
|
|
41
|
-
| Story validation | @product-lead (
|
|
42
|
-
| Architecture decisions | @architect (
|
|
43
|
-
| Quality/testing | @quality-gate (
|
|
44
|
-
| Database work | @data-engineer (
|
|
45
|
-
| UX/UI design | @ux-design-expert (
|
|
46
|
-
| Git push/PR/release | @devops (
|
|
47
|
-
| Epic orchestration | @project-lead (
|
|
48
|
-
| Research/analysis | @analyst (
|
|
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 /
|
|
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 (
|
|
222
|
-
| Application security | @developer (
|
|
221
|
+
| Database security/RLS | @data-engineer (Tensor) |
|
|
222
|
+
| Application security | @developer (Pixel) |
|
|
223
223
|
|
|
224
224
|
## Anti-Patterns (FORBIDDEN)
|
|
225
225
|
|