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.
Files changed (122) hide show
  1. package/.claude/rules/coderabbit-integration.md +6 -0
  2. package/.claude/rules/documentation-first-reference.md +146 -0
  3. package/.claude/rules/documentation-first.md +27 -119
  4. package/.claude/rules/mandatory-delegation-reference.md +93 -0
  5. package/.claude/rules/mandatory-delegation.md +29 -93
  6. package/.claude/rules/project-intelligence-reference.md +159 -0
  7. package/.claude/rules/project-intelligence.md +37 -155
  8. package/.claude/rules/safe-collaboration-reference.md +163 -0
  9. package/.claude/rules/safe-collaboration.md +32 -173
  10. package/.sinapse-ai/core/doctor/checks/index.js +1 -1
  11. package/.sinapse-ai/core/execution/build-orchestrator.js +4 -3
  12. package/.sinapse-ai/core/execution/subagent-dispatcher.js +2 -2
  13. package/.sinapse-ai/core/ideation/ideation-engine.js +2 -1
  14. package/.sinapse-ai/core/orchestration/brownfield-progress.js +219 -0
  15. package/.sinapse-ai/core/orchestration/cli-commands.js +13 -0
  16. package/.sinapse-ai/core/orchestration/doc-first-resolver.js +96 -2
  17. package/.sinapse-ai/core/orchestration/executors/epic-3-executor.js +15 -2
  18. package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +3 -1
  19. package/.sinapse-ai/core/orchestration/greenfield-handler.js +97 -0
  20. package/.sinapse-ai/core/orchestration/index.js +5 -0
  21. package/.sinapse-ai/core/orchestration/spec-complexity.js +141 -0
  22. package/.sinapse-ai/core/orchestration/workflow-executor.js +17 -1
  23. package/.sinapse-ai/core-config.yaml +30 -0
  24. package/.sinapse-ai/data/entity-registry.yaml +81 -35
  25. package/.sinapse-ai/development/agents/architect.md +3 -15
  26. package/.sinapse-ai/development/agents/data-engineer.md +3 -15
  27. package/.sinapse-ai/development/agents/developer.md +3 -24
  28. package/.sinapse-ai/development/agents/devops.md +4 -25
  29. package/.sinapse-ai/development/agents/quality-gate.md +3 -25
  30. package/.sinapse-ai/development/knowledge-base/token-economy-guide.md +1 -1
  31. package/.sinapse-ai/development/tasks/execute-epic-plan.md +3 -0
  32. package/.sinapse-ai/development/tasks/resolve-github-issue.md +1 -1
  33. package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +16 -0
  34. package/.sinapse-ai/development/workflows/epic-orchestration.yaml +11 -0
  35. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -2
  36. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +4 -1
  37. package/.sinapse-ai/install-manifest.yaml +58 -50
  38. package/.sinapse-ai/product/templates/story-tmpl.yaml +11 -6
  39. package/.sinapse-ai/quality/judge-calibration/README.md +75 -0
  40. package/.sinapse-ai/quality/judge-calibration/calibration-log.md +70 -0
  41. package/.sinapse-ai/quality/judge-calibration/golden-set.json +105 -0
  42. package/.sinapse-ai/quality/judge-calibration/scenarios.json +90 -0
  43. package/CHANGELOG.md +55 -10
  44. package/README.en.md +1 -1
  45. package/README.md +6 -6
  46. package/bin/sinapse-minimal.js +5 -4
  47. package/docs/community/README-community-snippet-core.md +1 -1
  48. package/docs/community/README-community-snippet-mcp.md +2 -2
  49. package/docs/framework/README.md +2 -2
  50. package/docs/framework/architecture-overview.md +2 -2
  51. package/docs/framework/core-architecture.md +1 -1
  52. package/docs/framework/feature-process.md +5 -5
  53. package/docs/framework/guiding-principles.md +1 -1
  54. package/docs/framework/roadmap.md +4 -4
  55. package/docs/framework/source-tree.md +1 -1
  56. package/docs/framework/versioning-and-releases.md +1 -1
  57. package/docs/getting-started.md +1 -1
  58. package/docs/guides/agent-selection-guide.md +1 -1
  59. package/docs/guides/agents/traces/README.md +1 -1
  60. package/docs/guides/config-migration-guide.md +1 -1
  61. package/docs/guides/development-setup.md +1 -1
  62. package/docs/guides/docker-mcp-setup.md +5 -5
  63. package/docs/guides/getting-started.md +1 -1
  64. package/docs/guides/git-workflow-guide.md +3 -3
  65. package/docs/guides/ide-integration.md +3 -3
  66. package/docs/guides/ide-sync-guide.md +1 -1
  67. package/docs/guides/mcp/desktop-commander.md +2 -2
  68. package/docs/guides/mcp/docker-gateway-tutorial.md +1 -1
  69. package/docs/guides/mcp-global-setup.md +3 -3
  70. package/docs/guides/memory-intelligence-system.md +10 -10
  71. package/docs/guides/meta-agent-commands.md +1 -1
  72. package/docs/guides/quality-gates.md +1 -1
  73. package/docs/guides/security-hardening.md +1 -1
  74. package/docs/guides/service-discovery.md +1 -1
  75. package/docs/guides/squad-examples/README.md +1 -1
  76. package/docs/guides/squads-guide.md +1 -1
  77. package/docs/guides/testing-guide.md +2 -2
  78. package/docs/guides/user-guide.md +22 -22
  79. package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +3 -3
  80. package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +1 -1
  81. package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +2 -2
  82. package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +3 -3
  83. package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +3 -3
  84. package/docs/guides/workflows/pro-developer-workflow.md +2 -2
  85. package/docs/guides/workflows-guide.md +1 -1
  86. package/docs/guides/workflows-overview.md +1 -1
  87. package/docs/installation/npx-install.md +1 -1
  88. package/docs/installation/uninstallation.md +1 -1
  89. package/docs/installation/v4-quick-start.md +1 -1
  90. package/docs/pt/guides/user-guide.md +18 -18
  91. package/docs/pt/security.md +2 -2
  92. package/docs/security/overview.md +2 -2
  93. package/docs/security/security-best-practices.md +1 -1
  94. package/docs/sinapse-agent-flows/architect-system.md +1 -1
  95. package/docs/sinapse-agent-flows/data-engineer-system.md +1 -1
  96. package/docs/sinapse-agent-flows/dev-system.md +1 -1
  97. package/docs/sinapse-agent-flows/devops-system.md +2 -2
  98. package/docs/sinapse-agent-flows/qa-system.md +1 -1
  99. package/docs/sinapse-agent-flows/sm-system.md +2 -2
  100. package/docs/sinapse-agent-flows/snps-orqx-system.md +4 -4
  101. package/docs/sinapse-agent-flows/squad-creator-system.md +1 -1
  102. package/docs/sinapse-workflows/README.md +2 -2
  103. package/docs/sinapse-workflows/brownfield-discovery-workflow.md +3 -3
  104. package/docs/sinapse-workflows/brownfield-service-workflow.md +3 -3
  105. package/docs/sinapse-workflows/greenfield-ui-workflow.md +2 -2
  106. package/docs/sinapse-workflows/spec-pipeline-workflow.md +3 -3
  107. package/docs/sinapse-workflows/story-development-cycle-workflow.md +3 -3
  108. package/docs/troubleshooting.md +1 -1
  109. package/package.json +7 -1
  110. package/scripts/calibrate-judge.js +134 -0
  111. package/scripts/eval-e2e.js +149 -0
  112. package/scripts/validate-all.js +8 -0
  113. package/scripts/validate-article-iv.js +289 -0
  114. package/scripts/validate-constitution.js +58 -0
  115. package/scripts/validate-evals.js +9 -2
  116. package/scripts/validate-story-acs.js +174 -0
  117. package/scripts/validate-tool-descriptions.js +128 -0
  118. package/scripts/wave-gate.js +207 -0
  119. package/squads/claude-code-mastery/agents/project-integrator.md +3 -10
  120. package/squads/claude-code-mastery/knowledge-base/context-window-optimization.md +2 -2
  121. package/squads/claude-code-mastery/knowledge-base/memory-systems-reference.md +1 -1
  122. 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.20.1](https://github.com/caioimori/sinapse-ai/compare/1.20.0...1.20.1) (2026-07-03)
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
- * **security:** Onda A da triagem AF-20260703 4 fixes cirúrgicos ([#337](https://github.com/caioimori/sinapse-ai/issues/337)) ([39f3338](https://github.com/caioimori/sinapse-ai/commit/39f33384aea83df4f609c91eec1ef25acce30d29)), closes [#1](https://github.com/caioimori/sinapse-ai/issues/1) [524-#528](https://github.com/caioimori/524-/issues/528) [#332](https://github.com/caioimori/sinapse-ai/issues/332) [#511](https://github.com/caioimori/sinapse-ai/issues/511) [#32](https://github.com/caioimori/sinapse-ai/issues/32)
6
- * **security:** Onda B1TOCTOU na cadeia de confiança do instalador + git sem shell ([#340](https://github.com/caioimori/sinapse-ai/issues/340)) ([6f0a72b](https://github.com/caioimori/sinapse-ai/commit/6f0a72b89f8a72df741d5e7c94e89c2d3bd7bfd8)), closes [19/#20](https://github.com/19/sinapse-ai/issues/20) [15-#18](https://github.com/caioimori/15-/issues/18) [#22](https://github.com/caioimori/sinapse-ai/issues/22) [#507](https://github.com/caioimori/sinapse-ai/issues/507)
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 Bguardas 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
- * **decisions:** registra Onda A de segurança executada (PR [#337](https://github.com/caioimori/sinapse-ai/issues/337)) ([#338](https://github.com/caioimori/sinapse-ai/issues/338)) ([c2dbe72](https://github.com/caioimori/sinapse-ai/commit/c2dbe72e2c686a9f2db01a85f4e02e444d4eea24))
12
- * **decisions:** registra Ondas B/C de segurança + rollout da ativação enxuta executados ([#343](https://github.com/caioimori/sinapse-ai/issues/343)) ([0500b56](https://github.com/caioimori/sinapse-ai/commit/0500b56411e44f25cb1729126a3de828ef3f251d))
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
- * **agents:** rollout da ativação enxuta — pós-piloto aprovado por avaliação ([#342](https://github.com/caioimori/sinapse-ai/issues/342)) ([6815e51](https://github.com/caioimori/sinapse-ai/commit/6815e511e13fb1fa146f0a866d054073075c9212)), closes [#332](https://github.com/caioimori/sinapse-ai/issues/332)
17
- * **cleanup:** DEC-03 — remove cluster multi-story órfão + split DEC-02 ([#344](https://github.com/caioimori/sinapse-ai/issues/344)) ([359b2fa](https://github.com/caioimori/sinapse-ai/commit/359b2fa2e905eee9be30ea5cac2d7a8bb305a0bd))
18
- * **release:** sync da main pós-release v1.20.0 ([#336](https://github.com/caioimori/sinapse-ai/issues/336)) ([b3973f0](https://github.com/caioimori/sinapse-ai/commit/b3973f0223173ce570b9ae49878f2d278dc257f8)), closes [#277](https://github.com/caioimori/sinapse-ai/issues/277)
19
- * **security:** Onda C — higiene do code scanning + 5 fixes de qualidade em produção ([#339](https://github.com/caioimori/sinapse-ai/issues/339)) ([13ae8dd](https://github.com/caioimori/sinapse-ai/commit/13ae8ddd314d2ab923ab019b4e0994be4e1627a1)), closes [#515](https://github.com/caioimori/sinapse-ai/issues/515) [#2](https://github.com/caioimori/sinapse-ai/issues/2) [#409](https://github.com/caioimori/sinapse-ai/issues/409) [#226](https://github.com/caioimori/sinapse-ai/issues/226) [401/#402](https://github.com/401/sinapse-ai/issues/402) [#228](https://github.com/caioimori/sinapse-ai/issues/228)
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 (17) | Full | Partial (5) |
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** — 17 hooks ativos que bloqueiam violações em tempo de execução.
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**: 17 hooks ativos 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.**
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 17 hooks de enforcement:
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
- | `sinapse-orqx` | **Imperator** | Orquestrador principal — routing e coordenação cross-squad |
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 (19) | Completo | Parcial (5) |
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 **17 hooks ativos**:
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
@@ -5,10 +5,11 @@
5
5
  *
6
6
  * REMOVED FROM PUBLIC SURFACE — Story 10.30 (Cycle 5)
7
7
  *
8
- * As of v10.0.0 this binary is no longer registered in package.json
9
- * `bin`, so `npm install -g sinapse-ai` does not install a
10
- * `sinapse-minimal` shim anymore. The file is kept in the repo for one
11
- * release cycle as a forwarder, then will be deleted entirely in v11.
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](../architecture/coding-standards.md)
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](../../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
 
@@ -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)_
@@ -1,6 +1,6 @@
1
1
  # SINAPSE Method: Core Architecture
2
2
 
3
- > 🌐 **EN** | [PT](./pt/core-architecture.md)
3
+ > 🌐 **EN** | [PT](../pt/core-architecture.md)
4
4
 
5
5
  ---
6
6
 
@@ -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](../../discussions) na categoria **Ideas**
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](../../issues) usando o template **Feature Request** ou **Bug Report**
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](../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](../CONTRIBUTING.md) | [Guiding Principles](guiding-principles.md) | [Code of Conduct](../CODE_OF_CONDUCT.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](../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](ROADMAP-PT.md)
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](/.github/RFC_TEMPLATE.md) following our structured process.
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](docs/feature-process.md).
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
- - [ADE Architecture](../architecture/ade-architecture.md) _(planned)_
869
+ - ADE Architecture _(planned)_
870
870
 
871
871
  ---
872
872
 
@@ -1,6 +1,6 @@
1
1
  # How to Release a New Version
2
2
 
3
- > 🌐 **EN** | [PT](./pt/versioning-and-releases.md)
3
+ > 🌐 **EN** | [PT](../pt/versioning-and-releases.md)
4
4
 
5
5
  ---
6
6
 
@@ -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 # 12 health checks
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
- - **[Agent Responsibility Matrix](../architecture/agent-responsibility-matrix.md)** - Complete boundary definitions
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 | [sinapse-orqx-execution-trace.md](./sinapse-orqx-execution-trace.md) |
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:** [ADR-PRO-002 — Configuration Hierarchy](../architecture/adr/adr-pro-002-configuration-hierarchy.md)
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](./guides/mcp/docker-gateway-tutorial.md)
419
- - [Desktop Commander MCP Guide](./guides/mcp/desktop-commander.md)
420
- - [MCP Global Setup Guide](./guides/mcp-global-setup.md)
421
- - [MCP Architecture Diagrams](./architecture/mcp-system-diagrams.md)
422
- - [DevOps Agent](../.sinapse-ai/development/agents/devops.md)
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](../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](./pt/git-workflow-guide.md)
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](../.sinapse-ai/utils/sinapse-validator.js)
982
- - **CI Workflow:** [.github/workflows/ci.yml](../.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](./pt/platforms/claude-code.md)
232
- - [Agent Selection Guide](./guides/agent-selection-guide.md)
233
- - [MCP Global Setup](./guides/mcp-global-setup.md)
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](../../docker-mcp-setup.md)
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](../../docker-mcp-setup.md)
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](../docker-mcp-setup.md)
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