sinapse-ai 1.20.1 → 1.22.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/rules/coderabbit-integration.md +6 -0
- package/.claude/rules/documentation-first-reference.md +146 -0
- package/.claude/rules/documentation-first.md +27 -119
- package/.claude/rules/mandatory-delegation-reference.md +93 -0
- package/.claude/rules/mandatory-delegation.md +29 -93
- package/.claude/rules/project-intelligence-reference.md +159 -0
- package/.claude/rules/project-intelligence.md +37 -155
- package/.claude/rules/safe-collaboration-reference.md +163 -0
- package/.claude/rules/safe-collaboration.md +32 -173
- package/.sinapse-ai/core/doctor/checks/index.js +1 -1
- package/.sinapse-ai/core/execution/build-orchestrator.js +4 -3
- package/.sinapse-ai/core/execution/subagent-dispatcher.js +2 -2
- package/.sinapse-ai/core/ideation/ideation-engine.js +2 -1
- package/.sinapse-ai/core/orchestration/brownfield-progress.js +219 -0
- package/.sinapse-ai/core/orchestration/cli-commands.js +13 -0
- package/.sinapse-ai/core/orchestration/doc-first-resolver.js +96 -2
- package/.sinapse-ai/core/orchestration/executors/epic-3-executor.js +15 -2
- package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +3 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +97 -0
- package/.sinapse-ai/core/orchestration/index.js +5 -0
- package/.sinapse-ai/core/orchestration/spec-complexity.js +141 -0
- package/.sinapse-ai/core/orchestration/workflow-executor.js +17 -1
- package/.sinapse-ai/core-config.yaml +30 -0
- package/.sinapse-ai/data/entity-registry.yaml +81 -35
- package/.sinapse-ai/development/agents/architect.md +3 -15
- package/.sinapse-ai/development/agents/data-engineer.md +3 -15
- package/.sinapse-ai/development/agents/developer.md +3 -24
- package/.sinapse-ai/development/agents/devops.md +4 -25
- package/.sinapse-ai/development/agents/quality-gate.md +3 -25
- package/.sinapse-ai/development/knowledge-base/token-economy-guide.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +3 -0
- package/.sinapse-ai/development/tasks/resolve-github-issue.md +1 -1
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +16 -0
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +11 -0
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -2
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +4 -1
- package/.sinapse-ai/install-manifest.yaml +58 -50
- package/.sinapse-ai/product/templates/story-tmpl.yaml +11 -6
- package/.sinapse-ai/quality/judge-calibration/README.md +75 -0
- package/.sinapse-ai/quality/judge-calibration/calibration-log.md +70 -0
- package/.sinapse-ai/quality/judge-calibration/golden-set.json +105 -0
- package/.sinapse-ai/quality/judge-calibration/scenarios.json +90 -0
- package/CHANGELOG.md +55 -10
- package/README.en.md +1 -1
- package/README.md +6 -6
- package/bin/sinapse-minimal.js +5 -4
- package/docs/community/README-community-snippet-core.md +1 -1
- package/docs/community/README-community-snippet-mcp.md +2 -2
- package/docs/framework/README.md +2 -2
- package/docs/framework/architecture-overview.md +2 -2
- package/docs/framework/core-architecture.md +1 -1
- package/docs/framework/feature-process.md +5 -5
- package/docs/framework/guiding-principles.md +1 -1
- package/docs/framework/roadmap.md +4 -4
- package/docs/framework/source-tree.md +1 -1
- package/docs/framework/versioning-and-releases.md +1 -1
- package/docs/getting-started.md +1 -1
- package/docs/guides/agent-selection-guide.md +1 -1
- package/docs/guides/agents/traces/README.md +1 -1
- package/docs/guides/config-migration-guide.md +1 -1
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/docker-mcp-setup.md +5 -5
- package/docs/guides/getting-started.md +1 -1
- package/docs/guides/git-workflow-guide.md +3 -3
- package/docs/guides/ide-integration.md +3 -3
- package/docs/guides/ide-sync-guide.md +1 -1
- package/docs/guides/mcp/desktop-commander.md +2 -2
- package/docs/guides/mcp/docker-gateway-tutorial.md +1 -1
- package/docs/guides/mcp-global-setup.md +3 -3
- package/docs/guides/memory-intelligence-system.md +10 -10
- package/docs/guides/meta-agent-commands.md +1 -1
- package/docs/guides/quality-gates.md +1 -1
- package/docs/guides/security-hardening.md +1 -1
- package/docs/guides/service-discovery.md +1 -1
- package/docs/guides/squad-examples/README.md +1 -1
- package/docs/guides/squads-guide.md +1 -1
- package/docs/guides/testing-guide.md +2 -2
- package/docs/guides/user-guide.md +22 -22
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +1 -1
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +2 -2
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/pro-developer-workflow.md +2 -2
- package/docs/guides/workflows-guide.md +1 -1
- package/docs/guides/workflows-overview.md +1 -1
- package/docs/installation/npx-install.md +1 -1
- package/docs/installation/uninstallation.md +1 -1
- package/docs/installation/v4-quick-start.md +1 -1
- package/docs/pt/guides/user-guide.md +18 -18
- package/docs/pt/security.md +2 -2
- package/docs/security/overview.md +2 -2
- package/docs/security/security-best-practices.md +1 -1
- package/docs/sinapse-agent-flows/architect-system.md +1 -1
- package/docs/sinapse-agent-flows/data-engineer-system.md +1 -1
- package/docs/sinapse-agent-flows/dev-system.md +1 -1
- package/docs/sinapse-agent-flows/devops-system.md +2 -2
- package/docs/sinapse-agent-flows/qa-system.md +1 -1
- package/docs/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/sinapse-agent-flows/snps-orqx-system.md +4 -4
- package/docs/sinapse-agent-flows/squad-creator-system.md +1 -1
- package/docs/sinapse-workflows/README.md +2 -2
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-service-workflow.md +3 -3
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +2 -2
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +3 -3
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +3 -3
- package/docs/troubleshooting.md +1 -1
- package/package.json +7 -1
- package/scripts/calibrate-judge.js +134 -0
- package/scripts/eval-e2e.js +149 -0
- package/scripts/validate-all.js +8 -0
- package/scripts/validate-article-iv.js +289 -0
- package/scripts/validate-constitution.js +58 -0
- package/scripts/validate-evals.js +9 -2
- package/scripts/validate-story-acs.js +174 -0
- package/scripts/validate-tool-descriptions.js +128 -0
- package/scripts/wave-gate.js +207 -0
- package/squads/claude-code-mastery/agents/project-integrator.md +3 -10
- package/squads/claude-code-mastery/knowledge-base/context-window-optimization.md +2 -2
- package/squads/claude-code-mastery/knowledge-base/memory-systems-reference.md +1 -1
- package/squads/squad-copy/knowledge-base/ai-copy-human-loop-canon.md +1 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Semantic golden set for LLM-judge calibration v2 (Story mesa2-judge-calibration-v2-run). Each case is a review SCENARIO (story + code changes + test state) with the verdict a competent human reviewer — applying the framework's severity policy (CRITICAL → blocked; HIGH/fixable issues → needs_revision; clean → approved) — considers correct. The live procedure feeds each scenario to the real LLM judge (executor prompt contract), extracts the verdict with the production _parseVerdict, and compares against these labels. Labels are law: a systematic judge miss becomes rubric analysis in calibration-log.md, never a label adjustment to inflate agreement.",
|
|
3
|
+
"severity_policy": "APPROVED = no CRITICAL/HIGH issues, ACs met, tests green. NEEDS_REVISION = fixable issues (missing tests, coverage drop, unmet AC, failing tests). BLOCKED = critical issues (security vulnerability, data exposure, destructive operation without safeguards).",
|
|
4
|
+
"cases": [
|
|
5
|
+
{
|
|
6
|
+
"id": "clean-approve",
|
|
7
|
+
"expected": "approved",
|
|
8
|
+
"rationale": "Everything a reviewer checks is green — nothing to fix.",
|
|
9
|
+
"scenario": "Story 'user-profile-page' with 3 ACs (render profile data, handle missing avatar, unit tests for both). Diff: 2 new components + 1 test file. All 3 ACs implemented and traceable. CI: 214/214 tests pass, lint clean, typecheck clean. No security-sensitive surface touched. Code follows existing project patterns."
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": "small-fix-with-regression-test",
|
|
13
|
+
"expected": "approved",
|
|
14
|
+
"rationale": "Root cause fixed with a regression test covering it — the ideal bug-fix shape.",
|
|
15
|
+
"scenario": "Bug-fix story: date parser crashed on single-digit months. Diff: 1-line fix in parseDate() plus a new regression test that reproduces the original crash input and passes. Full suite green (1,102/1,102). No other files touched."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "docs-only-clean",
|
|
19
|
+
"expected": "approved",
|
|
20
|
+
"rationale": "Documentation-only change with valid links and no runtime surface.",
|
|
21
|
+
"scenario": "Story 'update-install-guide': diff touches only README.md and docs/installation/guide.md — fixes 4 outdated CLI flag names and adds a troubleshooting section. Link checker passes, markdown lint passes. No code files changed, test suite untouched and green."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "stable-refactor",
|
|
25
|
+
"expected": "approved",
|
|
26
|
+
"rationale": "Behavior-preserving refactor: interfaces stable, tests prove no regression.",
|
|
27
|
+
"scenario": "Refactor story: extract duplicated pagination logic from 3 API handlers into a shared helper. Public interfaces unchanged (verified by unchanged integration tests). All 890 tests pass unmodified. Coverage steady at 84%. Diff is -120/+45 lines."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "sql-injection",
|
|
31
|
+
"expected": "blocked",
|
|
32
|
+
"rationale": "SQL built by string concatenation from user input — critical injection vulnerability.",
|
|
33
|
+
"scenario": "Story 'search-endpoint': new GET /search builds its query as \"SELECT * FROM products WHERE name LIKE '%\" + req.query.q + \"%'\" — user input concatenated directly into SQL, no parameterization. Tests pass (16/16) because none exercise malicious input. Everything else in the diff is fine."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "hardcoded-secret",
|
|
37
|
+
"expected": "blocked",
|
|
38
|
+
"rationale": "Plaintext credential committed to the repository — critical exposure.",
|
|
39
|
+
"scenario": "Story 'payment-webhook': the diff hardcodes a live Stripe secret key (a real 'sk_live_'-prefixed production credential, redacted here as <STRIPE_LIVE_KEY>) directly in src/payments/webhook.js instead of reading it from environment variables. The webhook logic itself is correct and its 8 tests pass."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "rls-dropped",
|
|
43
|
+
"expected": "blocked",
|
|
44
|
+
"rationale": "Migration removes row-level security from a user-data table — critical data exposure.",
|
|
45
|
+
"scenario": "Story 'fix-orders-query-perf': to make a slow query faster, the migration includes ALTER TABLE orders DISABLE ROW LEVEL SECURITY; and drops the tenant-isolation policy. Query benchmarks improve 40x. All existing tests pass because the test suite runs as service role."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "praise-worthy-but-auth-bypass",
|
|
49
|
+
"expected": "blocked",
|
|
50
|
+
"rationale": "Elegant code cannot outweigh an authentication bypass — a blocker dominates praise.",
|
|
51
|
+
"scenario": "Story 'admin-dashboard': beautifully structured code, clean componentization, 96% coverage on the new module. However, the /api/admin/* routes check authorization via a client-supplied header ('x-is-admin: true') with no server-side session validation — any user can set the header and access admin endpoints."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "destructive-migration-no-safeguard",
|
|
55
|
+
"expected": "blocked",
|
|
56
|
+
"rationale": "DROP TABLE without safeguards or rollback in a production migration — critical destructive operation.",
|
|
57
|
+
"scenario": "Story 'remove-legacy-cart': migration runs DROP TABLE legacy_cart; directly — no IF EXISTS, no backup step, no rollback script, and the table still has 12k rows referenced by an archived-orders report job. Code changes removing the ORM model are otherwise clean and tests pass."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "missing-error-branch-tests",
|
|
61
|
+
"expected": "needs_revision",
|
|
62
|
+
"rationale": "Correct logic but the error path is untested — fixable gap, not a blocker.",
|
|
63
|
+
"scenario": "Story 'csv-import': the happy path is implemented correctly and covered by 6 tests. The error branch (malformed row → collect error and continue) is implemented but has zero test coverage; the try/catch was never exercised by any test. No security issues. Lint/typecheck clean."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "coverage-drop-new-module",
|
|
67
|
+
"expected": "needs_revision",
|
|
68
|
+
"rationale": "New module lands with far lower coverage than the project floor — fix before merge.",
|
|
69
|
+
"scenario": "Story 'notifications-service': the new src/notifications/ module lands with 31% line coverage while the project enforces a soft floor of 75%. The 4 tests that exist pass; core send/retry logic is untested. Functionality demoed manually and works. No security-sensitive code."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "failing-tests-on-ci",
|
|
73
|
+
"expected": "needs_revision",
|
|
74
|
+
"rationale": "Red suite means not done — but failures are ordinary logic bugs, fixable, not a security block.",
|
|
75
|
+
"scenario": "Story 'timezone-support': implementation is complete per ACs, but CI shows 3 failing tests in date-formatting for UTC-negative offsets (off-by-one on the day boundary). No security surface. The other 428 tests pass."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "unmet-acceptance-criterion",
|
|
79
|
+
"expected": "needs_revision",
|
|
80
|
+
"rationale": "Green tests do not compensate for a story AC that was never implemented.",
|
|
81
|
+
"scenario": "Story 'export-report' has 3 ACs: (1) export CSV, (2) export PDF, (3) email the file. The diff implements CSV and PDF with passing tests (22/22 green), but AC3 (email delivery) is entirely absent — no code, no test, not mentioned in the PR. No defects in what exists."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "stale-todo-and-debug-logs",
|
|
85
|
+
"expected": "needs_revision",
|
|
86
|
+
"rationale": "Functional but ships debug noise and unresolved TODOs in the changed lines — clean up before merge.",
|
|
87
|
+
"scenario": "Story 'checkout-flow': implementation meets all ACs and 34 tests pass. The diff, however, leaves 6 console.log('DEBUG cart=', cart) statements in the payment path and 2 'TODO: handle 3DS fallback properly' comments on code that currently throws a generic error for that case. No security issues."
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,31 @@
|
|
|
1
|
-
## [1.
|
|
1
|
+
## [1.22.0](https://github.com/caioimori/sinapse-ai/compare/1.21.0...1.22.0) (2026-07-07)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **gate:** M2 — verificação de substância do spec no gate doc-first [Story rodada2-m2-spec-substance-gate] ([#358](https://github.com/caioimori/sinapse-ai/issues/358)) ([bc2e192](https://github.com/caioimori/sinapse-ai/commit/bc2e192322b36de54dd5a91383950a7cc8e39a49))
|
|
6
|
+
* **gate:** M5 — check de constituição CLAUDE/AGENTS no gate de PR [Story rodada2-m5-claude-agents-single-source] ([#361](https://github.com/caioimori/sinapse-ai/issues/361)) ([e08be2e](https://github.com/caioimori/sinapse-ai/commit/e08be2eb407043b9ad77de08cf48a08bf3690ba4)), closes [#7](https://github.com/caioimori/sinapse-ai/issues/7)
|
|
7
|
+
* **lint:** M3 — guard de descrição de ferramentas/comandos [Story rodada2-m3-tool-description-lint] ([#359](https://github.com/caioimori/sinapse-ai/issues/359)) ([bd9a4a9](https://github.com/caioimori/sinapse-ai/commit/bd9a4a9d977ecd60b95209bf540c926c63f6489f))
|
|
8
|
+
* **lint:** mesa2 — ACs em GWT executável (template + guard advisory) [Story mesa2-acs-gwt-guard] ([#364](https://github.com/caioimori/sinapse-ai/issues/364)) ([ef24dc3](https://github.com/caioimori/sinapse-ai/commit/ef24dc36a5e5df05b5761b676fc140906739e006))
|
|
9
|
+
* **spec:** M4 — cerimônia COMPLEX≥16 do spec-pipeline em código [Story rodada2-m4-complex-ceremony-code] ([#360](https://github.com/caioimori/sinapse-ai/issues/360)) ([e15f04b](https://github.com/caioimori/sinapse-ai/commit/e15f04b418111ce5cbead2a8321444e5ae2288ca))
|
|
2
10
|
|
|
3
11
|
### Bug Fixes
|
|
4
12
|
|
|
5
|
-
* **
|
|
6
|
-
* **
|
|
7
|
-
* **security:** Onda B2 — escrita atômica em todo o caminho de instalação ([#341](https://github.com/caioimori/sinapse-ai/issues/341)) ([0c90216](https://github.com/caioimori/sinapse-ai/commit/0c9021628526ff7cf5ef3dcf41efae3dc629e20a))
|
|
13
|
+
* **orchestration:** rodada 2 lote B — guardas runtime, gate CI cross-platform e higiene [Story rodada2-lote-b-codigo-ci] ([#354](https://github.com/caioimori/sinapse-ai/issues/354)) ([ce18459](https://github.com/caioimori/sinapse-ai/commit/ce18459dc0884510f43287cebe221e06d0669b6b))
|
|
14
|
+
* **vitrine:** rodada 2 lote A — números exatos e era-de-modelo [Story rodada2-lote-a-vitrine-numeros] ([#353](https://github.com/caioimori/sinapse-ai/issues/353)) ([615aaf4](https://github.com/caioimori/sinapse-ai/commit/615aaf4d3d5dcced5a7f0aa575b8d33c324f8798))
|
|
8
15
|
|
|
9
16
|
### Documentation
|
|
10
17
|
|
|
11
|
-
* **
|
|
12
|
-
* **
|
|
18
|
+
* **audit:** fecha relatório rodada 2 com PRs [#353](https://github.com/caioimori/sinapse-ai/issues/353)/[#354](https://github.com/caioimori/sinapse-ai/issues/354) mergeados [Story rodada2-lote-b-codigo-ci] ([#355](https://github.com/caioimori/sinapse-ai/issues/355)) ([e81cb79](https://github.com/caioimori/sinapse-ai/commit/e81cb79f6f560c28109ecdfcd4e205102e244231))
|
|
19
|
+
* **epic:** fundação doc-first rodada 2 — épicos Mesa + instalação global [Story rodada2-mesa] ([#356](https://github.com/caioimori/sinapse-ai/issues/356)) ([3d6169f](https://github.com/caioimori/sinapse-ai/commit/3d6169f10c1f0e0a13946827dce9ba4f1a6a5d77))
|
|
20
|
+
* **links:** M1 — zera 121 links markdown quebrados [Story rodada2-m1-link-sweep] ([#357](https://github.com/caioimori/sinapse-ai/issues/357)) ([d9e4f53](https://github.com/caioimori/sinapse-ai/commit/d9e4f53afef01a3447f9b1af57eeee79c8986b1e))
|
|
13
21
|
|
|
14
22
|
### Maintenance
|
|
15
23
|
|
|
16
|
-
* **
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
24
|
+
* **release:** sync da main pós-release 1.21.0 ([#352](https://github.com/caioimori/sinapse-ai/issues/352)) ([8f15c86](https://github.com/caioimori/sinapse-ai/commit/8f15c868f5808a1673a663398b1194ce5b0189e5)), closes [#277](https://github.com/caioimori/sinapse-ai/issues/277)
|
|
25
|
+
|
|
26
|
+
### Refactoring
|
|
27
|
+
|
|
28
|
+
* **agents:** M6 — dedup da integração CodeRabbit (single-source) [Story rodada2-m6] ([#362](https://github.com/caioimori/sinapse-ai/issues/362)) ([a574dd5](https://github.com/caioimori/sinapse-ai/commit/a574dd50833610342ff03178a5275ec4d00d7c0e))
|
|
20
29
|
|
|
21
30
|
# Changelog
|
|
22
31
|
|
|
@@ -27,6 +36,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
27
36
|
|
|
28
37
|
## [Unreleased]
|
|
29
38
|
|
|
39
|
+
## [1.21.0] — 2026-07-04 — 🏗️ Onda 3 estrutural: gates determinísticos em todos os fluxos + eval como gate de merge
|
|
40
|
+
|
|
41
|
+
> Minor. Atualização segura via `npx sinapse-ai update`. Fecha a Onda 3 da auditoria AF-20260702 (épico `epic-onda3-estrutural`, PRs #346–#351) — do "otimizado" ao "robusto por design".
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
- **constitution:** Artigo IV (No Invention) ganha dente determinístico — `validate:article-iv` no pre-push rastreia arquivos de produto alterados contra o File List da story referenciada; órfão = warning na calibração, `--strict` promove a bloqueio. CI reporta SKIP explícito (stories são locais por design) (#346)
|
|
46
|
+
- **orchestration:** Phase 1 do greenfield só avança com artefatos reais no disco (gate `fileHasContent` por estágio) + `metadata.confirmation_required` do YAML passa a ser consumido de verdade (`false` = auto-GO nas pausas go_pause) (#347)
|
|
47
|
+
- **orchestration:** brownfield discovery com progresso determinístico (`brownfield-progress.js` mede as 10 fases pelos artefatos no disco, com ponto exato de retomada) + gate QA da Fase 7 avaliado em código (APPROVED/NEEDS WORK, máx 2 reworks → escalate) (#348)
|
|
48
|
+
- **evals:** golden set comportamental permanente do gate de épicos (6 casos travando os bugs medidos em 30/06: build vazio, plano stub, zero-checks, sinal de falha ignorado) + `npm run eval:e2e` rodando dentro de `npm test` — regressão comportamental agora bloqueia merge. Protocolo de medição 2 braços promovido a doc executável (#349)
|
|
49
|
+
- **orchestration:** `scripts/wave-gate.js` — gate determinístico por wave (testes verdes + arquivos realmente escritos). O wrapper autônomo de epic waves foi construído, MEDIDO pelo protocolo pré-registrado e **reprovado** (empate em correctness, ~2x custo vs caminho nativo) — não vira produto; o gate fica como utilitário standalone e os templates ganham nota de honestidade (#350)
|
|
50
|
+
|
|
51
|
+
### Maintenance
|
|
52
|
+
|
|
53
|
+
- manifests regenerados pós-consolidação da Onda 3; entidades novas registradas (#351)
|
|
54
|
+
|
|
55
|
+
## [1.20.1] — 2026-07-03 — 🛡️ Segurança em 3 ondas + ativação enxuta + corte do cluster órfão (DEC-03)
|
|
56
|
+
|
|
57
|
+
> Patch. Atualização segura via `npx sinapse-ai update`. Fecha a execução da mesa de decisões da otimização: PRs #337–#344.
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
- **security:** Onda A da triagem AF-20260703 — 4 fixes cirúrgicos: CodeQL volta a analisar `actions`, escape de HTML na fonte geradora do atlas, âncoras agrupadas no secret-scan (equivalência validada com 20.030 casos), sanitização de log no updater (#337)
|
|
62
|
+
- **security:** Onda B1 — TOCTOU eliminado na cadeia de confiança do instalador (manifest-signature/file-hasher/post-install-validator em file descriptor único) + git sem shell no gate do Artigo XI (#340)
|
|
63
|
+
- **security:** Onda B2 — escrita atômica (tmp+rename) em ~30 pontos/21 arquivos de todo o caminho de instalação (#341)
|
|
64
|
+
|
|
65
|
+
### Maintenance
|
|
66
|
+
|
|
67
|
+
- **security:** Onda C — higiene do code scanning (`paths-ignore` de testes fecha ~366 alertas de teste na análise da main) + 2 falso-positivos dismissados com evidência + os 5 únicos fixes de qualidade fora de testes (#339)
|
|
68
|
+
- **agents:** rollout da ativação enxuta pós-piloto — 22 arquivos (9 núcleo + 8 mastery + 4 locais + template), −717/+374 linhas, zero coerção restante (#342)
|
|
69
|
+
- **cleanup:** DEC-03 — remoção do cluster multi-story órfão (~4,4k linhas de código morto shipped: wave-executor, parallel-monitor, context-injector, semantic-merge-engine, parallel-executor de execution/, wave-analyzer + task `*waves`) com split DEC-02 preservando suggestion-engine/learning; registries e manifests regenerados (#344)
|
|
70
|
+
|
|
71
|
+
### Documentation
|
|
72
|
+
|
|
73
|
+
- **decisions:** mesa de decisões registra Ondas A/B/C de segurança, rollout da ativação enxuta e execução de DEC-02/DEC-03 (#338, #343)
|
|
74
|
+
|
|
30
75
|
## [1.20.0] — 2026-07-03 — 🧠 Ciclo Fable 5: dieta de contexto, spec/plan de 1ª classe, era de modelo sincronizada
|
|
31
76
|
|
|
32
77
|
> Minor. Atualização segura via `npx sinapse-ai update`. Consolida o ciclo de upgrade Fable 5 (auditoria AF-20260702 → Onda 1 → Onda 2 → mesa de decisões): 15 PRs (#321–#335).
|
package/README.en.md
CHANGED
|
@@ -294,7 +294,7 @@ Both IDEs have access to all 17 squads, 172 agents, workflows, and knowledge bas
|
|
|
294
294
|
| Feature | Claude Code | Codex CLI |
|
|
295
295
|
|---------|:-----------:|:---------:|
|
|
296
296
|
| Agent activation (@agent) | Full | Full |
|
|
297
|
-
| Constitutional hooks (
|
|
297
|
+
| Constitutional hooks (20) | Full | Partial (5) |
|
|
298
298
|
| Story-driven development | Full | Full |
|
|
299
299
|
| Quality gates | Full | Full |
|
|
300
300
|
| Delegation enforcement | Full | Partial |
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
## O que é o SINAPSE?
|
|
23
23
|
|
|
24
|
-
SINAPSE é um meta-framework open source que organiza **172 agentes de IA em 17 squads especializados**, operando direto no terminal via Claude Code ou Codex CLI. Cada agente tem um papel definido, cada squad domina uma disciplina, e o sistema inteiro é governado por uma **Constitution com enforcement real** —
|
|
24
|
+
SINAPSE é um meta-framework open source que organiza **172 agentes de IA em 17 squads especializados**, operando direto no terminal via Claude Code ou Codex CLI. Cada agente tem um papel definido, cada squad domina uma disciplina, e o sistema inteiro é governado por uma **Constitution com enforcement real** — 20 hooks registrados que bloqueiam violações em tempo de execução.
|
|
25
25
|
|
|
26
26
|
O conceito central é simples: em vez de um único assistente de IA tentando fazer tudo, o SINAPSE estrutura o trabalho em equipes especializadas. Um squad de branding cuida da identidade visual. Um squad de cybersecurity cuida de compliance e pentest. Um squad de copywriting cuida de persuasão e conversão. Cada um com sua própria knowledge base, workflows e tasks — totalizando **1.200 tasks executáveis** prontas para uso, distribuídas pelos 17 squads.
|
|
27
27
|
|
|
@@ -35,7 +35,7 @@ IA generativa tem um problema conhecido: quanto mais você pede, pior fica. Um
|
|
|
35
35
|
|
|
36
36
|
O SINAPSE resolve isso do jeito que times humanos resolvem: **especialização coordenada**. Em vez de um generalista cansado, você tem 172 agentes em 17 squads, cada um com papel definido, knowledge base própria e tasks executáveis. Um orquestrador roteia seu pedido para quem realmente sabe resolver — automaticamente, sem você precisar decorar nomes de agentes ou comandos.
|
|
37
37
|
|
|
38
|
-
O diferencial não é apenas a quantidade de agentes. É **governança real**:
|
|
38
|
+
O diferencial não é apenas a quantidade de agentes. É **governança real**: 20 hooks registrados interceptam operações em tempo de execução, uma Constitution com 11 artigos rege o framework, e 7 desses artigos são NON-NEGOTIABLE — violações são bloqueadas antes de executar, não detectadas depois. **Velocidade com rigor, sem escolher entre os dois.**
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
@@ -193,7 +193,7 @@ Deny rules em `.claude/settings.json` reforçam isso deterministicamente. **O up
|
|
|
193
193
|
|
|
194
194
|
### Constitution
|
|
195
195
|
|
|
196
|
-
O SINAPSE é governado por uma Constitution formal com 11 artigos e
|
|
196
|
+
O SINAPSE é governado por uma Constitution formal com 11 artigos e 20 hooks de enforcement:
|
|
197
197
|
|
|
198
198
|
| Artigo | Princípio | Severidade |
|
|
199
199
|
|--------|-----------|------------|
|
|
@@ -219,7 +219,7 @@ O SINAPSE inclui 12 agentes core que cobrem o ciclo completo de desenvolvimento:
|
|
|
219
219
|
|
|
220
220
|
| Agente | Persona | Papel |
|
|
221
221
|
|--------|---------|-------|
|
|
222
|
-
| `
|
|
222
|
+
| `snps-orqx` | **Imperator** | Orquestrador principal — routing e coordenação cross-squad |
|
|
223
223
|
| `developer` | **Pixel** | Implementação de código e story development |
|
|
224
224
|
| `quality-gate` | **Litmus** | Testes, QA e quality gates |
|
|
225
225
|
| `architect` | **Stratum** | Arquitetura e decisões de tecnologia |
|
|
@@ -313,7 +313,7 @@ Ambas as IDEs têm acesso a todos os 17 squads, 172 agentes, workflows e knowled
|
|
|
313
313
|
| Funcionalidade | Claude Code | Codex CLI |
|
|
314
314
|
|---------------|:-----------:|:---------:|
|
|
315
315
|
| Ativação de agentes (@agent) | Completo | Completo |
|
|
316
|
-
| Hooks constitucionais (
|
|
316
|
+
| Hooks constitucionais (20) | Completo | Parcial (5) |
|
|
317
317
|
| Story-driven development | Completo | Completo |
|
|
318
318
|
| Quality gates | Completo | Completo |
|
|
319
319
|
| Enforcement de delegação | Completo | Parcial |
|
|
@@ -354,7 +354,7 @@ Se você se identifica com o primeiro grupo, você está no lugar certo.
|
|
|
354
354
|
|
|
355
355
|
### Enforcement Constitucional
|
|
356
356
|
|
|
357
|
-
O SINAPSE não apenas documenta regras — ele as impõe com **
|
|
357
|
+
O SINAPSE não apenas documenta regras — ele as impõe com **20 hooks registrados**:
|
|
358
358
|
|
|
359
359
|
- `enforce-git-push-authority.sh` — bloqueia push por agentes não autorizados
|
|
360
360
|
- `enforce-story-gate.cjs` — bloqueia código sem story validada
|
package/bin/sinapse-minimal.js
CHANGED
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
*
|
|
6
6
|
* REMOVED FROM PUBLIC SURFACE — Story 10.30 (Cycle 5)
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
* `
|
|
10
|
-
*
|
|
11
|
-
*
|
|
8
|
+
* This binary is no longer registered in package.json `bin`, so
|
|
9
|
+
* `npm install -g sinapse-ai` does not install a `sinapse-minimal` shim
|
|
10
|
+
* anymore. The file is kept in the repo as a forwarder only, scheduled
|
|
11
|
+
* for physical removal in the next MAJOR release (the old "v10/v11"
|
|
12
|
+
* timeline predates the 1.x version reset and no longer applies).
|
|
12
13
|
*
|
|
13
14
|
* Originally deprecated in v3.11.1 (Story 10.13 added the deprecation
|
|
14
15
|
* warning). The "minimal" install is no longer a real distinct mode —
|
|
@@ -49,7 +49,7 @@ We welcome contributions! Check out our:
|
|
|
49
49
|
|
|
50
50
|
- 📖 [Contributing Guide](../../CONTRIBUTING.md)
|
|
51
51
|
- 📜 [Code of Conduct](../../CODE_OF_CONDUCT.md)
|
|
52
|
-
- 🏗️ [Coding Standards](../
|
|
52
|
+
- 🏗️ [Coding Standards](../framework/coding-standards.md)
|
|
53
53
|
- 🏷️ [Good First Issues](https://github.com/caioimori/sinapse-ai/labels/good-first-issue)
|
|
54
54
|
|
|
55
55
|
---
|
|
@@ -31,8 +31,8 @@ For discussions, questions, and community interaction, visit our central hub:
|
|
|
31
31
|
|
|
32
32
|
### Quick Links
|
|
33
33
|
|
|
34
|
-
- [Docker MCP Toolkit Setup](../docker-mcp-setup.md)
|
|
35
|
-
- [Available Presets](
|
|
34
|
+
- [Docker MCP Toolkit Setup](../guides/docker-mcp-setup.md)
|
|
35
|
+
- [Available Presets](../../.sinapse-ai/presets/)
|
|
36
36
|
- [IDE Integration Guide](../ide-integration.md)
|
|
37
37
|
- [Troubleshooting Guide](../troubleshooting.md)
|
|
38
38
|
|
package/docs/framework/README.md
CHANGED
|
@@ -83,9 +83,9 @@ For backward compatibility, framework docs remain accessible at **both** locatio
|
|
|
83
83
|
|
|
84
84
|
## 🔗 Related Documents
|
|
85
85
|
|
|
86
|
-
- **Architecture Overview**: [`docs/architecture/`](../architecture/)
|
|
86
|
+
- **Architecture Overview**: [`docs/architecture/`](../pt/architecture/)
|
|
87
87
|
- **Installation Guide**: [`docs/installation/`](../installation/)
|
|
88
|
-
- **Platform Guides**: [`docs/platforms/`](../platforms/)
|
|
88
|
+
- **Platform Guides**: [`docs/platforms/`](../pt/platforms/)
|
|
89
89
|
- **Architecture Decisions**: `docs/decisions/` *(coming soon)*
|
|
90
90
|
- **Epic Planning**: `docs/epics/` *(coming soon)*
|
|
91
91
|
|
|
@@ -74,7 +74,7 @@ Localizacao: `.sinapse-ai/development/tasks/`
|
|
|
74
74
|
|
|
75
75
|
### Workflows
|
|
76
76
|
|
|
77
|
-
Workflows conectam tasks em sequencias. O SINAPSE tem 4 workflows primarios (detalhados em [workflows-overview.md](guides/workflows-overview.md)):
|
|
77
|
+
Workflows conectam tasks em sequencias. O SINAPSE tem 4 workflows primarios (detalhados em [workflows-overview.md](../guides/workflows-overview.md)):
|
|
78
78
|
|
|
79
79
|
1. **Story Development Cycle (SDC)** --- fluxo principal de desenvolvimento
|
|
80
80
|
2. **QA Loop** --- ciclo iterativo de revisao-correcao
|
|
@@ -237,4 +237,4 @@ Cada etapa e rastreavel, documentada e verificavel. O sistema e desenhado para q
|
|
|
237
237
|
|
|
238
238
|
---
|
|
239
239
|
|
|
240
|
-
_Veja tambem: [Agent Reference](guides/agent-reference.md) | [Workflows Overview](guides/workflows-overview.md) | [Guiding Principles](guiding-principles.md)_
|
|
240
|
+
_Veja tambem: [Agent Reference](../guides/agent-reference.md) | [Workflows Overview](../guides/workflows-overview.md) | [Guiding Principles](guiding-principles.md)_
|
|
@@ -17,13 +17,13 @@ Ideia → Discussao → Decisao → Story → Implementacao → Release
|
|
|
17
17
|
## Passo 1: Abra uma Discussion ou Issue
|
|
18
18
|
|
|
19
19
|
**Para ideias e sugestoes:**
|
|
20
|
-
- Abra uma [Discussion](
|
|
20
|
+
- Abra uma [Discussion](https://github.com/caioimori/sinapse-ai/discussions) na categoria **Ideas**
|
|
21
21
|
- Descreva o problema que a feature resolve
|
|
22
22
|
- Proponha uma solucao (pode ser alto nivel)
|
|
23
23
|
- Inclua exemplos de uso se possivel
|
|
24
24
|
|
|
25
25
|
**Para bugs ou melhorias pontuais:**
|
|
26
|
-
- Abra uma [Issue](
|
|
26
|
+
- Abra uma [Issue](https://github.com/caioimori/sinapse-ai/issues) usando o template **Feature Request** ou **Bug Report**
|
|
27
27
|
- Preencha todos os campos do template
|
|
28
28
|
|
|
29
29
|
---
|
|
@@ -88,7 +88,7 @@ A implementacao segue o Story Development Cycle (SDC):
|
|
|
88
88
|
@sprint-lead *draft → @product-lead *validate → @developer *develop → @quality-gate *qa-gate → @devops *push
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
O contribuidor pode implementar a feature seguindo o [CONTRIBUTING.md](
|
|
91
|
+
O contribuidor pode implementar a feature seguindo o [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
|
92
92
|
|
|
93
93
|
---
|
|
94
94
|
|
|
@@ -155,8 +155,8 @@ Contribuidores cujas ideias sao implementadas recebem credito em:
|
|
|
155
155
|
## Perguntas?
|
|
156
156
|
|
|
157
157
|
- Abra uma Discussion na categoria **Q&A**
|
|
158
|
-
- Consulte o [Troubleshooting Guide](troubleshooting.md)
|
|
158
|
+
- Consulte o [Troubleshooting Guide](../troubleshooting.md)
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
|
-
_Veja tambem: [CONTRIBUTING.md](
|
|
162
|
+
_Veja tambem: [CONTRIBUTING.md](../../CONTRIBUTING.md) | [Guiding Principles](guiding-principles.md) | [Code of Conduct](../../CODE_OF_CONDUCT.md)_
|
|
@@ -169,7 +169,7 @@ O SINAPSE e distribuido sob licenca MIT --- qualquer pessoa pode usar, modificar
|
|
|
169
169
|
|
|
170
170
|
Isso garante que o framework mantem coerencia e qualidade mesmo com contribuicoes externas.
|
|
171
171
|
|
|
172
|
-
> Processo de contribuicao: [CONTRIBUTING.md](
|
|
172
|
+
> Processo de contribuicao: [CONTRIBUTING.md](../../CONTRIBUTING.md)
|
|
173
173
|
|
|
174
174
|
---
|
|
175
175
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SINAPSE Roadmap
|
|
2
2
|
|
|
3
|
-
> 🇧🇷 [Versão em Português](
|
|
3
|
+
> 🇧🇷 [Versão em Português](../pt/roadmap.md)
|
|
4
4
|
|
|
5
5
|
This document outlines the planned development direction for SINAPSE.
|
|
6
6
|
|
|
@@ -89,15 +89,15 @@ Have a new idea? Open an [Idea Discussion](https://github.com/caioimori/sinapse-
|
|
|
89
89
|
|
|
90
90
|
### 3. Write an RFC
|
|
91
91
|
|
|
92
|
-
For significant features that need detailed design, [submit an RFC](
|
|
92
|
+
For significant features that need detailed design, [submit an RFC](../../.github/RFC_TEMPLATE.md) following our structured process.
|
|
93
93
|
|
|
94
94
|
### 4. Contribute Directly
|
|
95
95
|
|
|
96
|
-
Found something you want to implement? Check our [Contributing Guide](CONTRIBUTING.md) and [Feature Process](
|
|
96
|
+
Found something you want to implement? Check our [Contributing Guide](../../CONTRIBUTING.md) and [Feature Process](feature-process.md).
|
|
97
97
|
|
|
98
98
|
## Changelog
|
|
99
99
|
|
|
100
|
-
For what's already shipped, see [CHANGELOG.md](CHANGELOG.md).
|
|
100
|
+
For what's already shipped, see [CHANGELOG.md](../../CHANGELOG.md).
|
|
101
101
|
|
|
102
102
|
## Update Process
|
|
103
103
|
|
|
@@ -866,7 +866,7 @@ Runtime state is persisted in `.sinapse/`:
|
|
|
866
866
|
|
|
867
867
|
- [Coding Standards](./coding-standards.md)
|
|
868
868
|
- [Tech Stack](./tech-stack.md)
|
|
869
|
-
-
|
|
869
|
+
- ADE Architecture _(planned)_
|
|
870
870
|
|
|
871
871
|
---
|
|
872
872
|
|
package/docs/getting-started.md
CHANGED
|
@@ -20,7 +20,7 @@ O wizard detecta seu ambiente, escolhe IDE (Claude Code ou Codex), instala os 17
|
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
npx sinapse-ai status # squads + agentes instalados
|
|
23
|
-
npx sinapse-ai doctor #
|
|
23
|
+
npx sinapse-ai doctor # 16 health checks
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
Se algo falhar: `npx sinapse-ai doctor --fix` corrige automaticamente.
|
|
@@ -282,7 +282,7 @@ Retries < 3? → @developer retry with variation
|
|
|
282
282
|
## Full Documentation
|
|
283
283
|
|
|
284
284
|
- **[ADE Complete Guide](./ade-guide.md)** - Full tutorial for Autonomous Development Engine
|
|
285
|
-
- **
|
|
285
|
+
- **Agent Responsibility Matrix** - Complete boundary definitions
|
|
286
286
|
|
|
287
287
|
---
|
|
288
288
|
|
|
@@ -23,7 +23,7 @@ This directory contains comprehensive runtime execution trace documentation for
|
|
|
23
23
|
| @architect | Aria (Visionary) | 21 | Direct | [architect-execution-trace.md](./architect-execution-trace.md) |
|
|
24
24
|
| @developer | Dex (Builder) | 36 | Direct | [dev-execution-trace.md](./dev-execution-trace.md) |
|
|
25
25
|
| @quality-gate | Quinn (Guardian) | 25 | Direct | [qa-execution-trace.md](./qa-execution-trace.md) |
|
|
26
|
-
| @sinapse-orqx | Nova (Orchestrator) | 33 | Direct | [
|
|
26
|
+
| @sinapse-orqx | Nova (Orchestrator) | 33 | Direct | [snps-orqx-execution-trace.md](./snps-orqx-execution-trace.md) |
|
|
27
27
|
| @devops | Gage (Pipeline) | 30 | CLI Wrapper | [devops-execution-trace.md](./devops-execution-trace.md) |
|
|
28
28
|
| @data-engineer | Dara (Architect) | 27 | CLI Wrapper | [data-engineer-execution-trace.md](./data-engineer-execution-trace.md) |
|
|
29
29
|
| @ux-design-expert | Uma (Harmonizer) | 24 | CLI Wrapper | [ux-design-expert-execution-trace.md](./ux-design-expert-execution-trace.md) |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Migrate from monolithic `core-config.yaml` to the layered configuration hierarchy.
|
|
4
4
|
|
|
5
|
-
**ADR:**
|
|
5
|
+
**ADR:** ADR-PRO-002 — Configuration Hierarchy
|
|
6
6
|
**Story:** PRO-4 — Core-Config Split Implementation
|
|
7
7
|
|
|
8
8
|
---
|
|
@@ -1103,7 +1103,7 @@ node --inspect node_modules/.bin/jest
|
|
|
1103
1103
|
## Related Documentation
|
|
1104
1104
|
|
|
1105
1105
|
- [User Guide](./user-guide.md) - End-user documentation
|
|
1106
|
-
- [Architecture Overview](../architecture/ARCHITECTURE-INDEX.md) - System design
|
|
1106
|
+
- [Architecture Overview](../pt/architecture/ARCHITECTURE-INDEX.md) - System design
|
|
1107
1107
|
- [Contributing Squads](./contributing-squads.md) - Squad development
|
|
1108
1108
|
- [Quality Gates Guide](./quality-gates.md) - Quality assurance
|
|
1109
1109
|
- [MCP Global Setup](./mcp-global-setup.md) - MCP configuration
|
|
@@ -415,11 +415,11 @@ Only use docker-gateway when:
|
|
|
415
415
|
|
|
416
416
|
## Related Documentation
|
|
417
417
|
|
|
418
|
-
- [Docker Gateway Tutorial](./
|
|
419
|
-
- [Desktop Commander MCP Guide](./
|
|
420
|
-
- [MCP Global Setup Guide](./
|
|
421
|
-
-
|
|
422
|
-
- [DevOps Agent](
|
|
418
|
+
- [Docker Gateway Tutorial](./mcp/docker-gateway-tutorial.md)
|
|
419
|
+
- [Desktop Commander MCP Guide](./mcp/desktop-commander.md)
|
|
420
|
+
- [MCP Global Setup Guide](./mcp-global-setup.md)
|
|
421
|
+
- MCP Architecture Diagrams
|
|
422
|
+
- [DevOps Agent](../../.sinapse-ai/development/agents/devops.md)
|
|
423
423
|
|
|
424
424
|
---
|
|
425
425
|
|
|
@@ -176,7 +176,7 @@ npx sinapse-ai info
|
|
|
176
176
|
- **Explorar os squads** — `@snps-orqx *status` mostra todos os dominios disponiveis (alias `@sinapse-orqx` ate v1.3.0)
|
|
177
177
|
- **Entender os workflows** — Leia `docs/guides/workflows-overview.md`
|
|
178
178
|
- **Integracao com IDEs** — Veja [IDE Integration](./ide-integration.md) para Claude Code, Gemini CLI, Codex CLI, Cursor e GitHub Copilot
|
|
179
|
-
- **Contribuir** — Leia [CONTRIBUTING.md](
|
|
179
|
+
- **Contribuir** — Leia [CONTRIBUTING.md](../../CONTRIBUTING.md)
|
|
180
180
|
|
|
181
181
|
---
|
|
182
182
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SINAPSE Git Workflow Guide
|
|
2
2
|
|
|
3
|
-
> 🌐 **EN** | [PT](
|
|
3
|
+
> 🌐 **EN** | [PT](../pt/git-workflow-guide.md)
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -978,8 +978,8 @@ strategy:
|
|
|
978
978
|
|
|
979
979
|
## References
|
|
980
980
|
|
|
981
|
-
- **SINAPSE Validator:** [.sinapse-ai/utils/sinapse-validator.js](
|
|
982
|
-
- **CI Workflow:** [.github/workflows/ci.yml](
|
|
981
|
+
- **SINAPSE Validator:** [.sinapse-ai/utils/sinapse-validator.js](../../.sinapse-ai/utils/sinapse-validator.js)
|
|
982
|
+
- **CI Workflow:** [.github/workflows/ci.yml](../../.github/workflows/ci.yml)
|
|
983
983
|
|
|
984
984
|
---
|
|
985
985
|
|
|
@@ -228,9 +228,9 @@ cat ~/.claude.json # For Claude Code
|
|
|
228
228
|
|
|
229
229
|
## Related Documentation
|
|
230
230
|
|
|
231
|
-
- [Claude Code Guide](
|
|
232
|
-
- [Agent Selection Guide](./
|
|
233
|
-
- [MCP Global Setup](./
|
|
231
|
+
- [Claude Code Guide](../pt/platforms/claude-code.md)
|
|
232
|
+
- [Agent Selection Guide](./agent-selection-guide.md)
|
|
233
|
+
- [MCP Global Setup](./mcp-global-setup.md)
|
|
234
234
|
|
|
235
235
|
---
|
|
236
236
|
|
|
@@ -185,5 +185,5 @@ Check that the IDE is enabled in `active_ides` section.
|
|
|
185
185
|
|
|
186
186
|
- [Squads Overview](./squads-overview.md)
|
|
187
187
|
- [Agent Reference](../agent-reference-guide.md)
|
|
188
|
-
- [SINAPSE Architecture](../core-architecture.md)
|
|
188
|
+
- [SINAPSE Architecture](../framework/core-architecture.md)
|
|
189
189
|
|
|
@@ -344,9 +344,9 @@ npm install -g @anthropic/desktop-commander@latest
|
|
|
344
344
|
|
|
345
345
|
- [Docker Gateway Tutorial](./docker-gateway-tutorial.md)
|
|
346
346
|
- [MCP Global Setup Guide](../mcp-global-setup.md)
|
|
347
|
-
- [Docker MCP Setup](
|
|
347
|
+
- [Docker MCP Setup](../docker-mcp-setup.md)
|
|
348
348
|
- [MCP Usage Rules](../../../.claude/rules/mcp-usage.md)
|
|
349
|
-
- [Agent Tool Integration](../../architecture/agent-tool-integration-guide.md)
|
|
349
|
+
- [Agent Tool Integration](../../pt/architecture/agent-tool-integration-guide.md)
|
|
350
350
|
|
|
351
351
|
---
|
|
352
352
|
|
|
@@ -329,7 +329,7 @@ echo "~/.docker/mcp/" >> ~/.gitignore_global
|
|
|
329
329
|
|
|
330
330
|
- [Desktop Commander MCP Guide](./desktop-commander.md)
|
|
331
331
|
- [MCP Global Setup Guide](../mcp-global-setup.md)
|
|
332
|
-
- [Docker MCP Setup](
|
|
332
|
+
- [Docker MCP Setup](../docker-mcp-setup.md)
|
|
333
333
|
|
|
334
334
|
---
|
|
335
335
|
|
|
@@ -687,9 +687,9 @@ Create `.mcp.json` in project root to override global settings:
|
|
|
687
687
|
|
|
688
688
|
- [Docker Gateway Tutorial](./mcp/docker-gateway-tutorial.md)
|
|
689
689
|
- [Desktop Commander MCP Guide](./mcp/desktop-commander.md)
|
|
690
|
-
- [Docker MCP Setup](
|
|
691
|
-
- [Module System Architecture](../architecture/module-system.md)
|
|
692
|
-
- [MCP Architecture Diagrams](../architecture/mcp-system-diagrams.md)
|
|
690
|
+
- [Docker MCP Setup](./docker-mcp-setup.md)
|
|
691
|
+
- [Module System Architecture](../pt/architecture/module-system.md)
|
|
692
|
+
- [MCP Architecture Diagrams](../pt/architecture/mcp-system-diagrams.md)
|
|
693
693
|
|
|
694
694
|
---
|
|
695
695
|
|