sinapse-ai 1.19.2 → 1.20.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 +2 -2
- package/.claude/hooks/enforce-delegation.cjs +32 -36
- package/.claude/rules/agent-handoff.md +10 -21
- package/.claude/rules/mandatory-delegation.md +1 -1
- package/.claude/rules/token-economy.md +12 -5
- package/.sinapse-ai/constitution.md +2 -0
- package/.sinapse-ai/core/atlas/flows-pt.js +6 -0
- package/.sinapse-ai/core/atlas/flows.js +7 -0
- package/.sinapse-ai/core/atlas/render-markdown.js +8 -0
- package/.sinapse-ai/core/doctor/checks/constitution-consistency.js +7 -0
- package/.sinapse-ai/core/execution/autonomous-build-loop.js +10 -4
- package/.sinapse-ai/core/execution/build-orchestrator.js +73 -2
- package/.sinapse-ai/core/execution/context-injector.js +2 -0
- package/.sinapse-ai/core/execution/parallel-executor.js +2 -0
- package/.sinapse-ai/core/execution/parallel-monitor.js +2 -0
- package/.sinapse-ai/core/execution/rate-limit-manager.js +2 -0
- package/.sinapse-ai/core/execution/result-aggregator.js +2 -0
- package/.sinapse-ai/core/execution/semantic-merge-engine.js +2 -0
- package/.sinapse-ai/core/execution/wave-executor.js +2 -0
- package/.sinapse-ai/core/health-check/checks/project/constitution-consistency.js +12 -1
- package/.sinapse-ai/core/orchestration/cli-commands.js +121 -4
- package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +10 -2
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +53 -2
- package/.sinapse-ai/core/orchestration/index.js +3 -0
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +116 -18
- package/.sinapse-ai/core/synapse/context/context-tracker.js +118 -11
- package/.sinapse-ai/core/synapse/engine.js +18 -3
- package/.sinapse-ai/core/synapse/layers/l0-constitution.js +189 -8
- package/.sinapse-ai/core/synapse/output/formatter.js +65 -25
- package/.sinapse-ai/core-config.yaml +8 -1
- package/.sinapse-ai/data/entity-registry.yaml +69 -68
- package/.sinapse-ai/development/agents/developer.md +18 -34
- package/.sinapse-ai/development/agents/snps-orqx.md +5 -5
- package/.sinapse-ai/development/agents/sprint-lead.md +20 -36
- package/.sinapse-ai/development/scripts/agent-exit-hooks.js +13 -4
- package/.sinapse-ai/infrastructure/integrations/ai-providers/README.md +2 -2
- package/.sinapse-ai/install-manifest.yaml +71 -71
- package/.sinapse-ai/product/templates/activation-instructions-template.md +72 -185
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +45 -274
- package/.sinapse-ai/product/templates/statusline/agent-badges.json +2 -2
- package/.sinapse-ai/product/templates/statusline/statusline-script.js +5 -3
- package/.sinapse-ai/workflow-intelligence/engine/wave-analyzer.js +8 -0
- package/CHANGELOG.md +31 -2
- package/README.md +10 -0
- package/bin/cli.js +29 -0
- package/bin/commands/help.js +5 -0
- package/bin/commands/uninstall.js +5 -0
- package/bin/postinstall.js +7 -0
- package/bin/sinapse.js +149 -1
- package/docs/framework/atlas/OPERATING-ATLAS.md +3 -3
- package/docs/framework/atlas/atlas-data.json +6 -6
- package/docs/framework/atlas/atlas.html +2 -2
- package/docs/framework/source-tree.md +1 -1
- package/docs/framework/workflow-engine-status.md +70 -0
- package/docs/guides/ade-guide.md +4 -2
- package/docs/guides/api-reference.md +2 -0
- package/docs/guides/permission-modes.md +2 -0
- package/docs/guides/user-guide.md +21 -7
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +2 -2
- package/docs/pt/architecture/ade-architecture.md +2 -0
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/guides/ade-guide.md +4 -2
- package/docs/pt/guides/api-reference.md +2 -0
- package/docs/pt/guides/permission-modes.md +2 -0
- package/docs/pt/guides/user-guide.md +21 -7
- package/docs/pt/platforms/claude-code.md +2 -2
- package/docs/sinapse-workflows/auto-worktree-workflow.md +2 -2
- package/package.json +1 -1
- package/packages/installer/src/config/configure-environment.js +6 -0
- package/packages/installer/src/config/templates/core-config-template.js +43 -1
- package/packages/installer/src/installer/synapse-runtime-installer.js +148 -0
- package/packages/installer/src/wizard/i18n.js +294 -0
- package/packages/installer/src/wizard/index.js +26 -0
- package/packages/installer/src/wizard/validation/troubleshooting-system.js +60 -131
- package/scripts/bracket-report.js +103 -0
- package/scripts/validate-agent-codenames.js +168 -37
- package/scripts/validate-install-docs.js +23 -2
- package/sinapse/agents/sinapse-orqx.md +3 -3
- package/sinapse/agents/snps-orqx.md +3 -3
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/tasks/diagnose-and-route.md +1 -1
- package/squads/claude-code-mastery/CHANGELOG.md +1 -1
- package/squads/claude-code-mastery/README.md +6 -6
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +7 -7
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +9 -9
- package/squads/claude-code-mastery/agents/swarm-orqx.md +5 -5
- package/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +1 -1
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-deep.md +4 -4
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-reference.md +4 -4
- package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -6
- package/squads/claude-code-mastery/tasks/create-team-topology.md +3 -3
- package/squads/claude-code-mastery/tasks/diagnose.md +1 -1
- package/squads/claude-code-mastery/tasks/parallel-decomposition.md +1 -1
- package/squads/claude-code-mastery/tasks/worktree-strategy.md +1 -1
- package/squads/squad-animations/README.md +1 -1
- package/squads/squad-animations/agents/animation-interpreter.md +5 -5
- package/squads/squad-animations/agents/animations-orqx.md +6 -6
- package/squads/squad-animations/squad.yaml +1 -1
- package/squads/squad-animations/tasks/analyze-reference-animation.md +1 -1
- package/squads/squad-animations/tasks/build-animation-brief.md +1 -1
- package/squads/squad-animations/tasks/create-animation-storyboard.md +1 -1
- package/squads/squad-animations/tasks/cross-reference-brand-system.md +1 -1
- package/squads/squad-animations/tasks/extract-animation-intent.md +1 -1
- package/squads/squad-animations/tasks/generate-motion-vocabulary.md +1 -1
- package/squads/squad-animations/tasks/identify-website-animation.md +1 -1
- package/squads/squad-animations/tasks/interpret-animation-prompt.md +1 -1
- package/squads/squad-animations/tasks/refine-animation-specification.md +1 -1
- package/squads/squad-animations/tasks/translate-feeling-to-parameters.md +1 -1
- package/squads/squad-animations/tasks/validate-animation-feasibility.md +1 -1
- package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +2 -2
- package/squads/squad-brand/agents/brand-auditor.md +1 -1
- package/squads/squad-brand/agents/brand-compiler.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +5 -5
- 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/squad.yaml +1 -1
- package/squads/squad-brand/tasks/create-animation-library.md +1 -1
- package/squads/squad-brand/tasks/create-brand-characters.md +2 -2
- package/squads/squad-brand/tasks/create-event-branding.md +2 -2
- package/squads/squad-brand/tasks/create-micro-interactions.md +1 -1
- package/squads/squad-brand/tasks/create-page-transitions.md +1 -1
- package/squads/squad-brand/tasks/create-video-templates.md +1 -1
- package/squads/squad-brand/tasks/create-web-templates.md +1 -1
- package/squads/squad-brand/tasks/define-motion-language.md +1 -1
- package/squads/squad-brand/tasks/design-dynamic-identity-system.md +2 -2
- package/squads/squad-brand/tasks/design-illustration-system.md +1 -1
- package/squads/squad-commercial/README.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +8 -8
- package/squads/squad-commercial/agents/cs-crm-specialist.md +3 -3
- package/squads/squad-commercial/agents/cs-revops-analyst.md +3 -3
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/knowledge-base/commercial-analytics-reporting.md +7 -7
- package/squads/squad-commercial/knowledge-base/sales-revenue-master-reference.md +1 -1
- package/squads/squad-commercial/squad.yaml +3 -3
- package/squads/squad-commercial/tasks/analyze-revenue-leaks.md +2 -2
- package/squads/squad-commercial/tasks/audit-commercial-tech-stack.md +1 -1
- package/squads/squad-commercial/tasks/audit-crm-data.md +1 -1
- package/squads/squad-commercial/tasks/build-deal-scoring-model.md +1 -1
- package/squads/squad-commercial/tasks/build-forecasting-model.md +1 -1
- package/squads/squad-commercial/tasks/build-pipeline-dashboard.md +2 -2
- package/squads/squad-commercial/tasks/build-unit-economics-model.md +1 -1
- package/squads/squad-commercial/tasks/conduct-commercial-retrospective.md +2 -2
- package/squads/squad-commercial/tasks/conduct-deal-review.md +1 -1
- package/squads/squad-commercial/tasks/conduct-win-loss-analysis.md +1 -1
- package/squads/squad-commercial/tasks/configure-activity-tracking.md +1 -1
- package/squads/squad-commercial/tasks/configure-crm-integrations.md +1 -1
- package/squads/squad-commercial/tasks/configure-pipeline-stages.md +1 -1
- package/squads/squad-commercial/tasks/coordinate-revenue-cycle.md +1 -1
- package/squads/squad-commercial/tasks/create-commercial-brief.md +2 -2
- package/squads/squad-commercial/tasks/create-revenue-dashboard.md +1 -1
- package/squads/squad-commercial/tasks/design-lead-routing.md +1 -1
- package/squads/squad-commercial/tasks/design-quota-model.md +1 -1
- package/squads/squad-commercial/tasks/execute-save-play.md +1 -1
- package/squads/squad-commercial/tasks/manage-commercial-handoffs.md +1 -1
- package/squads/squad-commercial/tasks/manage-pipeline-forecast.md +3 -3
- package/squads/squad-commercial/tasks/monitor-pipeline-health.md +1 -1
- package/squads/squad-commercial/tasks/monitor-saas-metrics.md +1 -1
- package/squads/squad-commercial/tasks/plan-sales-capacity.md +1 -1
- package/squads/squad-commercial/tasks/plan-territory-mapping.md +1 -1
- package/squads/squad-commercial/tasks/review-revenue-architecture.md +2 -2
- package/squads/squad-commercial/tasks/run-quarterly-commercial-review.md +3 -3
- package/squads/squad-commercial/tasks/select-commercial-workflow.md +1 -1
- package/squads/squad-commercial/tasks/setup-outreach-sequences.md +1 -1
- package/squads/squad-commercial/templates/offer-brief-template.md +2 -2
- package/squads/squad-commercial/workflows/new-offer-launch.yaml +2 -2
- package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +1 -1
- package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +2 -2
- package/squads/squad-content/README.md +1 -1
- package/squads/squad-content/agents/content-analyst.md +4 -4
- package/squads/squad-content/agents/content-engineer.md +2 -2
- package/squads/squad-content/agents/content-governor.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +6 -6
- package/squads/squad-content/agents/editorial-strategist.md +5 -5
- package/squads/squad-content/agents/platform-specialist.md +1 -1
- package/squads/squad-content/agents/signal-intelligence.md +4 -4
- package/squads/squad-content/checklists/editorial-planning-checklist.md +1 -1
- package/squads/squad-content/checklists/onboarding-setup-checklist.md +2 -2
- package/squads/squad-content/knowledge-base/ai-native-content-loop.md +2 -2
- package/squads/squad-content/knowledge-base/content-governance-principles.md +2 -2
- package/squads/squad-content/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-content/knowledge-base/signal-intelligence-v2.md +1 -1
- package/squads/squad-content/knowledge-base/task-ownership-map.md +5 -5
- package/squads/squad-content/squad.yaml +2 -2
- package/squads/squad-content/tasks/alert-opportunity-windows.md +6 -6
- package/squads/squad-content/tasks/analyze-content-performance.md +2 -2
- package/squads/squad-content/tasks/batch-content-production.md +1 -1
- package/squads/squad-content/tasks/benchmark-against-competitors.md +1 -1
- package/squads/squad-content/tasks/coordinate-cross-squad.md +1 -1
- package/squads/squad-content/tasks/create-content-governance.md +1 -1
- package/squads/squad-content/tasks/create-editorial-calendar.md +1 -1
- package/squads/squad-content/tasks/curate-ugc-signals.md +2 -2
- package/squads/squad-content/tasks/define-big-idea.md +1 -1
- package/squads/squad-content/tasks/define-content-kpis.md +1 -1
- package/squads/squad-content/tasks/flag-content-for-amplification.md +2 -2
- package/squads/squad-content/tasks/generate-content-report.md +3 -3
- package/squads/squad-content/tasks/manage-content-sprint.md +1 -1
- package/squads/squad-content/tasks/measure-content-roi.md +3 -3
- package/squads/squad-content/tasks/orchestrate-content-pipeline.md +2 -2
- package/squads/squad-content/tasks/plan-content-sprint.md +3 -3
- package/squads/squad-content/tasks/predict-content-performance.md +2 -2
- package/squads/squad-content/tasks/scan-daily-signals.md +2 -2
- package/squads/squad-content/tasks/triage-content-requests.md +1 -1
- package/squads/squad-content/tasks/triage-urgent-signal.md +1 -1
- package/squads/squad-content/templates/signal-alert-template.md +2 -2
- package/squads/squad-content/templates/weekly-briefing-template.md +1 -1
- package/squads/squad-content/workflows/content-audit-cycle.yaml +1 -1
- package/squads/squad-content/workflows/content-creation-cycle.yaml +3 -3
- package/squads/squad-content/workflows/editorial-planning-cycle.yaml +3 -3
- package/squads/squad-content/workflows/onboarding-content-cycle.yaml +3 -3
- package/squads/squad-content/workflows/performance-feedback-loop.yaml +3 -3
- package/squads/squad-content/workflows/signal-to-content-cycle.yaml +5 -5
- package/squads/squad-copy/README.md +4 -4
- package/squads/squad-copy/agents/ad-copywriter.md +4 -4
- package/squads/squad-copy/agents/copy-orqx.md +3 -3
- package/squads/squad-copy/agents/copy-strategist.md +5 -5
- package/squads/squad-copy/agents/direct-response-writer.md +3 -3
- package/squads/squad-copy/agents/email-sequence-strategist.md +1 -1
- package/squads/squad-copy/agents/funnel-copywriter.md +3 -3
- package/squads/squad-copy/agents/headline-specialist.md +1 -1
- package/squads/squad-copy/agents/proof-architect.md +3 -3
- package/squads/squad-copy/squad.yaml +3 -3
- package/squads/squad-copy/tasks/build-proof-stack.md +3 -3
- package/squads/squad-copy/tasks/craft-cta-variations.md +2 -2
- package/squads/squad-copy/tasks/craft-email-nurture-sequence.md +2 -2
- package/squads/squad-copy/tasks/craft-objection-handlers.md +1 -1
- package/squads/squad-copy/tasks/craft-social-media-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-cart-abandonment-sequence.md +2 -2
- package/squads/squad-copy/tasks/create-customer-story.md +2 -2
- package/squads/squad-copy/tasks/create-email-campaign.md +2 -2
- package/squads/squad-copy/tasks/create-mechanism-copy.md +4 -4
- package/squads/squad-copy/tasks/create-opening-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-ugc-script.md +2 -2
- package/squads/squad-copy/tasks/create-urgency-scarcity-framework.md +1 -1
- package/squads/squad-copy/tasks/create-welcome-sequence.md +2 -2
- package/squads/squad-copy/tasks/design-headline-ab-tests.md +1 -1
- package/squads/squad-copy/tasks/design-trigger-sequence.md +1 -1
- package/squads/squad-copy/tasks/design-welcome-series.md +2 -2
- package/squads/squad-copy/tasks/optimize-existing-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-funnel-conversion-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-pricing-framing.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-google.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-social.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-variations.md +4 -4
- package/squads/squad-copy/tasks/write-case-study.md +2 -2
- package/squads/squad-copy/tasks/write-comparison-piece.md +2 -2
- package/squads/squad-copy/tasks/write-email-sequence.md +1 -1
- package/squads/squad-copy/tasks/write-email-subject-lines.md +1 -1
- package/squads/squad-copy/tasks/write-funnel-copy-sequence.md +4 -4
- package/squads/squad-copy/tasks/write-landing-page-copy.md +2 -2
- package/squads/squad-copy/tasks/write-launch-sequence.md +2 -2
- package/squads/squad-copy/tasks/write-opt-in-page.md +2 -2
- package/squads/squad-copy/tasks/write-product-narrative.md +2 -2
- package/squads/squad-copy/tasks/write-retargeting-copy.md +2 -2
- package/squads/squad-copy/tasks/write-sales-letter.md +1 -1
- package/squads/squad-copy/tasks/write-social-proof-section.md +1 -1
- package/squads/squad-copy/tasks/write-subheadlines-and-deck-copy.md +1 -1
- package/squads/squad-copy/tasks/write-upsell-copy.md +2 -2
- package/squads/squad-copy/tasks/write-vsl-script.md +3 -3
- package/squads/squad-copy/tasks/write-whitepaper-persuasive.md +2 -2
- package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +4 -4
- package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +6 -6
- package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +4 -4
- package/squads/squad-design/README.md +6 -6
- package/squads/squad-design/agents/cro-persuasion.md +3 -3
- package/squads/squad-design/agents/design-orqx.md +17 -17
- package/squads/squad-design/agents/dx-accessibility-specialist.md +5 -5
- package/squads/squad-design/agents/dx-design-system-architect.md +8 -8
- package/squads/squad-design/agents/dx-frontend-engineer.md +7 -7
- package/squads/squad-design/agents/dx-interaction-designer.md +6 -6
- package/squads/squad-design/agents/dx-performance-engineer.md +3 -3
- package/squads/squad-design/agents/dx-ui-designer.md +7 -7
- package/squads/squad-design/agents/dx-ux-strategist.md +7 -7
- package/squads/squad-design/agents/platform-aesthetic-director.md +11 -11
- package/squads/squad-design/agents/premium-packaging-strategist.md +2 -2
- package/squads/squad-design/agents/product-surface-director.md +1 -1
- package/squads/squad-design/squad.yaml +6 -6
- package/squads/squad-design/tasks/analyze-javascript-bundles.md +1 -1
- package/squads/squad-design/tasks/audit-core-web-vitals.md +1 -1
- package/squads/squad-design/tasks/audit-design-system-health.md +1 -1
- package/squads/squad-design/tasks/audit-motion-performance.md +1 -1
- package/squads/squad-design/tasks/certify-accessibility-compliance.md +2 -2
- package/squads/squad-design/tasks/compose-screen-layouts.md +3 -3
- package/squads/squad-design/tasks/conduct-competitive-ux-analysis.md +1 -1
- package/squads/squad-design/tasks/conduct-dx-quality-gate.md +3 -3
- package/squads/squad-design/tasks/conduct-usability-heuristic-review.md +1 -1
- package/squads/squad-design/tasks/conduct-visual-qa.md +1 -1
- package/squads/squad-design/tasks/conduct-wcag-audit.md +1 -1
- package/squads/squad-design/tasks/configure-cdn-strategy.md +1 -1
- package/squads/squad-design/tasks/configure-token-export-pipeline.md +1 -1
- package/squads/squad-design/tasks/create-a11y-remediation-plan.md +4 -4
- package/squads/squad-design/tasks/create-color-system.md +2 -2
- package/squads/squad-design/tasks/create-component-governance.md +1 -1
- package/squads/squad-design/tasks/create-component-tokens.md +2 -2
- package/squads/squad-design/tasks/create-dark-light-themes.md +3 -3
- package/squads/squad-design/tasks/create-easing-curve-library.md +1 -1
- package/squads/squad-design/tasks/create-empty-error-states.md +1 -1
- package/squads/squad-design/tasks/create-error-boundary-patterns.md +1 -1
- package/squads/squad-design/tasks/create-illustration-style.md +1 -1
- package/squads/squad-design/tasks/create-mobile-first-designs.md +2 -2
- package/squads/squad-design/tasks/create-motion-documentation.md +1 -1
- package/squads/squad-design/tasks/create-motion-tokens.md +2 -2
- package/squads/squad-design/tasks/create-primitive-tokens.md +1 -1
- package/squads/squad-design/tasks/create-responsive-grid-system.md +1 -1
- package/squads/squad-design/tasks/create-screen-reader-specs.md +1 -1
- package/squads/squad-design/tasks/create-scroll-animation-patterns.md +1 -1
- package/squads/squad-design/tasks/create-semantic-tokens.md +1 -1
- package/squads/squad-design/tasks/create-storybook-documentation-standards.md +1 -1
- package/squads/squad-design/tasks/create-user-personas.md +1 -1
- package/squads/squad-design/tasks/create-ux-principles.md +1 -1
- package/squads/squad-design/tasks/create-wireframe-brief.md +2 -2
- package/squads/squad-design/tasks/define-atomic-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-content-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-motion-principles.md +4 -4
- package/squads/squad-design/tasks/define-performance-budgets.md +1 -1
- package/squads/squad-design/tasks/define-token-taxonomy.md +2 -2
- package/squads/squad-design/tasks/design-accessible-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-component-api-contracts.md +3 -3
- package/squads/squad-design/tasks/design-component-visual-states.md +4 -4
- package/squads/squad-design/tasks/design-dashboard-layouts.md +1 -1
- package/squads/squad-design/tasks/design-duration-scale.md +1 -1
- package/squads/squad-design/tasks/design-feedback-animations.md +2 -2
- package/squads/squad-design/tasks/design-focus-management.md +1 -1
- package/squads/squad-design/tasks/design-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-icon-system.md +1 -1
- package/squads/squad-design/tasks/design-information-architecture.md +2 -2
- package/squads/squad-design/tasks/design-landing-page-ui.md +3 -3
- package/squads/squad-design/tasks/design-loading-choreography.md +1 -1
- package/squads/squad-design/tasks/design-multi-brand-theming.md +1 -1
- package/squads/squad-design/tasks/design-page-transitions.md +1 -1
- package/squads/squad-design/tasks/design-spacing-scale.md +3 -3
- package/squads/squad-design/tasks/design-typography-scale.md +3 -3
- package/squads/squad-design/tasks/design-user-flows.md +2 -2
- package/squads/squad-design/tasks/design-visual-hierarchy.md +2 -2
- package/squads/squad-design/tasks/eliminate-render-blocking.md +1 -1
- package/squads/squad-design/tasks/extract-critical-css.md +1 -1
- package/squads/squad-design/tasks/govern-third-party-scripts.md +1 -1
- package/squads/squad-design/tasks/implement-authentication-ui.md +1 -1
- package/squads/squad-design/tasks/implement-component-library.md +4 -4
- package/squads/squad-design/tasks/implement-form-system.md +2 -2
- package/squads/squad-design/tasks/implement-reduced-motion.md +3 -3
- package/squads/squad-design/tasks/implement-responsive-layouts.md +1 -1
- package/squads/squad-design/tasks/implement-routing-strategy.md +1 -1
- package/squads/squad-design/tasks/map-dark-mode-tokens.md +3 -3
- package/squads/squad-design/tasks/map-user-journeys.md +2 -2
- package/squads/squad-design/tasks/migrate-legacy-design-system.md +1 -1
- package/squads/squad-design/tasks/monitor-performance-regression.md +1 -1
- package/squads/squad-design/tasks/optimize-font-loading.md +1 -1
- package/squads/squad-design/tasks/optimize-image-pipeline.md +1 -1
- package/squads/squad-design/tasks/orchestrate-dx-pipeline.md +2 -2
- package/squads/squad-design/tasks/plan-ux-research-sprint.md +1 -1
- package/squads/squad-design/tasks/produce-design-handoff-specs.md +4 -4
- package/squads/squad-design/tasks/review-aria-patterns.md +1 -1
- package/squads/squad-design/tasks/setup-performance-ci-gates.md +1 -1
- package/squads/squad-design/tasks/setup-storybook-integration.md +1 -1
- package/squads/squad-design/tasks/spec-gesture-interactions.md +1 -1
- package/squads/squad-design/tasks/spec-micro-interactions.md +2 -2
- package/squads/squad-design/tasks/synthesize-user-research.md +2 -2
- package/squads/squad-design/tasks/test-keyboard-navigation.md +1 -1
- package/squads/squad-design/tasks/validate-ux-with-testing.md +1 -1
- package/squads/squad-design/tasks/verify-color-contrast.md +2 -2
- package/squads/squad-design/templates/a11y-audit-report-template.md +1 -1
- package/squads/squad-design/templates/design-handoff-template.md +1 -1
- package/squads/squad-design/templates/performance-budget-template.md +1 -1
- package/squads/squad-design/templates/ux-research-plan-template.md +1 -1
- package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +8 -8
- package/squads/squad-design/workflows/design-system-build-cycle.yaml +12 -12
- package/squads/squad-design/workflows/landing-page-sprint.yaml +10 -10
- package/squads/squad-design/workflows/performance-remediation-cycle.yaml +6 -6
- package/squads/squad-design/workflows/ux-research-sprint.yaml +8 -8
- package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +16 -16
- package/squads/squad-finance/README.md +1 -1
- package/squads/squad-finance/agents/budget-controller.md +1 -1
- package/squads/squad-finance/agents/cost-optimizer.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +4 -4
- package/squads/squad-finance/agents/fiscal-compliance-br.md +4 -4
- package/squads/squad-finance/agents/forecast-strategist.md +6 -6
- package/squads/squad-finance/agents/pricing-strategist.md +3 -3
- package/squads/squad-finance/agents/profitability-analyst.md +1 -1
- package/squads/squad-finance/agents/revenue-analyst.md +1 -1
- package/squads/squad-finance/checklists/monthly-close-checklist.md +1 -1
- package/squads/squad-finance/checklists/quarterly-review-checklist.md +1 -1
- package/squads/squad-finance/squad.yaml +2 -2
- package/squads/squad-finance/tasks/analyze-price-sensitivity.md +1 -1
- package/squads/squad-finance/tasks/benchmark-competitor-pricing.md +1 -1
- package/squads/squad-finance/tasks/calculate-rate-card.md +1 -1
- package/squads/squad-finance/tasks/coordinate-quarterly-review.md +2 -2
- package/squads/squad-finance/tasks/create-proposal-pricing.md +1 -1
- package/squads/squad-finance/tasks/design-service-tiers.md +1 -1
- package/squads/squad-finance/tasks/design-value-based-pricing.md +1 -1
- package/squads/squad-finance/tasks/manage-financial-calendar.md +1 -1
- package/squads/squad-finance/tasks/model-pricing-scenario.md +1 -1
- package/squads/squad-finance/tasks/optimize-rate-realization.md +1 -1
- package/squads/squad-finance/tasks/simulate-pricing-impact.md +1 -1
- package/squads/squad-finance/tasks/track-pricing-performance.md +1 -1
- package/squads/squad-paidmedia/README.md +4 -4
- package/squads/squad-paidmedia/agents/campaign-analyst.md +6 -6
- package/squads/squad-paidmedia/agents/creative-strategist.md +2 -2
- package/squads/squad-paidmedia/agents/cro-specialist.md +5 -5
- package/squads/squad-paidmedia/agents/google-ads-specialist.md +2 -2
- package/squads/squad-paidmedia/agents/meta-ads-specialist.md +6 -6
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +6 -6
- package/squads/squad-paidmedia/agents/performance-engineer.md +2 -2
- package/squads/squad-paidmedia/agents/pm-creative-performance-analyst.md +2 -2
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +21 -21
- package/squads/squad-paidmedia/squad.yaml +4 -4
- package/squads/squad-paidmedia/tasks/allocate-cross-channel-budget.md +1 -1
- package/squads/squad-paidmedia/tasks/allocate-meta-budget.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-audience-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-content-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-conversion-funnel.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-creative-effectiveness.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-keyword-rankings.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-landing-page.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-keywords.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-market.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-reviews-strategy.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-top-pages.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-traffic-sources.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-user-behavior.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-conversion-tracking.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-gmb-location.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-meta-ads-account.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-sitemap-health.md +1 -1
- package/squads/squad-paidmedia/tasks/build-audience-architecture.md +2 -2
- package/squads/squad-paidmedia/tasks/build-creative-scorecard.md +1 -1
- package/squads/squad-paidmedia/tasks/calculate-sample-size.md +1 -1
- package/squads/squad-paidmedia/tasks/check-indexing-status.md +1 -1
- package/squads/squad-paidmedia/tasks/create-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/design-campaign-structure.md +2 -2
- package/squads/squad-paidmedia/tasks/design-progressive-profiling.md +1 -1
- package/squads/squad-paidmedia/tasks/detect-creative-fatigue.md +1 -1
- package/squads/squad-paidmedia/tasks/execute-launch-checklist.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-monthly-report.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-search-performance-overview.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-weekly-summary.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-pixel-capi-health.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/measure-activation-rate.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-ad-set-targeting.md +2 -2
- package/squads/squad-paidmedia/tasks/optimize-form-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-onboarding-activation.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-page-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-signup-flow.md +1 -1
- package/squads/squad-paidmedia/tasks/plan-customer-engagement.md +1 -1
- package/squads/squad-paidmedia/tasks/run-ab-test.md +1 -1
- package/squads/squad-paidmedia/tasks/run-creative-test.md +1 -1
- package/squads/squad-paidmedia/tasks/track-gmb-performance-trends.md +1 -1
- package/squads/squad-paidmedia/tasks/triage-campaign-issues.md +1 -1
- package/squads/squad-product/README.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +4 -4
- package/squads/squad-product/agents/ps-delivery-manager.md +2 -2
- package/squads/squad-product/agents/ps-product-ops-specialist.md +2 -2
- package/squads/squad-product/squad.yaml +2 -2
- package/squads/squad-product/tasks/audit-product-tool-stack.md +1 -1
- package/squads/squad-product/tasks/build-product-knowledge-base.md +1 -1
- package/squads/squad-product/tasks/calculate-sprint-velocity.md +1 -1
- package/squads/squad-product/tasks/configure-feature-flag-rollout.md +1 -1
- package/squads/squad-product/tasks/create-product-artifact-template.md +1 -1
- package/squads/squad-product/tasks/create-product-onboarding-runbook.md +3 -3
- package/squads/squad-product/tasks/create-product-playbook.md +2 -2
- package/squads/squad-product/tasks/document-product-process.md +1 -1
- package/squads/squad-product/tasks/execute-feature-launch-checklist.md +1 -1
- package/squads/squad-product/tasks/facilitate-sprint-retrospective.md +1 -1
- package/squads/squad-product/tasks/generate-product-health-report.md +2 -2
- package/squads/squad-product/tasks/maintain-decision-log-system.md +1 -1
- package/squads/squad-product/tasks/manage-sprint-capacity-planning.md +1 -1
- package/squads/squad-product/tasks/map-cross-functional-dependencies.md +1 -1
- package/squads/squad-product/tasks/prepare-product-handoff-package.md +4 -4
- package/squads/squad-product/tasks/run-product-operations-audit.md +1 -1
- package/squads/squad-product/tasks/run-shape-up-betting-table.md +1 -1
- package/squads/squad-product/tasks/run-sprint-planning-session.md +1 -1
- package/squads/squad-product/tasks/scope-agency-mvp.md +1 -1
- package/squads/squad-product/tasks/setup-new-client-product-operations.md +1 -1
- package/squads/squad-product/tasks/standardize-cross-client-metrics.md +1 -1
- package/squads/squad-product/tasks/triage-technical-debt-backlog.md +1 -1
- package/squads/squad-product/tasks/write-release-notes.md +1 -1
- package/squads/squad-research/README.md +3 -3
- package/squads/squad-research/agents/audience-intelligence.md +9 -9
- package/squads/squad-research/agents/competitive-intelligence.md +1 -1
- package/squads/squad-research/agents/data-synthesizer.md +11 -11
- package/squads/squad-research/agents/deep-researcher.md +2 -2
- package/squads/squad-research/agents/market-analyst.md +9 -9
- package/squads/squad-research/agents/research-orqx.md +4 -4
- package/squads/squad-research/agents/trend-forecaster.md +2 -2
- package/squads/squad-research/knowledge-base/agentic-second-brain-reference.md +1 -1
- package/squads/squad-research/knowledge-base/community-platforms-reference.md +1 -1
- package/squads/squad-research/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-research/knowledge-base/multi-agent-research-methodology.md +3 -3
- package/squads/squad-research/squad.yaml +3 -3
- package/squads/squad-research/tasks/analyze-audience-behavior.md +2 -2
- package/squads/squad-research/tasks/analyze-audience-psychographics.md +2 -2
- package/squads/squad-research/tasks/analyze-competitor-pricing.md +1 -1
- package/squads/squad-research/tasks/analyze-industry-trends.md +2 -2
- package/squads/squad-research/tasks/analyze-macro-forces.md +1 -1
- package/squads/squad-research/tasks/analyze-pricing-landscape.md +2 -2
- package/squads/squad-research/tasks/analyze-social-listening.md +2 -2
- package/squads/squad-research/tasks/analyze-value-chain.md +2 -2
- package/squads/squad-research/tasks/answer-strategic-question.md +1 -1
- package/squads/squad-research/tasks/assess-market-maturity.md +2 -2
- package/squads/squad-research/tasks/build-audience-persona.md +2 -2
- package/squads/squad-research/tasks/build-data-narrative.md +2 -2
- package/squads/squad-research/tasks/compile-competitive-dossier.md +2 -2
- package/squads/squad-research/tasks/conduct-deep-research.md +1 -1
- package/squads/squad-research/tasks/conduct-jobs-to-be-done.md +2 -2
- package/squads/squad-research/tasks/create-empathy-map.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +2 -2
- package/squads/squad-research/tasks/create-insight-deck.md +2 -2
- package/squads/squad-research/tasks/create-research-dossier.md +1 -1
- package/squads/squad-research/tasks/create-research-repository.md +2 -2
- package/squads/squad-research/tasks/create-swot-analysis.md +4 -4
- package/squads/squad-research/tasks/design-survey.md +2 -2
- package/squads/squad-research/tasks/evaluate-market-entry.md +2 -2
- package/squads/squad-research/tasks/evaluate-regulatory-landscape.md +2 -2
- package/squads/squad-research/tasks/forecast-industry-trends.md +2 -2
- package/squads/squad-research/tasks/forecast-market-growth.md +2 -2
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/identify-market-segments.md +3 -3
- package/squads/squad-research/tasks/map-audience-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-audience-journey.md +2 -2
- package/squads/squad-research/tasks/map-industry-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-market-opportunity.md +2 -2
- package/squads/squad-research/tasks/map-pain-gain-matrix.md +2 -2
- package/squads/squad-research/tasks/map-strategic-implications.md +2 -2
- package/squads/squad-research/tasks/orchestrate-research-pipeline.md +4 -4
- package/squads/squad-research/tasks/predict-market-shifts.md +1 -1
- package/squads/squad-research/tasks/profile-ideal-customer.md +2 -2
- package/squads/squad-research/tasks/run-porter-five-forces.md +1 -1
- package/squads/squad-research/tasks/run-scenario-planning.md +1 -1
- package/squads/squad-research/tasks/segment-audience.md +2 -2
- package/squads/squad-research/tasks/size-market-tam-sam-som.md +2 -2
- package/squads/squad-research/tasks/synthesize-multi-source.md +1 -1
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/validate-persona-with-data.md +2 -2
- package/squads/squad-research/tasks/visualize-research-data.md +2 -2
- package/squads/squad-research/templates/audience-persona-template.md +1 -1
- package/squads/squad-research/templates/competitive-dossier-template.md +1 -1
- package/squads/squad-research/templates/market-analysis-template.md +1 -1
- package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +12 -12
- package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +2 -2
- package/squads/squad-research/workflows/deep-research-cycle.yaml +2 -2
- package/squads/squad-research/workflows/full-research-sprint.yaml +8 -8
- package/squads/squad-research/workflows/market-analysis-cycle.yaml +12 -12
- package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +2 -2
- package/.sinapse-ai/lib/build.json +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
metadata:
|
|
2
2
|
version: 1.0.0
|
|
3
|
-
lastUpdated: '2026-
|
|
3
|
+
lastUpdated: '2026-07-03T02:01:18.575Z'
|
|
4
4
|
entityCount: 802
|
|
5
5
|
checksumAlgorithm: sha256
|
|
6
6
|
resolutionRate: 100
|
|
@@ -41,8 +41,8 @@ entities:
|
|
|
41
41
|
score: 0.7
|
|
42
42
|
constraints: []
|
|
43
43
|
extensionPoints: []
|
|
44
|
-
checksum: sha256:
|
|
45
|
-
lastVerified: '2026-
|
|
44
|
+
checksum: sha256:f66f076d3c8bead4fa1193fe027582c0487019e363bd37012db6a6cc1d90ab6d
|
|
45
|
+
lastVerified: '2026-07-02T22:41:00.485Z'
|
|
46
46
|
agents:
|
|
47
47
|
path: bin/commands/agents.js
|
|
48
48
|
layer: L1
|
|
@@ -106,8 +106,8 @@ entities:
|
|
|
106
106
|
score: 0.7
|
|
107
107
|
constraints: []
|
|
108
108
|
extensionPoints: []
|
|
109
|
-
checksum: sha256:
|
|
110
|
-
lastVerified: '2026-
|
|
109
|
+
checksum: sha256:af615f80ca758541b8ede2af086aead94b99f194336459529ab3876186462a3d
|
|
110
|
+
lastVerified: '2026-07-02T22:41:00.486Z'
|
|
111
111
|
ideate:
|
|
112
112
|
path: bin/commands/ideate.js
|
|
113
113
|
layer: L1
|
|
@@ -224,6 +224,7 @@ entities:
|
|
|
224
224
|
usedBy:
|
|
225
225
|
- cli
|
|
226
226
|
- install
|
|
227
|
+
- sinapse
|
|
227
228
|
dependencies:
|
|
228
229
|
- constants
|
|
229
230
|
- header
|
|
@@ -238,8 +239,8 @@ entities:
|
|
|
238
239
|
score: 0.7
|
|
239
240
|
constraints: []
|
|
240
241
|
extensionPoints: []
|
|
241
|
-
checksum: sha256:
|
|
242
|
-
lastVerified: '2026-
|
|
242
|
+
checksum: sha256:6d2ea0c99216d60e95a05b80145ab744d8b945aa4d8f2c67cf7ba219116fbf04
|
|
243
|
+
lastVerified: '2026-07-03T02:01:18.257Z'
|
|
243
244
|
update:
|
|
244
245
|
path: bin/commands/update.js
|
|
245
246
|
layer: L1
|
|
@@ -327,6 +328,7 @@ entities:
|
|
|
327
328
|
- cli
|
|
328
329
|
- install
|
|
329
330
|
- prompts
|
|
331
|
+
- sinapse
|
|
330
332
|
- update
|
|
331
333
|
dependencies:
|
|
332
334
|
- constants
|
|
@@ -555,8 +557,8 @@ entities:
|
|
|
555
557
|
score: 0.7
|
|
556
558
|
constraints: []
|
|
557
559
|
extensionPoints: []
|
|
558
|
-
checksum: sha256:
|
|
559
|
-
lastVerified: '2026-
|
|
560
|
+
checksum: sha256:4f90debf77331f102a564e5cebf84000cb65ac793e69ee90a51c60bb44b07151
|
|
561
|
+
lastVerified: '2026-07-03T02:01:18.258Z'
|
|
560
562
|
sinapse-delegate:
|
|
561
563
|
path: bin/sinapse-delegate.js
|
|
562
564
|
layer: L1
|
|
@@ -647,7 +649,9 @@ entities:
|
|
|
647
649
|
usedBy: []
|
|
648
650
|
dependencies:
|
|
649
651
|
- deprecation-warning
|
|
652
|
+
- detection
|
|
650
653
|
- index
|
|
654
|
+
- uninstall
|
|
651
655
|
- chrome-brain-installer
|
|
652
656
|
- cli
|
|
653
657
|
- component-generator
|
|
@@ -665,8 +669,8 @@ entities:
|
|
|
665
669
|
score: 0.7
|
|
666
670
|
constraints: []
|
|
667
671
|
extensionPoints: []
|
|
668
|
-
checksum: sha256:
|
|
669
|
-
lastVerified: '2026-
|
|
672
|
+
checksum: sha256:3ee8a17c03de0013215627a8d9a1020d58301ae473ef8e017df929de5f7a8fe9
|
|
673
|
+
lastVerified: '2026-07-03T02:01:18.260Z'
|
|
670
674
|
collab-start:
|
|
671
675
|
path: bin/utils/collab-start.js
|
|
672
676
|
layer: L1
|
|
@@ -6440,8 +6444,8 @@ entities:
|
|
|
6440
6444
|
score: 0.5
|
|
6441
6445
|
constraints: []
|
|
6442
6446
|
extensionPoints: []
|
|
6443
|
-
checksum: sha256:
|
|
6444
|
-
lastVerified: '2026-
|
|
6447
|
+
checksum: sha256:6a3e870e6525abd76ea655c7638afe95c4855b0aa53c9a86189cb99ee036e7d2
|
|
6448
|
+
lastVerified: '2026-07-03T00:40:19.431Z'
|
|
6445
6449
|
agent-template:
|
|
6446
6450
|
path: .sinapse-ai/product/templates/agent-template.yaml
|
|
6447
6451
|
layer: L2
|
|
@@ -6884,8 +6888,8 @@ entities:
|
|
|
6884
6888
|
score: 0.5
|
|
6885
6889
|
constraints: []
|
|
6886
6890
|
extensionPoints: []
|
|
6887
|
-
checksum: sha256:
|
|
6888
|
-
lastVerified: '2026-
|
|
6891
|
+
checksum: sha256:ca54301ac49f4c49cc2a1552469f131f7d2593946e8b04757578f231d06ba3dd
|
|
6892
|
+
lastVerified: '2026-07-02T23:20:49.164Z'
|
|
6889
6893
|
codex-rules:
|
|
6890
6894
|
path: .sinapse-ai/product/templates/ide-rules/codex-rules.md
|
|
6891
6895
|
layer: L2
|
|
@@ -7493,7 +7497,7 @@ entities:
|
|
|
7493
7497
|
path: .sinapse-ai/development/scripts/agent-exit-hooks.js
|
|
7494
7498
|
layer: L2
|
|
7495
7499
|
type: script
|
|
7496
|
-
purpose:
|
|
7500
|
+
purpose: Entity at .sinapse-ai\development\scripts\agent-exit-hooks.js
|
|
7497
7501
|
keywords:
|
|
7498
7502
|
- agent
|
|
7499
7503
|
- exit
|
|
@@ -7508,8 +7512,8 @@ entities:
|
|
|
7508
7512
|
score: 0.7
|
|
7509
7513
|
constraints: []
|
|
7510
7514
|
extensionPoints: []
|
|
7511
|
-
checksum: sha256:
|
|
7512
|
-
lastVerified: '2026-
|
|
7515
|
+
checksum: sha256:57f1b68f92ae39c75843e19d9e2d8427e6afa2957cbfd2b71055b9273ea24e9a
|
|
7516
|
+
lastVerified: '2026-07-02T23:20:49.170Z'
|
|
7513
7517
|
apply-inline-greeting-all-agents:
|
|
7514
7518
|
path: .sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js
|
|
7515
7519
|
layer: L2
|
|
@@ -8552,8 +8556,8 @@ entities:
|
|
|
8552
8556
|
score: 0.4
|
|
8553
8557
|
constraints: []
|
|
8554
8558
|
extensionPoints: []
|
|
8555
|
-
checksum: sha256:
|
|
8556
|
-
lastVerified: '2026-
|
|
8559
|
+
checksum: sha256:12c9c4a90ab702decc9d3f35082bd45d10068810a269f8f3bd75b96c3663de50
|
|
8560
|
+
lastVerified: '2026-07-02T21:50:25.756Z'
|
|
8557
8561
|
flows:
|
|
8558
8562
|
path: .sinapse-ai/core/atlas/flows.js
|
|
8559
8563
|
layer: L1
|
|
@@ -8571,8 +8575,8 @@ entities:
|
|
|
8571
8575
|
score: 0.4
|
|
8572
8576
|
constraints: []
|
|
8573
8577
|
extensionPoints: []
|
|
8574
|
-
checksum: sha256:
|
|
8575
|
-
lastVerified: '2026-
|
|
8578
|
+
checksum: sha256:4bcb80b2eca132bd524ab3a2f0bcc02b61ab236ba7b679f8977cad9118d9ad6d
|
|
8579
|
+
lastVerified: '2026-07-02T21:50:25.756Z'
|
|
8576
8580
|
index:
|
|
8577
8581
|
path: .sinapse-ai/core/atlas/index.js
|
|
8578
8582
|
layer: L1
|
|
@@ -8632,8 +8636,8 @@ entities:
|
|
|
8632
8636
|
score: 0.4
|
|
8633
8637
|
constraints: []
|
|
8634
8638
|
extensionPoints: []
|
|
8635
|
-
checksum: sha256:
|
|
8636
|
-
lastVerified: '2026-
|
|
8639
|
+
checksum: sha256:d47961e50745e31af483fc126fbb3fc3ec60e498ee2f086982b4af388c5257aa
|
|
8640
|
+
lastVerified: '2026-07-02T21:50:25.756Z'
|
|
8637
8641
|
render-research-card:
|
|
8638
8642
|
path: .sinapse-ai/core/atlas/render-research-card.js
|
|
8639
8643
|
layer: L1
|
|
@@ -9191,8 +9195,8 @@ entities:
|
|
|
9191
9195
|
score: 0.4
|
|
9192
9196
|
constraints: []
|
|
9193
9197
|
extensionPoints: []
|
|
9194
|
-
checksum: sha256:
|
|
9195
|
-
lastVerified: '2026-
|
|
9198
|
+
checksum: sha256:0080eb0ea5eeb092c69ba2500c246048ebe3af67cd8434d3534d2b55968a62c6
|
|
9199
|
+
lastVerified: '2026-07-02T20:43:28.965Z'
|
|
9196
9200
|
core-config:
|
|
9197
9201
|
path: .sinapse-ai/core/doctor/checks/core-config.js
|
|
9198
9202
|
layer: L1
|
|
@@ -9774,8 +9778,8 @@ entities:
|
|
|
9774
9778
|
score: 0.4
|
|
9775
9779
|
constraints: []
|
|
9776
9780
|
extensionPoints: []
|
|
9777
|
-
checksum: sha256:
|
|
9778
|
-
lastVerified: '2026-
|
|
9781
|
+
checksum: sha256:69a333609763a5745db9e4c29168ae448ae3bcf65c2907606d21565f02958a66
|
|
9782
|
+
lastVerified: '2026-07-02T18:42:55.631Z'
|
|
9779
9783
|
build-orchestrator:
|
|
9780
9784
|
path: .sinapse-ai/core/execution/build-orchestrator.js
|
|
9781
9785
|
layer: L1
|
|
@@ -9801,8 +9805,8 @@ entities:
|
|
|
9801
9805
|
score: 0.4
|
|
9802
9806
|
constraints: []
|
|
9803
9807
|
extensionPoints: []
|
|
9804
|
-
checksum: sha256:
|
|
9805
|
-
lastVerified: '2026-
|
|
9808
|
+
checksum: sha256:56bbde48aaa4eb0de3ea7c95d5d1584a9ec8b753931097102fa696fb72d11848
|
|
9809
|
+
lastVerified: '2026-07-02T22:41:00.573Z'
|
|
9806
9810
|
build-state-manager:
|
|
9807
9811
|
path: .sinapse-ai/core/execution/build-state-manager.js
|
|
9808
9812
|
layer: L1
|
|
@@ -9849,8 +9853,8 @@ entities:
|
|
|
9849
9853
|
score: 0.4
|
|
9850
9854
|
constraints: []
|
|
9851
9855
|
extensionPoints: []
|
|
9852
|
-
checksum: sha256:
|
|
9853
|
-
lastVerified: '2026-
|
|
9856
|
+
checksum: sha256:bc97b8e0ccddb6638e22bd5455c24676d5136b2d0e0fba76392f3665992adb73
|
|
9857
|
+
lastVerified: '2026-07-03T01:16:34.726Z'
|
|
9854
9858
|
parallel-executor:
|
|
9855
9859
|
path: .sinapse-ai/core/execution/parallel-executor.js
|
|
9856
9860
|
layer: L1
|
|
@@ -9869,8 +9873,8 @@ entities:
|
|
|
9869
9873
|
score: 0.4
|
|
9870
9874
|
constraints: []
|
|
9871
9875
|
extensionPoints: []
|
|
9872
|
-
checksum: sha256:
|
|
9873
|
-
lastVerified: '2026-
|
|
9876
|
+
checksum: sha256:6bdc770710cd23f264b1eccfd0790037c0b3e71eeec83efd0d5a06b099df2322
|
|
9877
|
+
lastVerified: '2026-07-03T01:16:34.726Z'
|
|
9874
9878
|
parallel-monitor:
|
|
9875
9879
|
path: .sinapse-ai/core/execution/parallel-monitor.js
|
|
9876
9880
|
layer: L1
|
|
@@ -9888,8 +9892,8 @@ entities:
|
|
|
9888
9892
|
score: 0.4
|
|
9889
9893
|
constraints: []
|
|
9890
9894
|
extensionPoints: []
|
|
9891
|
-
checksum: sha256:
|
|
9892
|
-
lastVerified: '2026-
|
|
9895
|
+
checksum: sha256:9b9413fb4c42c236e2a7628201f705640c69dcf4643eedbcdc98ca49d403e755
|
|
9896
|
+
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9893
9897
|
rate-limit-manager:
|
|
9894
9898
|
path: .sinapse-ai/core/execution/rate-limit-manager.js
|
|
9895
9899
|
layer: L1
|
|
@@ -9909,8 +9913,8 @@ entities:
|
|
|
9909
9913
|
score: 0.4
|
|
9910
9914
|
constraints: []
|
|
9911
9915
|
extensionPoints: []
|
|
9912
|
-
checksum: sha256:
|
|
9913
|
-
lastVerified: '2026-
|
|
9916
|
+
checksum: sha256:0d9749bc1ac9b6ed99019af84340e87d2f99d37a3147144896c6ca09560bdbe0
|
|
9917
|
+
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9914
9918
|
result-aggregator:
|
|
9915
9919
|
path: .sinapse-ai/core/execution/result-aggregator.js
|
|
9916
9920
|
layer: L1
|
|
@@ -9928,8 +9932,8 @@ entities:
|
|
|
9928
9932
|
score: 0.4
|
|
9929
9933
|
constraints: []
|
|
9930
9934
|
extensionPoints: []
|
|
9931
|
-
checksum: sha256:
|
|
9932
|
-
lastVerified: '2026-
|
|
9935
|
+
checksum: sha256:7d85df76eb252b098bfaf3ed5b7f07d408654a2d0ef9336c722fac1576355d81
|
|
9936
|
+
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9933
9937
|
semantic-merge-engine:
|
|
9934
9938
|
path: .sinapse-ai/core/execution/semantic-merge-engine.js
|
|
9935
9939
|
layer: L1
|
|
@@ -9949,8 +9953,8 @@ entities:
|
|
|
9949
9953
|
score: 0.4
|
|
9950
9954
|
constraints: []
|
|
9951
9955
|
extensionPoints: []
|
|
9952
|
-
checksum: sha256:
|
|
9953
|
-
lastVerified: '2026-
|
|
9956
|
+
checksum: sha256:318cd9e23ac29a3beabc5d0bf98e87a1b7131bbca4e4c16cd13081be0297b857
|
|
9957
|
+
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9954
9958
|
subagent-dispatcher:
|
|
9955
9959
|
path: .sinapse-ai/core/execution/subagent-dispatcher.js
|
|
9956
9960
|
layer: L1
|
|
@@ -9996,8 +10000,8 @@ entities:
|
|
|
9996
10000
|
score: 0.4
|
|
9997
10001
|
constraints: []
|
|
9998
10002
|
extensionPoints: []
|
|
9999
|
-
checksum: sha256:
|
|
10000
|
-
lastVerified: '2026-
|
|
10003
|
+
checksum: sha256:b747c77ac896813844c3f580e0c703f8dbf24159d2b528a816202178ebc0f37e
|
|
10004
|
+
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
10001
10005
|
delegate-cli:
|
|
10002
10006
|
path: .sinapse-ai/core/external-executors/delegate-cli.js
|
|
10003
10007
|
layer: L1
|
|
@@ -11754,8 +11758,8 @@ entities:
|
|
|
11754
11758
|
score: 0.4
|
|
11755
11759
|
constraints: []
|
|
11756
11760
|
extensionPoints: []
|
|
11757
|
-
checksum: sha256:
|
|
11758
|
-
lastVerified: '2026-
|
|
11761
|
+
checksum: sha256:a3fc11597f2dd2098ffa0b30acbe283506c4e64132c198ddf5c233c9791ab2b0
|
|
11762
|
+
lastVerified: '2026-07-02T22:41:00.588Z'
|
|
11759
11763
|
condition-evaluator:
|
|
11760
11764
|
path: .sinapse-ai/core/orchestration/condition-evaluator.js
|
|
11761
11765
|
layer: L1
|
|
@@ -11950,13 +11954,10 @@ entities:
|
|
|
11950
11954
|
path: .sinapse-ai/core/orchestration/executors/epic-4-executor.js
|
|
11951
11955
|
layer: L1
|
|
11952
11956
|
type: module
|
|
11953
|
-
purpose:
|
|
11957
|
+
purpose: Entity at .sinapse-ai\core\orchestration\executors\epic-4-executor.js
|
|
11954
11958
|
keywords:
|
|
11955
11959
|
- epic
|
|
11956
11960
|
- executor
|
|
11957
|
-
- 'generated:'
|
|
11958
|
-
- ${new
|
|
11959
|
-
- date().toisostring()}
|
|
11960
11961
|
usedBy: []
|
|
11961
11962
|
dependencies:
|
|
11962
11963
|
- epic-executor
|
|
@@ -11970,8 +11971,8 @@ entities:
|
|
|
11970
11971
|
score: 0.4
|
|
11971
11972
|
constraints: []
|
|
11972
11973
|
extensionPoints: []
|
|
11973
|
-
checksum: sha256:
|
|
11974
|
-
lastVerified: '2026-
|
|
11974
|
+
checksum: sha256:ffb124ce4751d3b6189cf03210eac9ee93be3754b760cfdb0188880f03ed928f
|
|
11975
|
+
lastVerified: '2026-07-02T22:41:00.590Z'
|
|
11975
11976
|
epic-5-executor:
|
|
11976
11977
|
path: .sinapse-ai/core/orchestration/executors/epic-5-executor.js
|
|
11977
11978
|
layer: L1
|
|
@@ -12012,8 +12013,8 @@ entities:
|
|
|
12012
12013
|
score: 0.4
|
|
12013
12014
|
constraints: []
|
|
12014
12015
|
extensionPoints: []
|
|
12015
|
-
checksum: sha256:
|
|
12016
|
-
lastVerified: '2026-
|
|
12016
|
+
checksum: sha256:964e65e5ed622ed2325afc3e559150995ff28b246f148b14d1a8cc11ab9aaebe
|
|
12017
|
+
lastVerified: '2026-07-02T22:41:00.590Z'
|
|
12017
12018
|
epic-executor:
|
|
12018
12019
|
path: .sinapse-ai/core/orchestration/executors/epic-executor.js
|
|
12019
12020
|
layer: L1
|
|
@@ -12127,8 +12128,8 @@ entities:
|
|
|
12127
12128
|
score: 0.4
|
|
12128
12129
|
constraints: []
|
|
12129
12130
|
extensionPoints: []
|
|
12130
|
-
checksum: sha256:
|
|
12131
|
-
lastVerified: '2026-
|
|
12131
|
+
checksum: sha256:fdd9c02dfb5752cca028b1fbc882e7c466c77296b2966296a888f862bbaa24f2
|
|
12132
|
+
lastVerified: '2026-07-02T22:41:00.591Z'
|
|
12132
12133
|
message-formatter:
|
|
12133
12134
|
path: .sinapse-ai/core/orchestration/message-formatter.js
|
|
12134
12135
|
layer: L1
|
|
@@ -12806,8 +12807,8 @@ entities:
|
|
|
12806
12807
|
score: 0.4
|
|
12807
12808
|
constraints: []
|
|
12808
12809
|
extensionPoints: []
|
|
12809
|
-
checksum: sha256:
|
|
12810
|
-
lastVerified: '2026-
|
|
12810
|
+
checksum: sha256:5a62d37742dcf359d43caf9da3fae807d5356a3ab673dbbded9ded2eb8d3c3b9
|
|
12811
|
+
lastVerified: '2026-07-02T22:59:44.725Z'
|
|
12811
12812
|
semantic-handshake-engine:
|
|
12812
12813
|
path: .sinapse-ai/core/synapse/context/semantic-handshake-engine.js
|
|
12813
12814
|
layer: L1
|
|
@@ -13149,8 +13150,8 @@ entities:
|
|
|
13149
13150
|
score: 0.4
|
|
13150
13151
|
constraints: []
|
|
13151
13152
|
extensionPoints: []
|
|
13152
|
-
checksum: sha256:
|
|
13153
|
-
lastVerified: '2026-
|
|
13153
|
+
checksum: sha256:fed18380663e3f18178b46d7e5ea8ce58214b9f8727d618475aeaf80e916fff4
|
|
13154
|
+
lastVerified: '2026-07-02T19:52:02.665Z'
|
|
13154
13155
|
l1-global:
|
|
13155
13156
|
path: .sinapse-ai/core/synapse/layers/l1-global.js
|
|
13156
13157
|
layer: L1
|
|
@@ -13386,8 +13387,8 @@ entities:
|
|
|
13386
13387
|
score: 0.4
|
|
13387
13388
|
constraints: []
|
|
13388
13389
|
extensionPoints: []
|
|
13389
|
-
checksum: sha256:
|
|
13390
|
-
lastVerified: '2026-
|
|
13390
|
+
checksum: sha256:4f5217b2cc301c8ad0e0f371fc40a185a99a97d651b30c42435661d9c6ed19f4
|
|
13391
|
+
lastVerified: '2026-07-02T19:52:02.667Z'
|
|
13391
13392
|
generate-constitution:
|
|
13392
13393
|
path: .sinapse-ai/core/synapse/scripts/generate-constitution.js
|
|
13393
13394
|
layer: L1
|
|
@@ -13872,8 +13873,8 @@ entities:
|
|
|
13872
13873
|
score: 0.3
|
|
13873
13874
|
constraints: []
|
|
13874
13875
|
extensionPoints: []
|
|
13875
|
-
checksum: sha256:
|
|
13876
|
-
lastVerified: '2026-
|
|
13876
|
+
checksum: sha256:2e1f50c1e08f36baa713a62c40f96932758d7969375efc133025ec4853fe8d43
|
|
13877
|
+
lastVerified: '2026-07-03T00:40:19.576Z'
|
|
13877
13878
|
devops:
|
|
13878
13879
|
path: .sinapse-ai/development/agents/devops.md
|
|
13879
13880
|
layer: L2
|
|
@@ -14103,8 +14104,8 @@ entities:
|
|
|
14103
14104
|
score: 0.3
|
|
14104
14105
|
constraints: []
|
|
14105
14106
|
extensionPoints: []
|
|
14106
|
-
checksum: sha256:
|
|
14107
|
-
lastVerified: '2026-
|
|
14107
|
+
checksum: sha256:8e4145cdf25f57d366e0f6b3563e907c7a3ba8b2d6d3af0a6e573927f4a0321c
|
|
14108
|
+
lastVerified: '2026-07-03T00:40:19.587Z'
|
|
14108
14109
|
sprint-lead:
|
|
14109
14110
|
path: .sinapse-ai/development/agents/sprint-lead.md
|
|
14110
14111
|
layer: L2
|
|
@@ -14130,8 +14131,8 @@ entities:
|
|
|
14130
14131
|
score: 0.3
|
|
14131
14132
|
constraints: []
|
|
14132
14133
|
extensionPoints: []
|
|
14133
|
-
checksum: sha256:
|
|
14134
|
-
lastVerified: '2026-
|
|
14134
|
+
checksum: sha256:df8dbd1de7b9c1238cbe3629d307563bbac1515869a5658dc7286b3dcbb55078
|
|
14135
|
+
lastVerified: '2026-07-03T00:40:19.589Z'
|
|
14135
14136
|
squad-creator:
|
|
14136
14137
|
path: .sinapse-ai/development/agents/squad-creator.md
|
|
14137
14138
|
layer: L2
|
|
@@ -1,54 +1,38 @@
|
|
|
1
1
|
# dev
|
|
2
2
|
|
|
3
|
-
ACTIVATION-NOTICE: This file
|
|
4
|
-
|
|
5
|
-
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
3
|
+
ACTIVATION-NOTICE: This file is your complete agent definition — read it in full before acting. No external agent files are needed.
|
|
6
4
|
|
|
7
5
|
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
6
|
|
|
9
7
|
```yaml
|
|
10
8
|
IDE-FILE-RESOLUTION:
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
- Example: create-doc.md → .sinapse-ai/development/tasks/create-doc.md
|
|
15
|
-
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
-
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
9
|
+
- Dependencies map to .sinapse-ai/development/{type}/{name} (type=tasks|templates|checklists|data|utils; e.g. create-doc.md → .sinapse-ai/development/tasks/create-doc.md)
|
|
10
|
+
- Load these files only when a command actually needs them, never during activation
|
|
11
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task); ask for clarification if there's no clear match.
|
|
17
12
|
activation-instructions:
|
|
18
|
-
- STEP 1: Read
|
|
13
|
+
- STEP 1: Read this entire file - it contains your complete persona definition
|
|
19
14
|
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
15
|
- STEP 3: |
|
|
21
16
|
Display greeting using native context (zero JS execution):
|
|
22
|
-
0. GREENFIELD GUARD:
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" +
|
|
28
|
-
2. Show: "**Role:** {persona.role}"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- Branch name, modified file count, current story reference, last commit message
|
|
32
|
-
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
|
|
17
|
+
0. GREENFIELD GUARD: if gitStatus reports no git repository (or git commands fail as "not a git repository"):
|
|
18
|
+
- skip the "Branch:" append and the git-status narrative
|
|
19
|
+
- show "📊 **Project Status:** Greenfield project — no git repository detected" instead
|
|
20
|
+
- after the commands list, show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
|
|
21
|
+
- do NOT run git commands during activation — they will fail
|
|
22
|
+
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + current permission badge (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
|
|
23
|
+
2. Show: "**Role:** {persona.role}" — append active story (docs/stories/) and branch (if not main/master) when detected
|
|
24
|
+
3. Show: "📊 **Project Status:**" as a natural-language narrative from gitStatus (branch, modified files, active story, last commit)
|
|
25
|
+
4. Show: "**Available Commands:**" — commands from the 'commands' section whose visibility includes 'key'
|
|
33
26
|
5. Show: "Type `*guide` for comprehensive usage instructions."
|
|
34
|
-
5.5. Check `.sinapse/handoffs/` for most recent unconsumed handoff artifact (
|
|
35
|
-
If found: read `from_agent` and `last_command` from artifact, look up position in `.sinapse-ai/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
|
|
36
|
-
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
|
|
37
|
-
If no artifact or no match found: skip this step silently.
|
|
38
|
-
After STEP 4 displays successfully, mark artifact as consumed: true.
|
|
27
|
+
5.5. Check `.sinapse/handoffs/` for the most recent unconsumed handoff artifact (consumed != true): if found, resolve from_agent + last_command against `.sinapse-ai/data/workflow-chains.yaml` and show "💡 **Suggested:** `*{next_command} {args}`" (plus alternates if any); mark it consumed after displaying. Skip silently if none found.
|
|
39
28
|
6. Show: "{persona_profile.communication.signature_closing}"
|
|
40
29
|
# FALLBACK: If native greeting fails, run: node .sinapse-ai/development/scripts/unified-activation-pipeline.js dev
|
|
41
30
|
- STEP 4: Display the greeting assembled in STEP 3
|
|
42
31
|
- STEP 5: HALT and await user input
|
|
43
|
-
-
|
|
44
|
-
- DO NOT: Load any other agent files during activation
|
|
45
|
-
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
32
|
+
- Do not improvise beyond what greeting_levels and Quick Commands specify. Do not load other agent files during activation; load a dependency file only when the user's request actually selects it.
|
|
46
33
|
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
47
|
-
- CRITICAL
|
|
48
|
-
-
|
|
49
|
-
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
50
|
-
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
51
|
-
- STAY IN CHARACTER!
|
|
34
|
+
- CRITICAL: task/checklist instructions from dependencies are executable workflows, not reference material — follow them exactly as written, including elicit=true steps (user interaction is mandatory there, never skipped for efficiency)
|
|
35
|
+
- When listing tasks/templates or presenting options, always show a numbered list so the user can pick by number
|
|
52
36
|
- CRITICAL: Read the following full files as these are your explicit rules for development standards for this project - .sinapse-ai/core-config.yaml devLoadAlwaysFiles list
|
|
53
37
|
- CRITICAL: Do NOT load any other files during startup aside from the assigned story and devLoadAlwaysFiles items, unless user requested you do or the following contradicts
|
|
54
38
|
- CRITICAL: Do NOT begin development until a story is not in draft mode and you are told to proceed
|
|
@@ -279,7 +279,7 @@ routing_table:
|
|
|
279
279
|
|
|
280
280
|
- squad: squad-commercial
|
|
281
281
|
prefix: commercial
|
|
282
|
-
orchestrator: commercial-orqx (
|
|
282
|
+
orchestrator: commercial-orqx (Circuit)
|
|
283
283
|
invocation: "/commercial:agents:commercial-orqx"
|
|
284
284
|
domain: "Vendas, CRM, pipeline, funnel, ofertas, pricing, revenue operations, client success"
|
|
285
285
|
agents: 10
|
|
@@ -369,7 +369,7 @@ routing_table:
|
|
|
369
369
|
|
|
370
370
|
- squad: claude-code-mastery
|
|
371
371
|
prefix: claude
|
|
372
|
-
orchestrator: swarm-orqx (
|
|
372
|
+
orchestrator: swarm-orqx (Relay)
|
|
373
373
|
invocation: "/claude:agents:swarm-orqx"
|
|
374
374
|
domain: "Claude Code mastery, prompt engineering, MCP, automacao, hooks, skills, plugins, agent teams, context engineering"
|
|
375
375
|
agents: 8
|
|
@@ -641,7 +641,7 @@ relationships:
|
|
|
641
641
|
delegates_to:
|
|
642
642
|
- agent: brand-orqx (Meridian)
|
|
643
643
|
context: "All branding, identity, and brand system work"
|
|
644
|
-
- agent: commercial-orqx (
|
|
644
|
+
- agent: commercial-orqx (Circuit)
|
|
645
645
|
context: "All commercial, sales, CRM, and revenue operations"
|
|
646
646
|
- agent: content-orqx
|
|
647
647
|
context: "All content strategy, editorial, and social media"
|
|
@@ -661,7 +661,7 @@ relationships:
|
|
|
661
661
|
context: "All product strategy, discovery, roadmap"
|
|
662
662
|
- agent: research-orqx (Prism)
|
|
663
663
|
context: "All market research, competitive intelligence"
|
|
664
|
-
- agent: swarm-orqx (
|
|
664
|
+
- agent: swarm-orqx (Relay)
|
|
665
665
|
context: "All Claude Code mastery, prompt engineering, MCP"
|
|
666
666
|
- agent: council-orqx (Zenith)
|
|
667
667
|
context: "All strategic counsel, mental models, advisory"
|
|
@@ -779,7 +779,7 @@ Imperator can provide ecosystem-wide insights by combining capabilities across s
|
|
|
779
779
|
| 9 | paidmedia | pm | Apex | Midia paga, Meta/Google Ads |
|
|
780
780
|
| 10 | product | product | Vector | Produto, discovery, roadmap |
|
|
781
781
|
| 11 | research | research | Prism | Pesquisa, inteligencia competitiva |
|
|
782
|
-
| 12 | claude-code-mastery | claude |
|
|
782
|
+
| 12 | claude-code-mastery | claude | Relay | Claude Code, prompt engineering |
|
|
783
783
|
| 13 | council | council | Zenith | Conselho estrategico, advisory |
|
|
784
784
|
| 14 | storytelling | narrative | Arc | Storytelling, pitch, apresentacao |
|
|
785
785
|
| 15 | cybersecurity | cyber | Fortress | Cybersecurity, compliance, pentest |
|
|
@@ -1,54 +1,38 @@
|
|
|
1
1
|
# sm
|
|
2
2
|
|
|
3
|
-
ACTIVATION-NOTICE: This file
|
|
4
|
-
|
|
5
|
-
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
|
3
|
+
ACTIVATION-NOTICE: This file is your complete agent definition — read it in full before acting. No external agent files are needed.
|
|
6
4
|
|
|
7
5
|
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
|
8
6
|
|
|
9
7
|
```yaml
|
|
10
8
|
IDE-FILE-RESOLUTION:
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
- Example: create-doc.md → .sinapse-ai/development/tasks/create-doc.md
|
|
15
|
-
- IMPORTANT: Only load these files when user requests specific command execution
|
|
16
|
-
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
|
9
|
+
- Dependencies map to .sinapse-ai/development/{type}/{name} (type=tasks|templates|checklists|data|utils; e.g. create-doc.md → .sinapse-ai/development/tasks/create-doc.md)
|
|
10
|
+
- Load these files only when a command actually needs them, never during activation
|
|
11
|
+
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task); ask for clarification if there's no clear match.
|
|
17
12
|
activation-instructions:
|
|
18
|
-
- STEP 1: Read
|
|
13
|
+
- STEP 1: Read this entire file - it contains your complete persona definition
|
|
19
14
|
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
|
20
15
|
- STEP 3: |
|
|
21
16
|
Display greeting using native context (zero JS execution):
|
|
22
|
-
0. GREENFIELD GUARD:
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" +
|
|
28
|
-
2. Show: "**Role:** {persona.role}"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- Branch name, modified file count, current story reference, last commit message
|
|
32
|
-
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
|
|
17
|
+
0. GREENFIELD GUARD: if gitStatus reports no git repository (or git commands fail as "not a git repository"):
|
|
18
|
+
- skip the "Branch:" append and the git-status narrative
|
|
19
|
+
- show "📊 **Project Status:** Greenfield project — no git repository detected" instead
|
|
20
|
+
- after the commands list, show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
|
|
21
|
+
- do NOT run git commands during activation — they will fail
|
|
22
|
+
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + current permission badge (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
|
|
23
|
+
2. Show: "**Role:** {persona.role}" — append active story (docs/stories/) and branch (if not main/master) when detected
|
|
24
|
+
3. Show: "📊 **Project Status:**" as a natural-language narrative from gitStatus (branch, modified files, active story, last commit)
|
|
25
|
+
4. Show: "**Available Commands:**" — commands from the 'commands' section whose visibility includes 'key'
|
|
33
26
|
5. Show: "Type `*guide` for comprehensive usage instructions."
|
|
34
|
-
5.5. Check `.sinapse/handoffs/` for most recent unconsumed handoff artifact (
|
|
35
|
-
If found: read `from_agent` and `last_command` from artifact, look up position in `.sinapse-ai/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
|
|
36
|
-
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
|
|
37
|
-
If no artifact or no match found: skip this step silently.
|
|
38
|
-
After STEP 4 displays successfully, mark artifact as consumed: true.
|
|
27
|
+
5.5. Check `.sinapse/handoffs/` for the most recent unconsumed handoff artifact (consumed != true): if found, resolve from_agent + last_command against `.sinapse-ai/data/workflow-chains.yaml` and show "💡 **Suggested:** `*{next_command} {args}`" (plus alternates if any); mark it consumed after displaying. Skip silently if none found.
|
|
39
28
|
6. Show: "{persona_profile.communication.signature_closing}"
|
|
40
29
|
# FALLBACK: If native greeting fails, run: node .sinapse-ai/development/scripts/unified-activation-pipeline.js sm
|
|
41
30
|
- STEP 4: Display the greeting assembled in STEP 3
|
|
42
31
|
- STEP 5: HALT and await user input
|
|
43
|
-
-
|
|
44
|
-
- DO NOT: Load any other agent files during activation
|
|
45
|
-
- ONLY load dependency files when user selects them for execution via command or request of a task
|
|
32
|
+
- Do not improvise beyond what greeting_levels and Quick Commands specify. Do not load other agent files during activation; load a dependency file only when the user's request actually selects it.
|
|
46
33
|
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
|
47
|
-
- CRITICAL
|
|
48
|
-
-
|
|
49
|
-
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
|
50
|
-
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
51
|
-
- STAY IN CHARACTER!
|
|
34
|
+
- CRITICAL: task/checklist instructions from dependencies are executable workflows, not reference material — follow them exactly as written, including elicit=true steps (user interaction is mandatory there, never skipped for efficiency)
|
|
35
|
+
- When listing tasks/templates or presenting options, always show a numbered list so the user can pick by number
|
|
52
36
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
53
37
|
agent:
|
|
54
38
|
name: Sync
|
|
@@ -92,10 +76,10 @@ persona:
|
|
|
92
76
|
role: Technical Scrum Master - Story Preparation Specialist
|
|
93
77
|
style: Task-oriented, efficient, precise, focused on clear developer handoffs
|
|
94
78
|
identity: Story creation expert who prepares detailed, actionable stories for AI developers
|
|
95
|
-
focus: Creating
|
|
79
|
+
focus: Creating unambiguous, execution-ready stories the developer agent can implement without back-and-forth
|
|
96
80
|
core_principles:
|
|
97
81
|
- Rigorously follow `create-next-story` procedure to generate the detailed user story
|
|
98
|
-
- Will ensure all information comes from the PRD and Architecture
|
|
82
|
+
- Will ensure all information comes from the PRD and Architecture so the developer agent has everything it needs, zero guesswork
|
|
99
83
|
- You are NOT allowed to implement stories or modify code EVER!
|
|
100
84
|
- Predictive Quality Planning - populate CodeRabbit Integration section in every story, predict specialized agents based on story type, assign appropriate quality gates
|
|
101
85
|
|
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Agent Exit Hooks - Workflow Context Persistence
|
|
3
3
|
*
|
|
4
|
-
* INTEGRATION NOTE: This module defines the hook system
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* INTEGRATION NOTE: This module defines the hook system but is NOT wired into
|
|
5
|
+
* any live agent activation path — `registerHook()` below has zero call sites
|
|
6
|
+
* anywhere in the codebase, so `onCommandComplete()` never runs today
|
|
7
|
+
* (verified by grep, audit AF-20260702 item 2.5). This replaces a stale
|
|
8
|
+
* "see Story 6.1.6" pointer — 6.1.6 is the Output Formatter story and has
|
|
9
|
+
* nothing to do with agent framework integration.
|
|
10
|
+
*
|
|
11
|
+
* Downstream effect: the `.sinapse/session-state.json` → `{ lastAgent }`
|
|
12
|
+
* field this module would have written is never populated. That is why
|
|
13
|
+
* `enforce-delegation.cjs` no longer reads it as a fallback signal (removed
|
|
14
|
+
* as dead code in the same audit pass) — a reader with no writer is theater,
|
|
15
|
+
* not a real fallback.
|
|
7
16
|
*
|
|
8
17
|
* Hook Signature:
|
|
9
18
|
* onCommandComplete(agent, command, result, context)
|
|
10
19
|
*
|
|
11
|
-
* Purpose:
|
|
20
|
+
* Purpose (aspirational — not currently invoked by any code path):
|
|
12
21
|
* - Save workflow state when commands complete successfully
|
|
13
22
|
* - Persist context (story_path, branch, epic) to session-state.json
|
|
14
23
|
* - Enable workflow navigation on subsequent agent activation
|