sinapse-ai 9.3.0 → 9.4.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 +56 -343
- package/.claude/rules/agent-authority.md +6 -0
- package/.claude/rules/agent-handoff.md +5 -0
- package/.claude/rules/cross-squad-routing.md +5 -0
- package/.claude/rules/hook-governance.md +6 -0
- package/.claude/rules/mcp-usage.md +3 -1
- package/.claude/rules/safe-collaboration.md +10 -0
- package/.claude/rules/security-data-protection.md +9 -0
- package/.claude/rules/squad-awareness.md +3 -1
- package/.claude/rules/tool-examples.md +6 -0
- package/.claude/rules/workflow-execution.md +7 -0
- package/.codex/agents/analyst.md +253 -72
- package/.codex/agents/architect.md +455 -68
- package/.codex/agents/data-engineer.md +492 -106
- package/.codex/agents/developer.md +560 -0
- package/.codex/agents/devops.md +518 -69
- package/.codex/agents/product-lead.md +335 -0
- package/.codex/agents/project-lead.md +377 -0
- package/.codex/agents/quality-gate.md +449 -0
- package/.codex/agents/sinapse-orqx.md +9 -7
- package/.codex/agents/sprint-lead.md +287 -0
- package/.codex/agents/squad-creator.md +344 -0
- package/.codex/agents/ux-design-expert.md +495 -0
- package/.codex/delegation-matrix.json +756 -44
- package/.codex/handoff-packet.schema.json +30 -6
- package/.sinapse-ai/data/entity-registry.yaml +175 -363
- package/.sinapse-ai/data/registry-update-log.jsonl +16 -0
- package/.sinapse-ai/development/agents/analyst.md +90 -0
- package/.sinapse-ai/development/agents/architect.md +73 -0
- package/.sinapse-ai/development/agents/developer.md +69 -0
- package/.sinapse-ai/development/agents/devops.md +117 -0
- package/.sinapse-ai/development/agents/quality-gate.md +85 -0
- package/.sinapse-ai/development/checklists/agent-quality-gate.md +27 -0
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +20 -0
- package/.sinapse-ai/development/checklists/code-review-checklist.md +106 -0
- package/.sinapse-ai/development/checklists/issue-triage-checklist.md +9 -0
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +16 -0
- package/.sinapse-ai/development/checklists/pr-quality-checklist.md +72 -0
- package/.sinapse-ai/development/checklists/security-deployment-checklist.md +54 -0
- package/.sinapse-ai/development/checklists/self-critique-checklist.md +19 -1
- package/.sinapse-ai/development/skills/debug.md +57 -0
- package/.sinapse-ai/development/skills/fast-review.md +69 -0
- package/.sinapse-ai/development/skills/research-synthesis.md +77 -0
- package/.sinapse-ai/development/skills/security-scan.md +73 -0
- package/.sinapse-ai/development/skills/verify.md +53 -0
- package/.sinapse-ai/development/templates/squad/agent-template.md +17 -4
- package/.sinapse-ai/development/templates/squad/checklist-template.md +13 -5
- package/.sinapse-ai/development/templates/squad/task-template.md +7 -0
- package/.sinapse-ai/development/templates/squad/workflow-template.yaml +7 -0
- package/.sinapse-ai/development/workflows/fast-track.yaml +87 -0
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +3 -1
- package/.sinapse-ai/install-manifest.yaml +71 -35
- package/docs/codex-integration-process.md +22 -0
- package/docs/codex-parity-program.md +27 -0
- package/docs/ide-integration.md +36 -0
- package/package.json +1 -1
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-reference.md +927 -0
- package/squads/squad-brand/knowledge-base/archetype-brand-mapping.md +12 -1
- package/squads/squad-brand/knowledge-base/brand-activism-cultural-branding.md +216 -0
- package/squads/squad-brand/knowledge-base/brand-audit-criteria.md +58 -0
- package/squads/squad-brand/knowledge-base/brand-digital-strategy.md +188 -0
- package/squads/squad-brand/knowledge-base/brand-legal-ip.md +222 -0
- package/squads/squad-brand/knowledge-base/brand-naming-framework.md +163 -0
- package/squads/squad-brand/knowledge-base/branding-master-reference.md +1001 -0
- package/squads/squad-brand/knowledge-base/color-psychology.md +25 -12
- package/squads/squad-brand/knowledge-base/employer-personal-branding.md +206 -0
- package/squads/squad-brand/knowledge-base/routing-catalog.md +34 -0
- package/squads/squad-brand/knowledge-base/sonic-branding-principles.md +6 -1
- package/squads/squad-brand/knowledge-base/typography-personality.md +34 -0
- package/squads/squad-claude/knowledge-base/context-window-optimization.md +334 -0
- package/squads/squad-claude/knowledge-base/knowledge-architecture-reference.md +403 -0
- package/squads/squad-claude/knowledge-base/memory-systems-reference.md +412 -0
- package/squads/squad-claude/knowledge-base/obsidian-claude-integration.md +423 -0
- package/squads/squad-claude/knowledge-base/retrieval-augmented-generation.md +320 -0
- package/squads/squad-claude/knowledge-base/skill-creation-patterns.md +380 -0
- package/squads/squad-claude/knowledge-base/swarm-orchestration-patterns.md +411 -0
- package/squads/squad-cloning/knowledge-base/clone-quality-assurance.md +211 -0
- package/squads/squad-cloning/knowledge-base/confidence-scoring.md +51 -0
- package/squads/squad-cloning/knowledge-base/cross-squad-deployment.md +47 -0
- package/squads/squad-cloning/knowledge-base/ethical-guidelines.md +237 -0
- package/squads/squad-cloning/knowledge-base/knowledge-graph-for-clones.md +295 -0
- package/squads/squad-cloning/knowledge-base/memory-architecture-for-clones.md +229 -0
- package/squads/squad-cloning/knowledge-base/multi-agent-deployment-patterns.md +320 -0
- package/squads/squad-cloning/knowledge-base/skill-standard-for-clones.md +262 -0
- package/squads/squad-cloning/knowledge-base/sop-extraction-guide.md +243 -0
- package/squads/squad-commercial/knowledge-base/account-based-selling.md +206 -0
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +14 -0
- package/squads/squad-commercial/knowledge-base/ai-in-sales.md +199 -0
- package/squads/squad-commercial/knowledge-base/brazilian-sales-context.md +195 -0
- package/squads/squad-commercial/knowledge-base/customer-success-operations.md +83 -2
- package/squads/squad-commercial/knowledge-base/prospecting-pipeline-generation.md +69 -0
- package/squads/squad-commercial/knowledge-base/sales-enablement-playbook.md +260 -0
- package/squads/squad-commercial/knowledge-base/sales-methodology-comparison.md +185 -0
- package/squads/squad-commercial/knowledge-base/sales-revenue-master-reference.md +1123 -0
- package/squads/squad-content/knowledge-base/brazilian-content-context.md +176 -0
- package/squads/squad-content/knowledge-base/competitor-analysis-methods.md +40 -1
- package/squads/squad-content/knowledge-base/content-architecture-taxonomy.md +206 -0
- package/squads/squad-content/knowledge-base/content-formats-encyclopedia.md +58 -1
- package/squads/squad-content/knowledge-base/content-references-bibliography.md +130 -0
- package/squads/squad-content/knowledge-base/content-strategy-master-reference.md +1097 -0
- package/squads/squad-content/knowledge-base/content-tech-stack.md +150 -0
- package/squads/squad-content/knowledge-base/copywriting-formulas-library.md +188 -0
- package/squads/squad-content/knowledge-base/email-newsletter-strategy.md +161 -0
- package/squads/squad-content/knowledge-base/platform-algorithm-intelligence.md +86 -1
- package/squads/squad-content/knowledge-base/social-algorithms-master-reference.md +1007 -0
- package/squads/squad-content/knowledge-base/video-audio-content-playbook.md +218 -0
- package/squads/squad-copy/knowledge-base/ai-copy-production.md +254 -0
- package/squads/squad-copy/knowledge-base/brazilian-copywriting-context.md +242 -0
- package/squads/squad-copy/knowledge-base/email-copywriting-system.md +299 -0
- package/squads/squad-copy/knowledge-base/landing-page-copy-architecture.md +267 -0
- package/squads/squad-copy/knowledge-base/power-words-catalog.md +205 -0
- package/squads/squad-copy/knowledge-base/seo-copywriting.md +255 -0
- package/squads/squad-copy/knowledge-base/video-script-copywriting.md +239 -0
- package/squads/squad-council/knowledge-base/brand-strategy-models.md +193 -0
- package/squads/squad-council/knowledge-base/growth-strategy-models.md +267 -0
- package/squads/squad-council/knowledge-base/innovation-disruption-frameworks.md +193 -0
- package/squads/squad-council/knowledge-base/market-analysis-frameworks.md +240 -0
- package/squads/squad-council/knowledge-base/organizational-leadership-models.md +212 -0
- package/squads/squad-council/knowledge-base/sales-strategy-models.md +215 -0
- package/squads/squad-courses/knowledge-base/course-launch-strategy.md +251 -0
- package/squads/squad-courses/knowledge-base/domain-advocacia-curriculum.md +385 -0
- package/squads/squad-courses/knowledge-base/domain-contabilidade-curriculum.md +266 -0
- package/squads/squad-courses/knowledge-base/platform-comparison.md +68 -0
- package/squads/squad-courses/knowledge-base/video-production-guide.md +70 -0
- package/squads/squad-cybersecurity/knowledge-base/cloud-security-reference.md +363 -0
- package/squads/squad-cybersecurity/knowledge-base/compliance-frameworks.md +273 -0
- package/squads/squad-cybersecurity/knowledge-base/database-security.md +438 -0
- package/squads/squad-cybersecurity/knowledge-base/incident-response-playbook.md +420 -0
- package/squads/squad-cybersecurity/knowledge-base/network-security-reference.md +477 -0
- package/squads/squad-cybersecurity/knowledge-base/penetration-testing-methodology.md +350 -0
- package/squads/squad-cybersecurity/knowledge-base/vulnerability-management.md +349 -0
- package/squads/squad-design/knowledge-base/brazilian-design-context.md +223 -0
- package/squads/squad-design/knowledge-base/component-api-patterns.md +208 -4
- package/squads/squad-design/knowledge-base/design-system-master-reference.md +1302 -0
- package/squads/squad-design/knowledge-base/design-systems-frameworks.md +91 -1
- package/squads/squad-design/knowledge-base/responsive-modern-css.md +96 -4
- package/squads/squad-design/knowledge-base/wcag-aria-reference.md +117 -5
- package/squads/squad-design/knowledge-base/web-performance-reference.md +127 -4
- package/squads/squad-finance/knowledge-base/brazilian-taxation.md +263 -0
- package/squads/squad-finance/knowledge-base/contabilidade-master-reference.md +998 -0
- package/squads/squad-finance/knowledge-base/finance-master-reference.md +946 -0
- package/squads/squad-finance/knowledge-base/financial-reporting-analysis.md +316 -0
- package/squads/squad-finance/knowledge-base/fintech-brazilian-context.md +242 -0
- package/squads/squad-finance/knowledge-base/fpa-planning-frameworks.md +286 -0
- package/squads/squad-finance/knowledge-base/ma-and-transactions.md +285 -0
- package/squads/squad-finance/knowledge-base/risk-management.md +233 -0
- package/squads/squad-finance/knowledge-base/startups-venture-capital.md +337 -0
- package/squads/squad-growth/knowledge-base/ai-growth-playbook.md +216 -0
- package/squads/squad-growth/knowledge-base/attribution-models.md +78 -0
- package/squads/squad-growth/knowledge-base/brazilian-growth-context.md +208 -0
- package/squads/squad-growth/knowledge-base/community-led-growth.md +175 -0
- package/squads/squad-growth/knowledge-base/content-marketing-flywheel.md +190 -0
- package/squads/squad-growth/knowledge-base/email-lifecycle-framework.md +192 -0
- package/squads/squad-growth/knowledge-base/growth-frameworks-catalog.md +82 -0
- package/squads/squad-growth/knowledge-base/growth-master-reference.md +1168 -0
- package/squads/squad-growth/knowledge-base/routing-catalog.md +53 -11
- package/squads/squad-paidmedia/knowledge-base/audiences-segmentation-deep.md +285 -0
- package/squads/squad-paidmedia/knowledge-base/creative-strategy-deep.md +294 -0
- package/squads/squad-paidmedia/knowledge-base/google-ads-account-architecture.md +87 -0
- package/squads/squad-paidmedia/knowledge-base/meta-ads-campaign-architecture.md +76 -0
- package/squads/squad-paidmedia/knowledge-base/paid-media-metrics-reference.md +117 -0
- package/squads/squad-paidmedia/knowledge-base/paid-traffic-master-reference.md +1308 -0
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +95 -18
- package/squads/squad-paidmedia/knowledge-base/traffic-masters-frameworks.md +71 -0
- package/squads/squad-product/knowledge-base/brazilian-product-context.md +284 -0
- package/squads/squad-product/knowledge-base/discovery-methodology-playbook.md +141 -0
- package/squads/squad-product/knowledge-base/pm-frameworks-reference.md +125 -9
- package/squads/squad-product/knowledge-base/product-analytics-formulas.md +72 -0
- package/squads/squad-product/knowledge-base/product-led-growth-reference.md +155 -13
- package/squads/squad-product/knowledge-base/product-market-fit-framework.md +222 -0
- package/squads/squad-product/knowledge-base/routing-catalog.md +32 -0
- package/squads/squad-research/knowledge-base/agentic-second-brain-reference.md +591 -0
- package/squads/squad-research/knowledge-base/ai-augmented-research.md +212 -0
- package/squads/squad-research/knowledge-base/brazilian-market-research-sources.md +197 -0
- package/squads/squad-research/knowledge-base/community-platforms-reference.md +786 -0
- package/squads/squad-research/knowledge-base/community-research-methods.md +194 -0
- package/squads/squad-research/knowledge-base/mixed-methods-research-design.md +168 -0
- package/squads/squad-research/knowledge-base/network-effects-analysis.md +192 -0
- package/squads/squad-research/knowledge-base/qualitative-research-deep-methods.md +202 -0
- package/squads/squad-research/knowledge-base/quantitative-research-methods.md +208 -0
- package/squads/squad-research/knowledge-base/research-frameworks-encyclopedia.md +40 -0
- package/squads/squad-research/knowledge-base/research-synthesis-frameworks.md +223 -0
- package/squads/squad-storytelling/knowledge-base/brand-mythology-framework.md +236 -0
- package/squads/squad-storytelling/knowledge-base/brazilian-storytelling-context.md +237 -0
- package/squads/squad-storytelling/knowledge-base/data-storytelling.md +232 -0
- package/squads/squad-storytelling/knowledge-base/improv-storytelling.md +226 -0
- package/squads/squad-storytelling/knowledge-base/persuasion-narrative-techniques.md +269 -0
- package/squads/squad-storytelling/knowledge-base/social-movement-narratives.md +191 -0
- package/squads/squad-storytelling/knowledge-base/video-storytelling.md +252 -0
- package/squads/claude-code-mastery/data/swarm-orchestration-patterns.yaml +0 -378
- package/squads/squad-animations/knowledge-base/framer-motion-complete-reference.md +0 -710
- package/squads/squad-animations/knowledge-base/web-animations-api-view-transitions.md +0 -478
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
workflow:
|
|
2
|
+
id: fast-track
|
|
3
|
+
name: Fast-Track Fix
|
|
4
|
+
version: "1.0"
|
|
5
|
+
description: >-
|
|
6
|
+
Streamlined workflow for trivial fixes that bypasses full story validation.
|
|
7
|
+
Auto-generates a Ready story, simplified QA (lint + typecheck + test only).
|
|
8
|
+
type: fast-fix
|
|
9
|
+
|
|
10
|
+
eligibility:
|
|
11
|
+
all_required:
|
|
12
|
+
- type: [bugfix, docs, typo, config]
|
|
13
|
+
- lines_changed: "<= 50"
|
|
14
|
+
- files_changed: "<= 3"
|
|
15
|
+
- no_new_dependencies: true
|
|
16
|
+
- no_architecture_or_api_or_schema_changes: true
|
|
17
|
+
|
|
18
|
+
metadata:
|
|
19
|
+
elicit: false
|
|
20
|
+
confirmation_required: false
|
|
21
|
+
|
|
22
|
+
execution_modes:
|
|
23
|
+
- mode: yolo
|
|
24
|
+
description: Fully autonomous
|
|
25
|
+
prompts: 0
|
|
26
|
+
default: true
|
|
27
|
+
|
|
28
|
+
phases:
|
|
29
|
+
- phase_1: Auto Story + Implement
|
|
30
|
+
- phase_2: Simplified QA
|
|
31
|
+
|
|
32
|
+
sequence:
|
|
33
|
+
- step: auto_story_and_implement
|
|
34
|
+
id: implement
|
|
35
|
+
phase: 1
|
|
36
|
+
agent: developer
|
|
37
|
+
action: Auto-generate story + implement fix
|
|
38
|
+
notes: |
|
|
39
|
+
1. Generate story: docs/stories/active/fast-track-{timestamp}.story.md
|
|
40
|
+
Status: Ready (auto-validated), Type: bugfix|docs|typo|config
|
|
41
|
+
AC: "Fix applied and verified by automated checks"
|
|
42
|
+
2. Implement the fix
|
|
43
|
+
3. Verify eligibility: diff <= 50 lines, <= 3 files, no dep changes
|
|
44
|
+
4. If eligibility fails → STOP, switch to full SDC
|
|
45
|
+
5. Commit with conventional message referencing story
|
|
46
|
+
outputs: [story_file, implementation_files, commit_hash]
|
|
47
|
+
next: quick_qa
|
|
48
|
+
|
|
49
|
+
- step: quick_qa
|
|
50
|
+
id: quick_qa
|
|
51
|
+
phase: 2
|
|
52
|
+
agent: developer
|
|
53
|
+
action: Automated checks only (no full QA gate)
|
|
54
|
+
requires: implement
|
|
55
|
+
notes: |
|
|
56
|
+
1. npm run lint (must pass)
|
|
57
|
+
2. npm run typecheck (must pass)
|
|
58
|
+
3. npm test (must pass, no new failures)
|
|
59
|
+
If all pass → mark story Done, ready for push.
|
|
60
|
+
If fail → fix and retry (max 2 iterations).
|
|
61
|
+
After 2 failures → escalate to full SDC.
|
|
62
|
+
No CodeRabbit. No @quality-gate involvement.
|
|
63
|
+
outputs: [lint_result, typecheck_result, test_result, story_final_status]
|
|
64
|
+
next: complete
|
|
65
|
+
on_failure: implement
|
|
66
|
+
|
|
67
|
+
- workflow_end:
|
|
68
|
+
id: complete
|
|
69
|
+
action: fast_track_complete
|
|
70
|
+
notes: Fast-track complete. Story auto-closed, ready for @devops push.
|
|
71
|
+
|
|
72
|
+
flow_diagram: |
|
|
73
|
+
Eligible? → [Yes] dev: auto-story + implement → lint+typecheck+test
|
|
74
|
+
→ [Pass] Done | [Fail, iter<2] retry | [Fail, iter>=2] escalate to SDC
|
|
75
|
+
|
|
76
|
+
decision_guidance:
|
|
77
|
+
when_to_use:
|
|
78
|
+
- Single-line bug fixes, typos, config changes
|
|
79
|
+
- Import path fixes, small renames
|
|
80
|
+
when_not_to_use:
|
|
81
|
+
- New features, API/DB changes, 4+ files, architecture changes
|
|
82
|
+
|
|
83
|
+
metadata:
|
|
84
|
+
author: SINAPSE Framework
|
|
85
|
+
created_date: 2026-04-10
|
|
86
|
+
version: 1.0.0
|
|
87
|
+
tags: [fast-track, bugfix, lightweight, simplified-qa]
|
|
@@ -5,9 +5,11 @@ const fs = require('fs');
|
|
|
5
5
|
const path = require('path');
|
|
6
6
|
const Ajv2020 = require('ajv/dist/2020');
|
|
7
7
|
const {
|
|
8
|
-
buildHandoffPacket,
|
|
9
8
|
loadDelegationMatrix,
|
|
10
9
|
} = require(path.join(__dirname, '..', '..', '..', '.codex', 'scripts', 'resolve-codex-delegation'));
|
|
10
|
+
const {
|
|
11
|
+
buildHandoffPacket,
|
|
12
|
+
} = require(path.join(__dirname, '..', '..', '..', '.codex', 'scripts', 'resolve-codex-delegation-parity'));
|
|
11
13
|
const {
|
|
12
14
|
loadRegistry: loadCommandRegistryFile,
|
|
13
15
|
} = require('./validate-codex-command-registry');
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 9.
|
|
11
|
-
generated_at: "2026-04-
|
|
10
|
+
version: 9.4.0
|
|
11
|
+
generated_at: "2026-04-11T05:00:51.478Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
|
-
file_count:
|
|
13
|
+
file_count: 1119
|
|
14
14
|
files:
|
|
15
15
|
- path: cli/commands/config/index.js
|
|
16
16
|
hash: sha256:bfa83cb1dc111b0b30dd298dc0abc2150b73f939b6cd4458effa8e6d407bc9e2
|
|
@@ -1241,9 +1241,9 @@ files:
|
|
|
1241
1241
|
type: data
|
|
1242
1242
|
size: 9587
|
|
1243
1243
|
- path: data/entity-registry.yaml
|
|
1244
|
-
hash: sha256:
|
|
1244
|
+
hash: sha256:74709c282cd1635bf02fdb5a7be24f2f98b563cdadf18ceeda5ad654138495d8
|
|
1245
1245
|
type: data
|
|
1246
|
-
size:
|
|
1246
|
+
size: 510782
|
|
1247
1247
|
- path: data/learned-patterns.yaml
|
|
1248
1248
|
hash: sha256:1a4cd045c087b9dfd7046ff1464a9d2edb85fba77cf0b6fba14f4bb9004c741e
|
|
1249
1249
|
type: data
|
|
@@ -1345,17 +1345,17 @@ files:
|
|
|
1345
1345
|
type: development
|
|
1346
1346
|
size: 5058
|
|
1347
1347
|
- path: development/agents/analyst.md
|
|
1348
|
-
hash: sha256:
|
|
1348
|
+
hash: sha256:e05de6a0bfc20173b5a9374d2b624d6b1f13b738a7fcd4e789495b3101210a97
|
|
1349
1349
|
type: agent
|
|
1350
|
-
size:
|
|
1350
|
+
size: 16097
|
|
1351
1351
|
- path: development/agents/analyst/MEMORY.md
|
|
1352
1352
|
hash: sha256:1c0f22927a27f6b4446b74253747db214e78456bde7343fe98300b7106858025
|
|
1353
1353
|
type: agent
|
|
1354
1354
|
size: 1257
|
|
1355
1355
|
- path: development/agents/architect.md
|
|
1356
|
-
hash: sha256:
|
|
1356
|
+
hash: sha256:bd4eac6209730757b1a3a6d977fbae92a17c267b7c1e0c937d6efa3822f8ecfc
|
|
1357
1357
|
type: agent
|
|
1358
|
-
size:
|
|
1358
|
+
size: 24736
|
|
1359
1359
|
- path: development/agents/architect/MEMORY.md
|
|
1360
1360
|
hash: sha256:6ce3f0187f34b9d9cd97fbc744f9eb33efb08cff48b64528ffce2dd08d453c09
|
|
1361
1361
|
type: agent
|
|
@@ -1369,17 +1369,17 @@ files:
|
|
|
1369
1369
|
type: agent
|
|
1370
1370
|
size: 1110
|
|
1371
1371
|
- path: development/agents/developer.md
|
|
1372
|
-
hash: sha256:
|
|
1372
|
+
hash: sha256:2fc6b9b43f73d069ba593bec4be43f563252121e55272e98ff0af6627989a0dd
|
|
1373
1373
|
type: agent
|
|
1374
|
-
size:
|
|
1374
|
+
size: 28016
|
|
1375
1375
|
- path: development/agents/developer/MEMORY.md
|
|
1376
1376
|
hash: sha256:98e00ca0bd5b0b2fdfbcf8ad52256dd7f73df6236e2098618d63fae97652949a
|
|
1377
1377
|
type: agent
|
|
1378
1378
|
size: 2493
|
|
1379
1379
|
- path: development/agents/devops.md
|
|
1380
|
-
hash: sha256:
|
|
1380
|
+
hash: sha256:8ddef6fee36f279e0c9d3b6663ad4c2a5f95dfc42908e76f4fa9d4e78bdd7a8a
|
|
1381
1381
|
type: agent
|
|
1382
|
-
size:
|
|
1382
|
+
size: 27451
|
|
1383
1383
|
- path: development/agents/devops/MEMORY.md
|
|
1384
1384
|
hash: sha256:c9c574566f3ab627135219eefb2e0039169016f4f0a8605b02593d0cfd38f071
|
|
1385
1385
|
type: agent
|
|
@@ -1401,9 +1401,9 @@ files:
|
|
|
1401
1401
|
type: agent
|
|
1402
1402
|
size: 1238
|
|
1403
1403
|
- path: development/agents/quality-gate.md
|
|
1404
|
-
hash: sha256:
|
|
1404
|
+
hash: sha256:3d5305bd5c442bbdd49a31a1076475c32ccfd25eea8d18b10db1a429f8c13f18
|
|
1405
1405
|
type: agent
|
|
1406
|
-
size:
|
|
1406
|
+
size: 23321
|
|
1407
1407
|
- path: development/agents/quality-gate/MEMORY.md
|
|
1408
1408
|
hash: sha256:a17353257dc4dce493f6a87690c8ac8e8bbc1f0d71018f926277324c6a2869bb
|
|
1409
1409
|
type: agent
|
|
@@ -1433,25 +1433,37 @@ files:
|
|
|
1433
1433
|
type: agent
|
|
1434
1434
|
size: 1078
|
|
1435
1435
|
- path: development/checklists/agent-quality-gate.md
|
|
1436
|
-
hash: sha256:
|
|
1436
|
+
hash: sha256:511d05a2df0e59f3503d882f61131703a5fcecb47d75f99b392086fc3a663433
|
|
1437
1437
|
type: checklist
|
|
1438
|
-
size:
|
|
1438
|
+
size: 16967
|
|
1439
1439
|
- path: development/checklists/brownfield-compatibility-checklist.md
|
|
1440
|
-
hash: sha256:
|
|
1440
|
+
hash: sha256:9a65292e4a34af3a2ad6fea75fa91b1f649629e35737073e51a8832541fd78dd
|
|
1441
1441
|
type: checklist
|
|
1442
|
-
size:
|
|
1442
|
+
size: 4292
|
|
1443
|
+
- path: development/checklists/code-review-checklist.md
|
|
1444
|
+
hash: sha256:b1395e4b144bfb8826d50ebc0ac4578b5ba85efae734e8506c9c4e134d965c32
|
|
1445
|
+
type: checklist
|
|
1446
|
+
size: 4178
|
|
1443
1447
|
- path: development/checklists/issue-triage-checklist.md
|
|
1444
|
-
hash: sha256:
|
|
1448
|
+
hash: sha256:55be4e845e777fbc02761afe07a366c4850987407ee17841e59208603a234c42
|
|
1445
1449
|
type: checklist
|
|
1446
|
-
size:
|
|
1450
|
+
size: 1679
|
|
1447
1451
|
- path: development/checklists/memory-audit-checklist.md
|
|
1448
|
-
hash: sha256:
|
|
1452
|
+
hash: sha256:74c93aa038f2e996f2d69979996c4beb6e5a90ddff9bc4633c79f08c444a4141
|
|
1453
|
+
type: checklist
|
|
1454
|
+
size: 3145
|
|
1455
|
+
- path: development/checklists/pr-quality-checklist.md
|
|
1456
|
+
hash: sha256:46d6e190b605f1884be33a4de07847e364c33b79ca97bffe5197b106cda6f7fb
|
|
1457
|
+
type: checklist
|
|
1458
|
+
size: 2542
|
|
1459
|
+
- path: development/checklists/security-deployment-checklist.md
|
|
1460
|
+
hash: sha256:e08b6d1252ede8c16252f2b5e32fcf45d374047efaf1f52f6a6852de2d25e2de
|
|
1449
1461
|
type: checklist
|
|
1450
|
-
size:
|
|
1462
|
+
size: 2391
|
|
1451
1463
|
- path: development/checklists/self-critique-checklist.md
|
|
1452
|
-
hash: sha256:
|
|
1464
|
+
hash: sha256:9605e7d82a5d33367b52a73a880a87339ff2984616af033bdb0950d19e59c7c7
|
|
1453
1465
|
type: checklist
|
|
1454
|
-
size:
|
|
1466
|
+
size: 9948
|
|
1455
1467
|
- path: development/data/decision-heuristics-framework.md
|
|
1456
1468
|
hash: sha256:f2d5a09bb336c6ea2103b5ccccc8d6a5febf99aff475a66830e5bed1c9d8f9d8
|
|
1457
1469
|
type: data
|
|
@@ -1748,6 +1760,26 @@ files:
|
|
|
1748
1760
|
hash: sha256:b64ef84a6def84cc600aca2c04fedd1999be394cac017409231752ee9eb51f46
|
|
1749
1761
|
type: script
|
|
1750
1762
|
size: 10338
|
|
1763
|
+
- path: development/skills/debug.md
|
|
1764
|
+
hash: sha256:7fe2ab7a6d728e2a43d6cf48fb84aa7ab28262ee805529713777e40e6038dd81
|
|
1765
|
+
type: development
|
|
1766
|
+
size: 1916
|
|
1767
|
+
- path: development/skills/fast-review.md
|
|
1768
|
+
hash: sha256:b9f6910e13fb4c92fa380828f3eee9ac1bc160d06e4b20a5b58a61d17c51495d
|
|
1769
|
+
type: development
|
|
1770
|
+
size: 1780
|
|
1771
|
+
- path: development/skills/research-synthesis.md
|
|
1772
|
+
hash: sha256:11f815d3fffaff667c8432286000c0fb96dcdbf299e1eeb1761099f0003d539b
|
|
1773
|
+
type: development
|
|
1774
|
+
size: 2047
|
|
1775
|
+
- path: development/skills/security-scan.md
|
|
1776
|
+
hash: sha256:0859bdce7be73bafce78bce311e138d48b848a22af975107ef760770b11efaa9
|
|
1777
|
+
type: development
|
|
1778
|
+
size: 1993
|
|
1779
|
+
- path: development/skills/verify.md
|
|
1780
|
+
hash: sha256:5f71ce92ea89e2c2e55b1398b1399d7b7c22ab51d1f807d4b38e9c9bdabc9b65
|
|
1781
|
+
type: development
|
|
1782
|
+
size: 1648
|
|
1751
1783
|
- path: development/tasks/add-mcp.md
|
|
1752
1784
|
hash: sha256:90d5fb5ba3ac048c3ecf576fb5b2b2a597f83d5f7bc8c16a20592c9ba36f4ae2
|
|
1753
1785
|
type: task
|
|
@@ -2765,13 +2797,13 @@ files:
|
|
|
2765
2797
|
type: workflow
|
|
2766
2798
|
size: 1689
|
|
2767
2799
|
- path: development/templates/squad/agent-template.md
|
|
2768
|
-
hash: sha256:
|
|
2800
|
+
hash: sha256:e44f967d369769e7dd5a7ad5b39660e5a03197b4eebec0e4a1f21b5d1573488a
|
|
2769
2801
|
type: template
|
|
2770
|
-
size:
|
|
2802
|
+
size: 2250
|
|
2771
2803
|
- path: development/templates/squad/checklist-template.md
|
|
2772
|
-
hash: sha256:
|
|
2804
|
+
hash: sha256:c7f9e454fc037b66415e3ef3e33d9b2253f41c9ef2ad6d5f832599fab6193988
|
|
2773
2805
|
type: template
|
|
2774
|
-
size:
|
|
2806
|
+
size: 1549
|
|
2775
2807
|
- path: development/templates/squad/data-template.yaml
|
|
2776
2808
|
hash: sha256:fbb87899b401125820fd01538a2bcabc33e0346f3d1ba825abfbdd68dee0fcf0
|
|
2777
2809
|
type: template
|
|
@@ -2781,9 +2813,9 @@ files:
|
|
|
2781
2813
|
type: template
|
|
2782
2814
|
size: 3376
|
|
2783
2815
|
- path: development/templates/squad/task-template.md
|
|
2784
|
-
hash: sha256:
|
|
2816
|
+
hash: sha256:bf0d34ec0a79b348ca2c924eb59a341e6d801fb45462afb8972f1efe6f839bc6
|
|
2785
2817
|
type: template
|
|
2786
|
-
size:
|
|
2818
|
+
size: 2840
|
|
2787
2819
|
- path: development/templates/squad/template-template.md
|
|
2788
2820
|
hash: sha256:44c59bf82c24ae676c2e240e342a9fed0339e1e2bec51a67f6a9a329d9bc7ab9
|
|
2789
2821
|
type: template
|
|
@@ -2793,9 +2825,9 @@ files:
|
|
|
2793
2825
|
type: template
|
|
2794
2826
|
size: 1797
|
|
2795
2827
|
- path: development/templates/squad/workflow-template.yaml
|
|
2796
|
-
hash: sha256:
|
|
2828
|
+
hash: sha256:752fdee2fd3087b5e93c67d32b637a7ba4dacb8e3e9981d7e16ce300d934a960
|
|
2797
2829
|
type: template
|
|
2798
|
-
size:
|
|
2830
|
+
size: 3151
|
|
2799
2831
|
- path: development/templates/subagent-step-prompt.md
|
|
2800
2832
|
hash: sha256:91e7d3678f183fea5d8681a8af5618a52f2b2f4a3ce21a7c120f38454b974dd1
|
|
2801
2833
|
type: template
|
|
@@ -2832,6 +2864,10 @@ files:
|
|
|
2832
2864
|
hash: sha256:be5c5c28bb0fb41c6df383952d8aba9efb02dbf58e3521983f65a79212c38d84
|
|
2833
2865
|
type: workflow
|
|
2834
2866
|
size: 16973
|
|
2867
|
+
- path: development/workflows/fast-track.yaml
|
|
2868
|
+
hash: sha256:1a4f5665af164b8c6425d2ff3c2e713ff8559a66066aa0c7cbd1c6773aaa8266
|
|
2869
|
+
type: workflow
|
|
2870
|
+
size: 2776
|
|
2835
2871
|
- path: development/workflows/greenfield-fullstack.yaml
|
|
2836
2872
|
hash: sha256:838e971d052666fdefee56dc59179d071510943ddf151c810ae17c6995211eac
|
|
2837
2873
|
type: workflow
|
|
@@ -3409,9 +3445,9 @@ files:
|
|
|
3409
3445
|
type: script
|
|
3410
3446
|
size: 7266
|
|
3411
3447
|
- path: infrastructure/scripts/validate-codex-delegation.js
|
|
3412
|
-
hash: sha256:
|
|
3448
|
+
hash: sha256:278785952a4ef680bd969f8200ab4ce2ced949d0a59a4e7b361b5ae8595c56a4
|
|
3413
3449
|
type: script
|
|
3414
|
-
size:
|
|
3450
|
+
size: 9672
|
|
3415
3451
|
- path: infrastructure/scripts/validate-codex-integration.js
|
|
3416
3452
|
hash: sha256:c553cc493ddbfecf41b865f8a1075df56b6500c3b2b315bae8b7e7bcec4db85a
|
|
3417
3453
|
type: script
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Codex Integration Process
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Process for integrating Codex CLI with the SINAPSE-AI framework, ensuring parity with Claude Code.
|
|
6
|
+
|
|
7
|
+
## Steps
|
|
8
|
+
|
|
9
|
+
1. **Agent Sync** — Ensure all agents in `.claude/` have corresponding entries in `.codex/agents/`
|
|
10
|
+
2. **Delegation Matrix** — Maintain `.codex/delegation-matrix.json` with all orchestrators and routes
|
|
11
|
+
3. **Skills Parity** — Mirror `.claude/commands/` skills in `.codex/skills/`
|
|
12
|
+
4. **Validation** — Run `npm run validate:parity` to verify cross-IDE consistency
|
|
13
|
+
|
|
14
|
+
## Validation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm run validate:parity
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Contract
|
|
21
|
+
|
|
22
|
+
The compatibility contract at `.sinapse-ai/infrastructure/contracts/compatibility/sinapse-4.0.4.yaml` defines which checks must pass for each IDE.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Codex Parity Program
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The Codex Parity Program ensures that SINAPSE-AI works identically across Claude Code and Codex CLI. Both IDEs share the same agent roster, delegation routes, and skill coverage.
|
|
6
|
+
|
|
7
|
+
## Status
|
|
8
|
+
|
|
9
|
+
| Component | Claude Code | Codex CLI | Parity |
|
|
10
|
+
|-----------|------------|-----------|--------|
|
|
11
|
+
| Agents (19 orqx) | Complete | Complete | Yes |
|
|
12
|
+
| Delegation Matrix | `.claude/rules/` | `.codex/delegation-matrix.json` | Yes |
|
|
13
|
+
| Skills | `.claude/commands/` | `.codex/skills/` | Yes |
|
|
14
|
+
| Hooks | `.claude/hooks/` | N/A | Claude-only |
|
|
15
|
+
|
|
16
|
+
## Commands
|
|
17
|
+
|
|
18
|
+
- `sinapse-orqx.onboard` — Onboard a new project with Codex integration
|
|
19
|
+
- `sinapse-orqx.plan` — Plan Codex parity work
|
|
20
|
+
- `sinapse-orqx.status` — Check current parity status
|
|
21
|
+
- `sinapse-orqx.resolve` — Resolve parity issues
|
|
22
|
+
|
|
23
|
+
## Validation
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npm run validate:parity
|
|
27
|
+
```
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# IDE Integration — Compatibility Matrix
|
|
2
|
+
|
|
3
|
+
## Supported IDEs
|
|
4
|
+
|
|
5
|
+
| IDE | Status | Instructions File | Delegation | Skills |
|
|
6
|
+
|-----|--------|------------------|------------|--------|
|
|
7
|
+
| Claude Code | Works | `.claude/CLAUDE.md` | `.claude/rules/mandatory-delegation.md` | `.claude/commands/` |
|
|
8
|
+
| Codex CLI | Limited | `.codex/instructions.md` | `.codex/delegation-matrix.json` | `.codex/skills/` |
|
|
9
|
+
|
|
10
|
+
## Parity Requirements
|
|
11
|
+
|
|
12
|
+
### Claude Code
|
|
13
|
+
- CLAUDE.md with full agent activation rules
|
|
14
|
+
- Rules in `.claude/rules/` for governance
|
|
15
|
+
- Hooks in `.claude/hooks/` for enforcement
|
|
16
|
+
- Skills in `.claude/commands/` for slash commands
|
|
17
|
+
|
|
18
|
+
### Codex
|
|
19
|
+
- instructions.md with agent activation rules
|
|
20
|
+
- Delegation matrix in `.codex/delegation-matrix.json`
|
|
21
|
+
- Delegation parity in `.codex/delegation-parity.json`
|
|
22
|
+
- Skills in `.codex/skills/`
|
|
23
|
+
- Agents in `.codex/agents/`
|
|
24
|
+
|
|
25
|
+
## Cross-IDE Contracts
|
|
26
|
+
|
|
27
|
+
Both IDEs must maintain:
|
|
28
|
+
1. Same agent roster (19 orchestrators + framework agents)
|
|
29
|
+
2. Same delegation routes
|
|
30
|
+
3. Same skill coverage
|
|
31
|
+
4. Handoff packet schema compatibility
|
|
32
|
+
|
|
33
|
+
## Release Contract
|
|
34
|
+
|
|
35
|
+
Current release: 9.3.0
|
|
36
|
+
Contract path: `.sinapse-ai/infrastructure/compatibility-contract.yaml`
|