sinapse-ai 5.0.8 → 6.0.1
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 +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -1,802 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
Traducción: ES
|
|
3
|
-
Original: /docs/en/framework/tech-stack.md
|
|
4
|
-
Última sincronización: 2026-01-26
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# Stack Tecnológico de SINAPSE
|
|
8
|
-
|
|
9
|
-
> 🌐 [EN](../../framework/tech-stack.md) | [PT](../../pt/framework/tech-stack.md) | **ES**
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
**Versión:** 1.1
|
|
14
|
-
**Última Actualización:** 2025-12-14
|
|
15
|
-
**Estado:** Estándar Oficial del Framework
|
|
16
|
-
**Aviso de Migración:** Este documento migrará al repositorio `SinapseAI/sinapse-ai` en Q2 2026 (ver Decision 005)
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Tabla de Contenidos
|
|
21
|
-
|
|
22
|
-
- [Descripción General](#descripción-general)
|
|
23
|
-
- [Runtime Principal](#runtime-principal)
|
|
24
|
-
- [Lenguajes y Transpiladores](#lenguajes-y-transpiladores)
|
|
25
|
-
- [Dependencias Principales](#dependencias-principales)
|
|
26
|
-
- [Herramientas de Desarrollo](#herramientas-de-desarrollo)
|
|
27
|
-
- [Framework de Testing](#framework-de-testing)
|
|
28
|
-
- [Build y Deployment](#build-y-deployment)
|
|
29
|
-
- [Integraciones Externas](#integraciones-externas)
|
|
30
|
-
- [Stack Futuro (Post-Migración)](#stack-futuro-post-migración)
|
|
31
|
-
|
|
32
|
-
---
|
|
33
|
-
|
|
34
|
-
## Descripción General
|
|
35
|
-
|
|
36
|
-
SINAPSE está construido sobre JavaScript/TypeScript moderno con runtime Node.js, optimizado para desarrollo CLI multiplataforma con UX interactiva y capacidades de orquestación de agentes.
|
|
37
|
-
|
|
38
|
-
**Filosofía:**
|
|
39
|
-
|
|
40
|
-
- Preferir **tecnología aburrida** cuando sea posible (dependencias probadas y estables)
|
|
41
|
-
- Elegir **tecnología emocionante** solo cuando sea necesario (mejoras de rendimiento, mejoras de DX)
|
|
42
|
-
- Minimizar dependencias (reducir riesgo de cadena de suministro)
|
|
43
|
-
- Multiplataforma primero (Windows, macOS, Linux)
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## Runtime Principal
|
|
48
|
-
|
|
49
|
-
### Node.js
|
|
50
|
-
|
|
51
|
-
```yaml
|
|
52
|
-
Version: 18.0.0+
|
|
53
|
-
LTS: Yes (Active LTS until April 2025)
|
|
54
|
-
Reason: Stable async/await, fetch API, ES2022 support
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
**¿Por qué Node.js 18+?**
|
|
58
|
-
|
|
59
|
-
- API nativa `fetch()` (no necesita axios/node-fetch)
|
|
60
|
-
- Soporte de módulos ES2022 (top-level await)
|
|
61
|
-
- V8 10.2+ (mejoras de rendimiento)
|
|
62
|
-
- Soporte LTS activo (parches de seguridad)
|
|
63
|
-
- Multiplataforma (Windows/macOS/Linux)
|
|
64
|
-
|
|
65
|
-
**Gestor de Paquetes:**
|
|
66
|
-
|
|
67
|
-
```yaml
|
|
68
|
-
Primary: npm 9.0.0+
|
|
69
|
-
Alternative: yarn/pnpm (user choice)
|
|
70
|
-
Lock File: package-lock.json
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## Lenguajes y Transpiladores
|
|
76
|
-
|
|
77
|
-
### JavaScript (Principal)
|
|
78
|
-
|
|
79
|
-
```yaml
|
|
80
|
-
Standard: ES2022
|
|
81
|
-
Module System: CommonJS (require/module.exports)
|
|
82
|
-
Future: ESM migration planned (Story 6.2.x)
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
**¿Por qué ES2022?**
|
|
86
|
-
|
|
87
|
-
- Campos de clase y métodos privados
|
|
88
|
-
- Top-level await
|
|
89
|
-
- Error cause
|
|
90
|
-
- Método Array.at()
|
|
91
|
-
- Object.hasOwn()
|
|
92
|
-
|
|
93
|
-
### TypeScript (Definiciones de Tipos)
|
|
94
|
-
|
|
95
|
-
```yaml
|
|
96
|
-
Version: 5.9.3
|
|
97
|
-
Usage: Type definitions only (.d.ts files)
|
|
98
|
-
Compilation: Not used (pure JS runtime)
|
|
99
|
-
Future: Full TypeScript migration considered for Q2 2026
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
**Uso Actual de TypeScript:**
|
|
103
|
-
|
|
104
|
-
```typescript
|
|
105
|
-
// index.d.ts - Type definitions for public API
|
|
106
|
-
export interface AgentConfig {
|
|
107
|
-
id: string;
|
|
108
|
-
name: string;
|
|
109
|
-
enabled: boolean;
|
|
110
|
-
dependencies?: string[];
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export function executeAgent(agentId: string, args: Record<string, any>): Promise<any>;
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
**Configuración de TypeScript:**
|
|
117
|
-
|
|
118
|
-
```json
|
|
119
|
-
{
|
|
120
|
-
"compilerOptions": {
|
|
121
|
-
"target": "ES2022",
|
|
122
|
-
"module": "commonjs",
|
|
123
|
-
"lib": ["ES2022"],
|
|
124
|
-
"strict": true,
|
|
125
|
-
"esModuleInterop": true,
|
|
126
|
-
"skipLibCheck": true,
|
|
127
|
-
"declaration": true,
|
|
128
|
-
"outDir": "./dist"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
---
|
|
134
|
-
|
|
135
|
-
## Dependencias Principales
|
|
136
|
-
|
|
137
|
-
### CLI y UX Interactiva
|
|
138
|
-
|
|
139
|
-
#### @clack/prompts (^0.11.0)
|
|
140
|
-
|
|
141
|
-
**Propósito:** Prompts CLI modernos con UX hermosa
|
|
142
|
-
**Uso:** Wizard interactivo, recolección de entrada del usuario
|
|
143
|
-
**Por qué:** UX de primera clase, animaciones de spinner, barras de progreso
|
|
144
|
-
|
|
145
|
-
```javascript
|
|
146
|
-
import { select, confirm, spinner } from '@clack/prompts';
|
|
147
|
-
|
|
148
|
-
const agent = await select({
|
|
149
|
-
message: 'Select agent:',
|
|
150
|
-
options: [
|
|
151
|
-
{ value: 'dev', label: '💻 Developer' },
|
|
152
|
-
{ value: 'qa', label: '🧪 QA Engineer' },
|
|
153
|
-
],
|
|
154
|
-
});
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
#### chalk (^4.1.2)
|
|
158
|
-
|
|
159
|
-
**Propósito:** Estilizado de strings en terminal
|
|
160
|
-
**Uso:** Salida con colores, formateo
|
|
161
|
-
**Por qué:** Multiplataforma, sin dependencias, API estable
|
|
162
|
-
|
|
163
|
-
```javascript
|
|
164
|
-
const chalk = require('chalk');
|
|
165
|
-
console.log(chalk.green('✅ Agent activated successfully'));
|
|
166
|
-
console.log(chalk.red('❌ Task failed'));
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
#### picocolors (^1.1.1)
|
|
170
|
-
|
|
171
|
-
**Propósito:** Biblioteca de colores ligera (alternativa más rápida a chalk)
|
|
172
|
-
**Uso:** Salida de colores crítica para rendimiento
|
|
173
|
-
**Por qué:** 14x más pequeño que chalk, 2x más rápido
|
|
174
|
-
|
|
175
|
-
```javascript
|
|
176
|
-
const pc = require('picocolors');
|
|
177
|
-
console.log(pc.green('✅ Fast output'));
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
#### ora (^5.4.1)
|
|
181
|
-
|
|
182
|
-
**Propósito:** Spinners de terminal
|
|
183
|
-
**Uso:** Indicadores de carga, operaciones asíncronas
|
|
184
|
-
**Por qué:** Spinners hermosos, personalizables, ampliamente utilizado
|
|
185
|
-
|
|
186
|
-
```javascript
|
|
187
|
-
const ora = require('ora');
|
|
188
|
-
const spinner = ora('Loading agent...').start();
|
|
189
|
-
await loadAgent();
|
|
190
|
-
spinner.succeed('Agent loaded');
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
### Operaciones de Sistema de Archivos y Rutas
|
|
194
|
-
|
|
195
|
-
#### fs-extra (^11.3.2)
|
|
196
|
-
|
|
197
|
-
**Propósito:** Operaciones mejoradas del sistema de archivos
|
|
198
|
-
**Uso:** Copia de archivos, creación de directorios, lectura/escritura JSON
|
|
199
|
-
**Por qué:** Basado en promesas, utilidades adicionales sobre `fs` nativo
|
|
200
|
-
|
|
201
|
-
```javascript
|
|
202
|
-
const fs = require('fs-extra');
|
|
203
|
-
await fs.copy('source', 'dest');
|
|
204
|
-
await fs.ensureDir('path/to/dir');
|
|
205
|
-
await fs.outputJson('config.json', data);
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
#### glob (^11.0.3)
|
|
209
|
-
|
|
210
|
-
**Propósito:** Coincidencia de patrones de archivos
|
|
211
|
-
**Uso:** Encontrar archivos por patrones (ej. `*.md`, `**/*.yaml`)
|
|
212
|
-
**Por qué:** Rápido, soporta patrones gitignore
|
|
213
|
-
|
|
214
|
-
```javascript
|
|
215
|
-
const { glob } = require('glob');
|
|
216
|
-
const stories = await glob('docs/stories/**/*.md');
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
### Procesamiento YAML
|
|
220
|
-
|
|
221
|
-
#### yaml (^2.8.1)
|
|
222
|
-
|
|
223
|
-
**Propósito:** Parsing y serialización YAML
|
|
224
|
-
**Uso:** Configuraciones de agentes, workflows, templates
|
|
225
|
-
**Por qué:** Rápido, cumple con especificaciones, preserva comentarios
|
|
226
|
-
|
|
227
|
-
```javascript
|
|
228
|
-
const YAML = require('yaml');
|
|
229
|
-
const agent = YAML.parse(fs.readFileSync('agent.yaml', 'utf8'));
|
|
230
|
-
```
|
|
231
|
-
|
|
232
|
-
#### js-yaml (^4.1.0)
|
|
233
|
-
|
|
234
|
-
**Propósito:** Parser YAML alternativo (soporte legacy)
|
|
235
|
-
**Uso:** Parsing de archivos YAML antiguos
|
|
236
|
-
**Por qué:** API diferente, usado en código legacy
|
|
237
|
-
|
|
238
|
-
```javascript
|
|
239
|
-
const yaml = require('js-yaml');
|
|
240
|
-
const doc = yaml.load(fs.readFileSync('config.yaml', 'utf8'));
|
|
241
|
-
```
|
|
242
|
-
|
|
243
|
-
**Nota de Migración:** Consolidar a una sola biblioteca YAML (Story 6.2.x)
|
|
244
|
-
|
|
245
|
-
### Procesamiento Markdown
|
|
246
|
-
|
|
247
|
-
#### @kayvan/markdown-tree-parser (^1.5.0)
|
|
248
|
-
|
|
249
|
-
**Propósito:** Parsear markdown a AST
|
|
250
|
-
**Uso:** Parsing de stories, análisis de estructura de documentos
|
|
251
|
-
**Por qué:** Ligero, rápido, soporta GFM
|
|
252
|
-
|
|
253
|
-
```javascript
|
|
254
|
-
const { parseMarkdown } = require('@kayvan/markdown-tree-parser');
|
|
255
|
-
const ast = parseMarkdown(markdownContent);
|
|
256
|
-
```
|
|
257
|
-
|
|
258
|
-
### Ejecución de Procesos
|
|
259
|
-
|
|
260
|
-
#### execa (^9.6.0)
|
|
261
|
-
|
|
262
|
-
**Propósito:** Mejor child_process
|
|
263
|
-
**Uso:** Ejecutar git, npm, herramientas CLI externas
|
|
264
|
-
**Por qué:** Multiplataforma, basado en promesas, mejor manejo de errores
|
|
265
|
-
|
|
266
|
-
```javascript
|
|
267
|
-
const { execa } = require('execa');
|
|
268
|
-
const { stdout } = await execa('git', ['status']);
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
### Parsing de Línea de Comandos
|
|
272
|
-
|
|
273
|
-
#### commander (^14.0.1)
|
|
274
|
-
|
|
275
|
-
**Propósito:** Framework CLI
|
|
276
|
-
**Uso:** Parsing de argumentos de línea de comandos, subcomandos
|
|
277
|
-
**Por qué:** Estándar de la industria, características ricas, soporte TypeScript
|
|
278
|
-
|
|
279
|
-
```javascript
|
|
280
|
-
const { Command } = require('commander');
|
|
281
|
-
const program = new Command();
|
|
282
|
-
|
|
283
|
-
program
|
|
284
|
-
.command('agent <name>')
|
|
285
|
-
.description('Activate an agent')
|
|
286
|
-
.action((name) => {
|
|
287
|
-
console.log(`Activating agent: ${name}`);
|
|
288
|
-
});
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
#### inquirer (^8.2.6)
|
|
292
|
-
|
|
293
|
-
**Propósito:** Prompts interactivos de línea de comandos
|
|
294
|
-
**Uso:** Recolección de entrada del usuario, wizards
|
|
295
|
-
**Por qué:** Tipos de prompt ricos, soporte de validación
|
|
296
|
-
|
|
297
|
-
```javascript
|
|
298
|
-
const inquirer = require('inquirer');
|
|
299
|
-
const answers = await inquirer.prompt([
|
|
300
|
-
{
|
|
301
|
-
type: 'list',
|
|
302
|
-
name: 'agent',
|
|
303
|
-
message: 'Select agent:',
|
|
304
|
-
choices: ['dev', 'qa', 'architect'],
|
|
305
|
-
},
|
|
306
|
-
]);
|
|
307
|
-
```
|
|
308
|
-
|
|
309
|
-
### Sandboxing y Seguridad
|
|
310
|
-
|
|
311
|
-
#### isolated-vm (^5.0.4)
|
|
312
|
-
|
|
313
|
-
**Propósito:** V8 isolate para ejecución JavaScript sandboxed
|
|
314
|
-
**Uso:** Ejecución segura de scripts de usuario, ejecución de tareas
|
|
315
|
-
**Por qué:** Aislamiento de seguridad, límites de memoria, control de timeout
|
|
316
|
-
|
|
317
|
-
```javascript
|
|
318
|
-
const ivm = require('isolated-vm');
|
|
319
|
-
const isolate = new ivm.Isolate({ memoryLimit: 128 });
|
|
320
|
-
const context = await isolate.createContext();
|
|
321
|
-
```
|
|
322
|
-
|
|
323
|
-
### Validación
|
|
324
|
-
|
|
325
|
-
#### validator (^13.15.15)
|
|
326
|
-
|
|
327
|
-
**Propósito:** Validadores y sanitizadores de strings
|
|
328
|
-
**Uso:** Validación de entrada (URLs, emails, etc.)
|
|
329
|
-
**Por qué:** Completo, bien probado, sin dependencias
|
|
330
|
-
|
|
331
|
-
```javascript
|
|
332
|
-
const validator = require('validator');
|
|
333
|
-
if (validator.isURL(url)) {
|
|
334
|
-
// Valid URL
|
|
335
|
-
}
|
|
336
|
-
```
|
|
337
|
-
|
|
338
|
-
#### semver (^7.7.2)
|
|
339
|
-
|
|
340
|
-
**Propósito:** Parser y comparador de versionado semántico
|
|
341
|
-
**Uso:** Verificación de versiones, resolución de dependencias
|
|
342
|
-
**Por qué:** Estándar NPM, probado en batalla
|
|
343
|
-
|
|
344
|
-
```javascript
|
|
345
|
-
const semver = require('semver');
|
|
346
|
-
if (semver.satisfies('1.2.3', '>=1.0.0')) {
|
|
347
|
-
// Version compatible
|
|
348
|
-
}
|
|
349
|
-
```
|
|
350
|
-
|
|
351
|
-
---
|
|
352
|
-
|
|
353
|
-
## Herramientas de Desarrollo
|
|
354
|
-
|
|
355
|
-
### Linting
|
|
356
|
-
|
|
357
|
-
#### ESLint (^9.38.0)
|
|
358
|
-
|
|
359
|
-
**Propósito:** Linter JavaScript/TypeScript
|
|
360
|
-
**Configuración:** `.eslintrc.json`
|
|
361
|
-
**Plugins:**
|
|
362
|
-
|
|
363
|
-
- `@typescript-eslint/eslint-plugin` (^8.46.2)
|
|
364
|
-
- `@typescript-eslint/parser` (^8.46.2)
|
|
365
|
-
|
|
366
|
-
**Reglas Clave:**
|
|
367
|
-
|
|
368
|
-
```javascript
|
|
369
|
-
{
|
|
370
|
-
"rules": {
|
|
371
|
-
"no-console": "off", // Allow console in CLI
|
|
372
|
-
"no-unused-vars": "error",
|
|
373
|
-
"prefer-const": "error",
|
|
374
|
-
"no-var": "error",
|
|
375
|
-
"eqeqeq": ["error", "always"]
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
```
|
|
379
|
-
|
|
380
|
-
### Formateo
|
|
381
|
-
|
|
382
|
-
#### Prettier (^3.5.3)
|
|
383
|
-
|
|
384
|
-
**Propósito:** Formateador de código
|
|
385
|
-
**Configuración:** `.prettierrc`
|
|
386
|
-
|
|
387
|
-
```json
|
|
388
|
-
{
|
|
389
|
-
"printWidth": 100,
|
|
390
|
-
"tabWidth": 2,
|
|
391
|
-
"useTabs": false,
|
|
392
|
-
"semi": true,
|
|
393
|
-
"singleQuote": true,
|
|
394
|
-
"trailingComma": "es5"
|
|
395
|
-
}
|
|
396
|
-
```
|
|
397
|
-
|
|
398
|
-
#### yaml-lint (^1.7.0)
|
|
399
|
-
|
|
400
|
-
**Propósito:** Linter de archivos YAML
|
|
401
|
-
**Uso:** Validar configuraciones de agentes, workflows, templates
|
|
402
|
-
|
|
403
|
-
### Git Hooks
|
|
404
|
-
|
|
405
|
-
#### husky (^9.1.7)
|
|
406
|
-
|
|
407
|
-
**Propósito:** Gestión de hooks de Git
|
|
408
|
-
**Uso:** Linting pre-commit, tests pre-push
|
|
409
|
-
|
|
410
|
-
```json
|
|
411
|
-
{
|
|
412
|
-
"husky": {
|
|
413
|
-
"hooks": {
|
|
414
|
-
"pre-commit": "lint-staged",
|
|
415
|
-
"pre-push": "npm test"
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
```
|
|
420
|
-
|
|
421
|
-
#### lint-staged (^16.1.1)
|
|
422
|
-
|
|
423
|
-
**Propósito:** Ejecutar linters en archivos staged
|
|
424
|
-
**Configuración:**
|
|
425
|
-
|
|
426
|
-
```json
|
|
427
|
-
{
|
|
428
|
-
"lint-staged": {
|
|
429
|
-
"**/*.md": ["prettier --write"],
|
|
430
|
-
"**/*.{js,ts}": ["eslint --fix", "prettier --write"]
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
```
|
|
434
|
-
|
|
435
|
-
---
|
|
436
|
-
|
|
437
|
-
## Framework de Testing
|
|
438
|
-
|
|
439
|
-
### Jest (^30.2.0)
|
|
440
|
-
|
|
441
|
-
**Propósito:** Framework de testing
|
|
442
|
-
**Uso:** Tests unitarios, tests de integración, cobertura
|
|
443
|
-
|
|
444
|
-
```javascript
|
|
445
|
-
// Example test
|
|
446
|
-
describe('AgentExecutor', () => {
|
|
447
|
-
it('should load agent configuration', async () => {
|
|
448
|
-
const agent = await loadAgent('dev');
|
|
449
|
-
expect(agent.name).toBe('developer');
|
|
450
|
-
});
|
|
451
|
-
});
|
|
452
|
-
```
|
|
453
|
-
|
|
454
|
-
**Configuración:**
|
|
455
|
-
|
|
456
|
-
```json
|
|
457
|
-
{
|
|
458
|
-
"jest": {
|
|
459
|
-
"testEnvironment": "node",
|
|
460
|
-
"coverageThreshold": {
|
|
461
|
-
"global": {
|
|
462
|
-
"branches": 80,
|
|
463
|
-
"functions": 80,
|
|
464
|
-
"lines": 80,
|
|
465
|
-
"statements": 80
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
```
|
|
471
|
-
|
|
472
|
-
#### @types/jest (^30.0.0)
|
|
473
|
-
|
|
474
|
-
**Propósito:** Definiciones de tipos TypeScript para Jest
|
|
475
|
-
**Uso:** Escritura de tests con tipos seguros
|
|
476
|
-
|
|
477
|
-
---
|
|
478
|
-
|
|
479
|
-
## Build y Deployment
|
|
480
|
-
|
|
481
|
-
### Versionado y Release
|
|
482
|
-
|
|
483
|
-
#### semantic-release (^25.0.2)
|
|
484
|
-
|
|
485
|
-
**Propósito:** Versionado semántico automatizado y releases
|
|
486
|
-
**Uso:** Publicación automática a NPM, generación de changelog
|
|
487
|
-
|
|
488
|
-
**Plugins:**
|
|
489
|
-
|
|
490
|
-
- `@semantic-release/changelog` (^6.0.3) - Generar CHANGELOG.md
|
|
491
|
-
- `@semantic-release/git` (^10.0.1) - Commit de assets de release
|
|
492
|
-
|
|
493
|
-
```json
|
|
494
|
-
{
|
|
495
|
-
"release": {
|
|
496
|
-
"branches": ["main"],
|
|
497
|
-
"plugins": [
|
|
498
|
-
"@semantic-release/commit-analyzer",
|
|
499
|
-
"@semantic-release/release-notes-generator",
|
|
500
|
-
"@semantic-release/changelog",
|
|
501
|
-
"@semantic-release/npm",
|
|
502
|
-
"@semantic-release/git"
|
|
503
|
-
]
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
```
|
|
507
|
-
|
|
508
|
-
### Scripts de Build
|
|
509
|
-
|
|
510
|
-
```bash
|
|
511
|
-
# Package building
|
|
512
|
-
npm run build # Build all packages
|
|
513
|
-
npm run build:agents # Build agents only
|
|
514
|
-
npm run build:teams # Build teams only
|
|
515
|
-
|
|
516
|
-
# Versioning
|
|
517
|
-
npm run version:patch # Bump patch version
|
|
518
|
-
npm run version:minor # Bump minor version
|
|
519
|
-
npm run version:major # Bump major version
|
|
520
|
-
|
|
521
|
-
# Publishing
|
|
522
|
-
npm run publish:dry-run # Test publish
|
|
523
|
-
npm run publish:preview # Publish preview tag
|
|
524
|
-
npm run publish:stable # Publish latest tag
|
|
525
|
-
```
|
|
526
|
-
|
|
527
|
-
---
|
|
528
|
-
|
|
529
|
-
## Integraciones Externas
|
|
530
|
-
|
|
531
|
-
### Servidores MCP
|
|
532
|
-
|
|
533
|
-
SINAPSE se integra con servidores Model Context Protocol (MCP):
|
|
534
|
-
|
|
535
|
-
```yaml
|
|
536
|
-
MCP Servers:
|
|
537
|
-
- clickup-direct: ClickUp integration (task management)
|
|
538
|
-
- context7: Documentation lookup
|
|
539
|
-
- exa-direct: Web search
|
|
540
|
-
- desktop-commander: File operations
|
|
541
|
-
- docker-mcp: Docker management
|
|
542
|
-
- ide: VS Code/Cursor integration
|
|
543
|
-
```
|
|
544
|
-
|
|
545
|
-
**Configuración:** `.claude.json` o `.cursor/settings.json`
|
|
546
|
-
|
|
547
|
-
### Herramientas CLI
|
|
548
|
-
|
|
549
|
-
Herramientas CLI externas usadas por agentes:
|
|
550
|
-
|
|
551
|
-
```yaml
|
|
552
|
-
GitHub CLI (gh):
|
|
553
|
-
Version: 2.x+
|
|
554
|
-
Usage: Repository management, PR creation
|
|
555
|
-
Install: https://cli.github.com
|
|
556
|
-
|
|
557
|
-
Railway CLI (railway):
|
|
558
|
-
Version: 3.x+
|
|
559
|
-
Usage: Deployment automation
|
|
560
|
-
Install: npm i -g @railway/cli
|
|
561
|
-
|
|
562
|
-
Supabase CLI (supabase):
|
|
563
|
-
Version: 1.x+
|
|
564
|
-
Usage: Database migrations, schema management
|
|
565
|
-
Install: npm i -g supabase
|
|
566
|
-
|
|
567
|
-
Git:
|
|
568
|
-
Version: 2.30+
|
|
569
|
-
Usage: Version control
|
|
570
|
-
Required: Yes
|
|
571
|
-
```
|
|
572
|
-
|
|
573
|
-
### Servicios Cloud
|
|
574
|
-
|
|
575
|
-
```yaml
|
|
576
|
-
Railway:
|
|
577
|
-
Purpose: Application deployment
|
|
578
|
-
API: Railway CLI
|
|
579
|
-
|
|
580
|
-
Supabase:
|
|
581
|
-
Purpose: PostgreSQL database + Auth
|
|
582
|
-
API: Supabase CLI + REST API
|
|
583
|
-
|
|
584
|
-
GitHub:
|
|
585
|
-
Purpose: Repository hosting, CI/CD
|
|
586
|
-
API: GitHub CLI (gh) + Octokit
|
|
587
|
-
|
|
588
|
-
CodeRabbit:
|
|
589
|
-
Purpose: Automated code review
|
|
590
|
-
API: GitHub App integration
|
|
591
|
-
```
|
|
592
|
-
|
|
593
|
-
---
|
|
594
|
-
|
|
595
|
-
## Stack Futuro (Post-Migración)
|
|
596
|
-
|
|
597
|
-
**Planificado para Q2-Q4 2026** (después de la reestructuración del repositorio):
|
|
598
|
-
|
|
599
|
-
### Migración ESM
|
|
600
|
-
|
|
601
|
-
```javascript
|
|
602
|
-
// Current: CommonJS
|
|
603
|
-
const agent = require('./agent');
|
|
604
|
-
module.exports = { executeAgent };
|
|
605
|
-
|
|
606
|
-
// Future: ES Modules
|
|
607
|
-
import { agent } from './agent.js';
|
|
608
|
-
export { executeAgent };
|
|
609
|
-
```
|
|
610
|
-
|
|
611
|
-
### TypeScript Completo
|
|
612
|
-
|
|
613
|
-
```typescript
|
|
614
|
-
// Migrate from JS + .d.ts to full TypeScript
|
|
615
|
-
// Benefits: Type safety, better refactoring, improved DX
|
|
616
|
-
```
|
|
617
|
-
|
|
618
|
-
### Herramientas de Build
|
|
619
|
-
|
|
620
|
-
```yaml
|
|
621
|
-
Bundler: esbuild or tsup
|
|
622
|
-
Reason: Fast builds, tree-shaking, minification
|
|
623
|
-
Target: Single executable CLI (optional)
|
|
624
|
-
```
|
|
625
|
-
|
|
626
|
-
### Mejoras de Testing
|
|
627
|
-
|
|
628
|
-
```yaml
|
|
629
|
-
E2E Testing: Playwright (browser automation tests)
|
|
630
|
-
Performance Testing: Benchmark.js (workflow timing)
|
|
631
|
-
```
|
|
632
|
-
|
|
633
|
-
---
|
|
634
|
-
|
|
635
|
-
## Gestión de Dependencias
|
|
636
|
-
|
|
637
|
-
### Auditorías de Seguridad
|
|
638
|
-
|
|
639
|
-
```bash
|
|
640
|
-
# Run security audit
|
|
641
|
-
npm audit
|
|
642
|
-
|
|
643
|
-
# Fix vulnerabilities automatically
|
|
644
|
-
npm audit fix
|
|
645
|
-
|
|
646
|
-
# Check for outdated packages
|
|
647
|
-
npm outdated
|
|
648
|
-
```
|
|
649
|
-
|
|
650
|
-
### Política de Actualizaciones
|
|
651
|
-
|
|
652
|
-
```yaml
|
|
653
|
-
Major Updates: Quarterly review (Q1, Q2, Q3, Q4)
|
|
654
|
-
Security Patches: Immediate (within 48 hours)
|
|
655
|
-
Minor Updates: Monthly review
|
|
656
|
-
Dependency Reduction: Ongoing effort
|
|
657
|
-
```
|
|
658
|
-
|
|
659
|
-
### Árbol de Dependencias
|
|
660
|
-
|
|
661
|
-
```bash
|
|
662
|
-
# View dependency tree
|
|
663
|
-
npm ls --depth=2
|
|
664
|
-
|
|
665
|
-
# Find duplicate packages
|
|
666
|
-
npm dedupe
|
|
667
|
-
|
|
668
|
-
# Analyze bundle size
|
|
669
|
-
npx cost-of-modules
|
|
670
|
-
```
|
|
671
|
-
|
|
672
|
-
---
|
|
673
|
-
|
|
674
|
-
## Matriz de Compatibilidad de Versiones
|
|
675
|
-
|
|
676
|
-
| Componente | Versión | Compatibilidad | Notas |
|
|
677
|
-
| ---------------- | ------- | -------------- | ------------------------ |
|
|
678
|
-
| **Node.js** | 18.0.0+ | Requerido | LTS Activo |
|
|
679
|
-
| **npm** | 9.0.0+ | Requerido | Gestor de paquetes |
|
|
680
|
-
| **TypeScript** | 5.9.3 | Recomendado | Definiciones de tipos |
|
|
681
|
-
| **ESLint** | 9.38.0 | Requerido | Linting |
|
|
682
|
-
| **Prettier** | 3.5.3 | Requerido | Formateo |
|
|
683
|
-
| **Jest** | 30.2.0 | Requerido | Testing |
|
|
684
|
-
| **Git** | 2.30+ | Requerido | Control de versiones |
|
|
685
|
-
| **GitHub CLI** | 2.x+ | Opcional | Gestión de repositorio |
|
|
686
|
-
| **Railway CLI** | 3.x+ | Opcional | Deployment |
|
|
687
|
-
| **Supabase CLI** | 1.x+ | Opcional | Gestión de base de datos |
|
|
688
|
-
|
|
689
|
-
---
|
|
690
|
-
|
|
691
|
-
## Consideraciones de Rendimiento
|
|
692
|
-
|
|
693
|
-
### Tamaño del Bundle
|
|
694
|
-
|
|
695
|
-
```bash
|
|
696
|
-
# Production bundle size (minified)
|
|
697
|
-
Total: ~5MB (includes all dependencies)
|
|
698
|
-
|
|
699
|
-
# Critical dependencies (always loaded):
|
|
700
|
-
- commander: 120KB
|
|
701
|
-
- chalk: 15KB
|
|
702
|
-
- yaml: 85KB
|
|
703
|
-
- fs-extra: 45KB
|
|
704
|
-
|
|
705
|
-
# Optional dependencies (lazy loaded):
|
|
706
|
-
- inquirer: 650KB (interactive mode only)
|
|
707
|
-
- @clack/prompts: 180KB (wizard mode only)
|
|
708
|
-
```
|
|
709
|
-
|
|
710
|
-
### Tiempo de Arranque
|
|
711
|
-
|
|
712
|
-
```yaml
|
|
713
|
-
Cold Start: ~200ms (initial load)
|
|
714
|
-
Warm Start: ~50ms (cached modules)
|
|
715
|
-
Yolo Mode: ~100ms (skip validation)
|
|
716
|
-
|
|
717
|
-
Optimization Strategy:
|
|
718
|
-
- Lazy load heavy dependencies
|
|
719
|
-
- Cache parsed YAML configs
|
|
720
|
-
- Use require() conditionally
|
|
721
|
-
```
|
|
722
|
-
|
|
723
|
-
### Uso de Memoria
|
|
724
|
-
|
|
725
|
-
```yaml
|
|
726
|
-
Baseline: 30MB (Node.js + SINAPSE core)
|
|
727
|
-
Agent Execution: +10MB (per agent)
|
|
728
|
-
Story Processing: +20MB (markdown parsing)
|
|
729
|
-
Peak: ~100MB (typical workflow)
|
|
730
|
-
```
|
|
731
|
-
|
|
732
|
-
---
|
|
733
|
-
|
|
734
|
-
## Notas Específicas por Plataforma
|
|
735
|
-
|
|
736
|
-
### Windows
|
|
737
|
-
|
|
738
|
-
```yaml
|
|
739
|
-
Path Separators: Backslash (\) - normalized to forward slash (/)
|
|
740
|
-
Line Endings: CRLF - Git configured for auto conversion
|
|
741
|
-
Shell: PowerShell or CMD - execa handles cross-platform
|
|
742
|
-
Node.js: Windows installer from nodejs.org
|
|
743
|
-
```
|
|
744
|
-
|
|
745
|
-
### macOS
|
|
746
|
-
|
|
747
|
-
```yaml
|
|
748
|
-
Path Separators: Forward slash (/)
|
|
749
|
-
Line Endings: LF
|
|
750
|
-
Shell: zsh (default) or bash
|
|
751
|
-
Node.js: Homebrew (brew install node@18) or nvm
|
|
752
|
-
```
|
|
753
|
-
|
|
754
|
-
### Linux
|
|
755
|
-
|
|
756
|
-
```yaml
|
|
757
|
-
Path Separators: Forward slash (/)
|
|
758
|
-
Line Endings: LF
|
|
759
|
-
Shell: bash (default) or zsh
|
|
760
|
-
Node.js: nvm, apt, yum, or official binaries
|
|
761
|
-
```
|
|
762
|
-
|
|
763
|
-
---
|
|
764
|
-
|
|
765
|
-
## Variables de Entorno
|
|
766
|
-
|
|
767
|
-
```bash
|
|
768
|
-
# SINAPSE Configuration
|
|
769
|
-
SINAPSE_DEBUG=true # Enable debug logging
|
|
770
|
-
SINAPSE_CONFIG_PATH=/custom/path # Custom config location
|
|
771
|
-
SINAPSE_YOLO_MODE=true # Force yolo mode
|
|
772
|
-
|
|
773
|
-
# Node.js
|
|
774
|
-
NODE_ENV=production # Production mode
|
|
775
|
-
NODE_OPTIONS=--max-old-space-size=4096 # Increase memory limit
|
|
776
|
-
|
|
777
|
-
# External Services
|
|
778
|
-
CLICKUP_API_KEY=pk_xxx # ClickUp integration
|
|
779
|
-
GITHUB_TOKEN=ghp_xxx # GitHub API access
|
|
780
|
-
RAILWAY_TOKEN=xxx # Railway deployment
|
|
781
|
-
SUPABASE_ACCESS_TOKEN=xxx # Supabase CLI auth
|
|
782
|
-
```
|
|
783
|
-
|
|
784
|
-
---
|
|
785
|
-
|
|
786
|
-
## Documentos Relacionados
|
|
787
|
-
|
|
788
|
-
- [Estándares de Codificación](./coding-standards.md)
|
|
789
|
-
- [Árbol de Código Fuente](./source-tree.md)
|
|
790
|
-
|
|
791
|
-
---
|
|
792
|
-
|
|
793
|
-
## Historial de Versiones
|
|
794
|
-
|
|
795
|
-
| Versión | Fecha | Cambios | Autor |
|
|
796
|
-
| ------- | ---------- | -------------------------------------------------------------------------------------------- | ---------------- |
|
|
797
|
-
| 1.0 | 2025-01-15 | Documentación inicial del stack tecnológico | Aria (architect) |
|
|
798
|
-
| 1.1 | 2025-12-14 | Actualizado aviso de migración a SinapseAI/sinapse-ai, semantic-release a v25.0.2 [Story 6.10] | Dex (dev) |
|
|
799
|
-
|
|
800
|
-
---
|
|
801
|
-
|
|
802
|
-
_Este es un estándar oficial del framework SINAPSE. Todas las elecciones tecnológicas deben alinearse con este stack._
|