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
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
{"timestamp":"2026-03-25T01:58:16.922Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/dev-helper.js","trigger":"watcher"}
|
|
2
|
+
{"timestamp":"2026-03-25T01:58:16.924Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/qa-helper.js","trigger":"watcher"}
|
|
3
|
+
{"timestamp":"2026-03-25T01:58:16.924Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/story-helper.js","trigger":"watcher"}
|
|
4
|
+
{"timestamp":"2026-03-25T01:58:16.925Z","action":"change","path":".sinapse-ai/core/config/config-loader.js","trigger":"watcher"}
|
|
5
|
+
{"timestamp":"2026-03-25T01:58:16.926Z","action":"change","path":".sinapse-ai/core/docs/session-update-pattern.md","trigger":"watcher"}
|
|
6
|
+
{"timestamp":"2026-03-25T01:58:16.926Z","action":"change","path":".sinapse-ai/core/ids/framework-governor.js","trigger":"watcher"}
|
|
7
|
+
{"timestamp":"2026-03-25T01:58:16.927Z","action":"change","path":".sinapse-ai/core/ids/index.js","trigger":"watcher"}
|
|
8
|
+
{"timestamp":"2026-03-25T01:58:16.927Z","action":"change","path":".sinapse-ai/core/memory/gotchas-memory.js","trigger":"watcher"}
|
|
9
|
+
{"timestamp":"2026-03-25T01:58:16.927Z","action":"change","path":".sinapse-ai/core/orchestration/agent-invoker.js","trigger":"watcher"}
|
|
10
|
+
{"timestamp":"2026-03-25T01:58:16.927Z","action":"change","path":".sinapse-ai/core/orchestration/bob-surface-criteria.yaml","trigger":"watcher"}
|
|
11
|
+
{"timestamp":"2026-03-25T01:58:16.928Z","action":"change","path":".sinapse-ai/core/orchestration/executor-assignment.js","trigger":"watcher"}
|
|
12
|
+
{"timestamp":"2026-03-25T01:58:16.928Z","action":"change","path":".sinapse-ai/core/orchestration/executors/epic-6-executor.js","trigger":"watcher"}
|
|
13
|
+
{"timestamp":"2026-03-25T01:58:16.928Z","action":"change","path":".sinapse-ai/core/orchestration/executors/epic-executor.js","trigger":"watcher"}
|
|
14
|
+
{"timestamp":"2026-03-25T01:58:16.928Z","action":"change","path":".sinapse-ai/core/orchestration/greenfield-handler.js","trigger":"watcher"}
|
|
15
|
+
{"timestamp":"2026-03-25T01:58:16.929Z","action":"change","path":".sinapse-ai/core/orchestration/master-orchestrator.js","trigger":"watcher"}
|
|
16
|
+
{"timestamp":"2026-03-25T01:58:16.929Z","action":"change","path":".sinapse-ai/core/orchestration/skill-dispatcher.js","trigger":"watcher"}
|
|
17
|
+
{"timestamp":"2026-03-25T01:58:16.929Z","action":"change","path":".sinapse-ai/core/orchestration/workflow-executor.js","trigger":"watcher"}
|
|
18
|
+
{"timestamp":"2026-03-25T01:58:16.929Z","action":"change","path":".sinapse-ai/core/quality-gates/layer2-pr-automation.js","trigger":"watcher"}
|
|
19
|
+
{"timestamp":"2026-03-25T01:58:16.930Z","action":"change","path":".sinapse-ai/core/quality-gates/layer3-human-review.js","trigger":"watcher"}
|
|
20
|
+
{"timestamp":"2026-03-25T01:58:16.930Z","action":"change","path":".sinapse-ai/core/quality-gates/quality-gate-config.yaml","trigger":"watcher"}
|
|
21
|
+
{"timestamp":"2026-03-25T01:58:16.930Z","action":"change","path":".sinapse-ai/core/session/context-loader.js","trigger":"watcher"}
|
|
22
|
+
{"timestamp":"2026-03-25T01:58:16.931Z","action":"change","path":".sinapse-ai/data/agent-config-requirements.yaml","trigger":"watcher"}
|
|
23
|
+
{"timestamp":"2026-03-25T01:58:16.931Z","action":"change","path":".sinapse-ai/data/sinapse-kb.md","trigger":"watcher"}
|
|
24
|
+
{"timestamp":"2026-03-25T01:58:16.931Z","action":"change","path":".sinapse-ai/data/tech-presets/csharp.md","trigger":"watcher"}
|
|
25
|
+
{"timestamp":"2026-03-25T01:58:16.931Z","action":"change","path":".sinapse-ai/data/tech-presets/go.md","trigger":"watcher"}
|
|
26
|
+
{"timestamp":"2026-03-25T01:58:16.932Z","action":"change","path":".sinapse-ai/data/tech-presets/java.md","trigger":"watcher"}
|
|
27
|
+
{"timestamp":"2026-03-25T01:58:16.932Z","action":"change","path":".sinapse-ai/data/tech-presets/nextjs-react.md","trigger":"watcher"}
|
|
28
|
+
{"timestamp":"2026-03-25T01:58:16.932Z","action":"change","path":".sinapse-ai/data/tech-presets/php.md","trigger":"watcher"}
|
|
29
|
+
{"timestamp":"2026-03-25T01:58:16.932Z","action":"change","path":".sinapse-ai/data/tech-presets/rust.md","trigger":"watcher"}
|
|
30
|
+
{"timestamp":"2026-03-25T01:58:16.932Z","action":"change","path":".sinapse-ai/data/technical-preferences.md","trigger":"watcher"}
|
|
31
|
+
{"timestamp":"2026-03-25T01:58:16.933Z","action":"change","path":".sinapse-ai/data/workflow-chains.yaml","trigger":"watcher"}
|
|
32
|
+
{"timestamp":"2026-03-25T01:58:16.933Z","action":"change","path":".sinapse-ai/development/agents/analyst.md","trigger":"watcher"}
|
|
33
|
+
{"timestamp":"2026-03-25T01:58:16.933Z","action":"change","path":".sinapse-ai/development/agents/architect.md","trigger":"watcher"}
|
|
34
|
+
{"timestamp":"2026-03-25T01:58:16.933Z","action":"change","path":".sinapse-ai/development/agents/data-engineer.md","trigger":"watcher"}
|
|
35
|
+
{"timestamp":"2026-03-25T01:58:16.934Z","action":"unlink","path":".sinapse-ai/development/agents/dev.md","trigger":"watcher"}
|
|
36
|
+
{"timestamp":"2026-03-25T01:58:16.934Z","action":"unlink","path":".sinapse-ai/development/agents/dev/MEMORY.md","trigger":"watcher"}
|
|
37
|
+
{"timestamp":"2026-03-25T01:58:16.934Z","action":"add","path":".sinapse-ai/development/agents/developer.md","trigger":"watcher"}
|
|
38
|
+
{"timestamp":"2026-03-25T01:58:16.935Z","action":"add","path":".sinapse-ai/development/agents/developer/MEMORY.md","trigger":"watcher"}
|
|
39
|
+
{"timestamp":"2026-03-25T01:58:16.935Z","action":"change","path":".sinapse-ai/development/agents/devops.md","trigger":"watcher"}
|
|
40
|
+
{"timestamp":"2026-03-25T01:58:16.935Z","action":"unlink","path":".sinapse-ai/development/agents/pm.md","trigger":"watcher"}
|
|
41
|
+
{"timestamp":"2026-03-25T01:58:16.936Z","action":"unlink","path":".sinapse-ai/development/agents/pm/MEMORY.md","trigger":"watcher"}
|
|
42
|
+
{"timestamp":"2026-03-25T01:58:16.936Z","action":"unlink","path":".sinapse-ai/development/agents/po.md","trigger":"watcher"}
|
|
43
|
+
{"timestamp":"2026-03-25T01:58:16.936Z","action":"unlink","path":".sinapse-ai/development/agents/po/MEMORY.md","trigger":"watcher"}
|
|
44
|
+
{"timestamp":"2026-03-25T01:58:16.936Z","action":"add","path":".sinapse-ai/development/agents/product-lead.md","trigger":"watcher"}
|
|
45
|
+
{"timestamp":"2026-03-25T01:58:16.937Z","action":"add","path":".sinapse-ai/development/agents/product-lead/MEMORY.md","trigger":"watcher"}
|
|
46
|
+
{"timestamp":"2026-03-25T01:58:16.937Z","action":"add","path":".sinapse-ai/development/agents/project-lead.md","trigger":"watcher"}
|
|
47
|
+
{"timestamp":"2026-03-25T01:58:16.937Z","action":"add","path":".sinapse-ai/development/agents/project-lead/MEMORY.md","trigger":"watcher"}
|
|
48
|
+
{"timestamp":"2026-03-25T01:58:16.938Z","action":"unlink","path":".sinapse-ai/development/agents/qa.md","trigger":"watcher"}
|
|
49
|
+
{"timestamp":"2026-03-25T01:58:16.938Z","action":"unlink","path":".sinapse-ai/development/agents/qa/MEMORY.md","trigger":"watcher"}
|
|
50
|
+
{"timestamp":"2026-03-25T01:58:16.938Z","action":"add","path":".sinapse-ai/development/agents/quality-gate.md","trigger":"watcher"}
|
|
51
|
+
{"timestamp":"2026-03-25T01:58:16.938Z","action":"add","path":".sinapse-ai/development/agents/quality-gate/MEMORY.md","trigger":"watcher"}
|
|
52
|
+
{"timestamp":"2026-03-25T01:58:16.939Z","action":"unlink","path":".sinapse-ai/development/agents/sinapse-master.md","trigger":"watcher"}
|
|
53
|
+
{"timestamp":"2026-03-25T01:58:16.939Z","action":"add","path":".sinapse-ai/development/agents/sinapse-orqx.md","trigger":"watcher"}
|
|
54
|
+
{"timestamp":"2026-03-25T01:58:16.939Z","action":"unlink","path":".sinapse-ai/development/agents/sm.md","trigger":"watcher"}
|
|
55
|
+
{"timestamp":"2026-03-25T01:58:16.939Z","action":"unlink","path":".sinapse-ai/development/agents/sm/MEMORY.md","trigger":"watcher"}
|
|
56
|
+
{"timestamp":"2026-03-25T01:58:16.940Z","action":"add","path":".sinapse-ai/development/agents/sprint-lead.md","trigger":"watcher"}
|
|
57
|
+
{"timestamp":"2026-03-25T01:58:16.940Z","action":"add","path":".sinapse-ai/development/agents/sprint-lead/MEMORY.md","trigger":"watcher"}
|
|
58
|
+
{"timestamp":"2026-03-25T01:58:16.940Z","action":"change","path":".sinapse-ai/development/agents/squad-creator.md","trigger":"watcher"}
|
|
59
|
+
{"timestamp":"2026-03-25T01:58:16.941Z","action":"change","path":".sinapse-ai/development/agents/ux-design-expert.md","trigger":"watcher"}
|
|
60
|
+
{"timestamp":"2026-03-25T01:58:16.941Z","action":"change","path":".sinapse-ai/development/checklists/brownfield-compatibility-checklist.md","trigger":"watcher"}
|
|
61
|
+
{"timestamp":"2026-03-25T01:58:16.941Z","action":"change","path":".sinapse-ai/development/checklists/memory-audit-checklist.md","trigger":"watcher"}
|
|
62
|
+
{"timestamp":"2026-03-25T01:58:16.941Z","action":"change","path":".sinapse-ai/development/scripts/agent-config-loader.js","trigger":"watcher"}
|
|
63
|
+
{"timestamp":"2026-03-25T01:58:16.941Z","action":"change","path":".sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js","trigger":"watcher"}
|
|
64
|
+
{"timestamp":"2026-03-25T01:58:16.942Z","action":"change","path":".sinapse-ai/development/scripts/audit-agent-config.js","trigger":"watcher"}
|
|
65
|
+
{"timestamp":"2026-03-25T01:58:16.942Z","action":"change","path":".sinapse-ai/development/scripts/batch-update-agents-session-context.js","trigger":"watcher"}
|
|
66
|
+
{"timestamp":"2026-03-25T01:58:16.942Z","action":"change","path":".sinapse-ai/development/scripts/dev-context-loader.js","trigger":"watcher"}
|
|
67
|
+
{"timestamp":"2026-03-25T01:58:16.942Z","action":"change","path":".sinapse-ai/development/scripts/populate-entity-registry.js","trigger":"watcher"}
|
|
68
|
+
{"timestamp":"2026-03-25T01:58:16.943Z","action":"change","path":".sinapse-ai/development/scripts/test-greeting-system.js","trigger":"watcher"}
|
|
69
|
+
{"timestamp":"2026-03-25T01:58:16.943Z","action":"change","path":".sinapse-ai/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
70
|
+
{"timestamp":"2026-03-25T01:58:16.943Z","action":"change","path":".sinapse-ai/development/scripts/verify-workflow-gaps.js","trigger":"watcher"}
|
|
71
|
+
{"timestamp":"2026-03-25T01:58:16.943Z","action":"change","path":".sinapse-ai/development/tasks/analyze-cross-artifact.md","trigger":"watcher"}
|
|
72
|
+
{"timestamp":"2026-03-25T01:58:16.944Z","action":"change","path":".sinapse-ai/development/tasks/analyze-project-structure.md","trigger":"watcher"}
|
|
73
|
+
{"timestamp":"2026-03-25T01:58:16.944Z","action":"change","path":".sinapse-ai/development/tasks/apply-qa-fixes.md","trigger":"watcher"}
|
|
74
|
+
{"timestamp":"2026-03-25T01:58:16.944Z","action":"change","path":".sinapse-ai/development/tasks/architect-analyze-impact.md","trigger":"watcher"}
|
|
75
|
+
{"timestamp":"2026-03-25T01:58:16.945Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-epic.md","trigger":"watcher"}
|
|
76
|
+
{"timestamp":"2026-03-25T01:58:16.946Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-story.md","trigger":"watcher"}
|
|
77
|
+
{"timestamp":"2026-03-25T01:58:16.946Z","action":"change","path":".sinapse-ai/development/tasks/build-autonomous.md","trigger":"watcher"}
|
|
78
|
+
{"timestamp":"2026-03-25T01:58:16.946Z","action":"change","path":".sinapse-ai/development/tasks/cleanup-utilities.md","trigger":"watcher"}
|
|
79
|
+
{"timestamp":"2026-03-25T01:58:16.946Z","action":"change","path":".sinapse-ai/development/tasks/create-agent.md","trigger":"watcher"}
|
|
80
|
+
{"timestamp":"2026-03-25T01:58:16.947Z","action":"change","path":".sinapse-ai/development/tasks/create-brownfield-story.md","trigger":"watcher"}
|
|
81
|
+
{"timestamp":"2026-03-25T01:58:16.947Z","action":"change","path":".sinapse-ai/development/tasks/create-next-story.md","trigger":"watcher"}
|
|
82
|
+
{"timestamp":"2026-03-25T01:58:16.947Z","action":"change","path":".sinapse-ai/development/tasks/create-service.md","trigger":"watcher"}
|
|
83
|
+
{"timestamp":"2026-03-25T01:58:16.947Z","action":"change","path":".sinapse-ai/development/tasks/create-suite.md","trigger":"watcher"}
|
|
84
|
+
{"timestamp":"2026-03-25T01:58:16.947Z","action":"change","path":".sinapse-ai/development/tasks/dev-backlog-debt.md","trigger":"watcher"}
|
|
85
|
+
{"timestamp":"2026-03-25T01:58:16.948Z","action":"change","path":".sinapse-ai/development/tasks/dev-develop-story.md","trigger":"watcher"}
|
|
86
|
+
{"timestamp":"2026-03-25T01:58:16.948Z","action":"change","path":".sinapse-ai/development/tasks/environment-bootstrap.md","trigger":"watcher"}
|
|
87
|
+
{"timestamp":"2026-03-25T01:58:16.948Z","action":"change","path":".sinapse-ai/development/tasks/execute-checklist.md","trigger":"watcher"}
|
|
88
|
+
{"timestamp":"2026-03-25T01:58:16.950Z","action":"change","path":".sinapse-ai/development/tasks/execute-epic-plan.md","trigger":"watcher"}
|
|
89
|
+
{"timestamp":"2026-03-25T01:58:16.950Z","action":"change","path":".sinapse-ai/development/tasks/extract-patterns.md","trigger":"watcher"}
|
|
90
|
+
{"timestamp":"2026-03-25T01:58:16.950Z","action":"change","path":".sinapse-ai/development/tasks/facilitate-brainstorming-session.md","trigger":"watcher"}
|
|
91
|
+
{"timestamp":"2026-03-25T01:58:16.950Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-github-pr-automation.md","trigger":"watcher"}
|
|
92
|
+
{"timestamp":"2026-03-25T01:58:16.951Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md","trigger":"watcher"}
|
|
93
|
+
{"timestamp":"2026-03-25T01:58:16.951Z","action":"change","path":".sinapse-ai/development/tasks/ids-governor.md","trigger":"watcher"}
|
|
94
|
+
{"timestamp":"2026-03-25T01:58:16.951Z","action":"change","path":".sinapse-ai/development/tasks/next.md","trigger":"watcher"}
|
|
95
|
+
{"timestamp":"2026-03-25T01:58:16.951Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-resume.md","trigger":"watcher"}
|
|
96
|
+
{"timestamp":"2026-03-25T01:58:16.952Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-status.md","trigger":"watcher"}
|
|
97
|
+
{"timestamp":"2026-03-25T01:58:16.952Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-stop.md","trigger":"watcher"}
|
|
98
|
+
{"timestamp":"2026-03-25T01:58:16.952Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate.md","trigger":"watcher"}
|
|
99
|
+
{"timestamp":"2026-03-25T01:58:16.952Z","action":"change","path":".sinapse-ai/development/tasks/patterns.md","trigger":"watcher"}
|
|
100
|
+
{"timestamp":"2026-03-25T01:58:16.953Z","action":"change","path":".sinapse-ai/development/tasks/plan-create-context.md","trigger":"watcher"}
|
|
101
|
+
{"timestamp":"2026-03-25T01:58:16.953Z","action":"change","path":".sinapse-ai/development/tasks/plan-execute-subtask.md","trigger":"watcher"}
|
|
102
|
+
{"timestamp":"2026-03-25T01:58:16.953Z","action":"change","path":".sinapse-ai/development/tasks/po-close-story.md","trigger":"watcher"}
|
|
103
|
+
{"timestamp":"2026-03-25T01:58:16.953Z","action":"change","path":".sinapse-ai/development/tasks/project-status.md","trigger":"watcher"}
|
|
104
|
+
{"timestamp":"2026-03-25T01:58:16.954Z","action":"change","path":".sinapse-ai/development/tasks/qa-after-creation.md","trigger":"watcher"}
|
|
105
|
+
{"timestamp":"2026-03-25T01:58:16.954Z","action":"change","path":".sinapse-ai/development/tasks/qa-backlog-add-followup.md","trigger":"watcher"}
|
|
106
|
+
{"timestamp":"2026-03-25T01:58:16.954Z","action":"change","path":".sinapse-ai/development/tasks/qa-create-fix-request.md","trigger":"watcher"}
|
|
107
|
+
{"timestamp":"2026-03-25T01:58:16.954Z","action":"change","path":".sinapse-ai/development/tasks/qa-evidence-requirements.md","trigger":"watcher"}
|
|
108
|
+
{"timestamp":"2026-03-25T01:58:16.954Z","action":"change","path":".sinapse-ai/development/tasks/qa-false-positive-detection.md","trigger":"watcher"}
|
|
109
|
+
{"timestamp":"2026-03-25T01:58:16.955Z","action":"change","path":".sinapse-ai/development/tasks/qa-fix-issues.md","trigger":"watcher"}
|
|
110
|
+
{"timestamp":"2026-03-25T01:58:16.955Z","action":"change","path":".sinapse-ai/development/tasks/qa-gate.md","trigger":"watcher"}
|
|
111
|
+
{"timestamp":"2026-03-25T01:58:16.955Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-build.md","trigger":"watcher"}
|
|
112
|
+
{"timestamp":"2026-03-25T01:58:16.955Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-story.md","trigger":"watcher"}
|
|
113
|
+
{"timestamp":"2026-03-25T01:58:16.956Z","action":"change","path":".sinapse-ai/development/tasks/qa-run-tests.md","trigger":"watcher"}
|
|
114
|
+
{"timestamp":"2026-03-25T01:58:16.956Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow-engine.md","trigger":"watcher"}
|
|
115
|
+
{"timestamp":"2026-03-25T01:58:16.957Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow.md","trigger":"watcher"}
|
|
116
|
+
{"timestamp":"2026-03-25T01:58:16.957Z","action":"change","path":".sinapse-ai/development/tasks/security-scan.md","trigger":"watcher"}
|
|
117
|
+
{"timestamp":"2026-03-25T01:58:16.957Z","action":"change","path":".sinapse-ai/development/tasks/setup-llm-routing.md","trigger":"watcher"}
|
|
118
|
+
{"timestamp":"2026-03-25T01:58:16.957Z","action":"change","path":".sinapse-ai/development/tasks/spec-critique.md","trigger":"watcher"}
|
|
119
|
+
{"timestamp":"2026-03-25T01:58:16.958Z","action":"change","path":".sinapse-ai/development/tasks/spec-gather-requirements.md","trigger":"watcher"}
|
|
120
|
+
{"timestamp":"2026-03-25T01:58:16.958Z","action":"change","path":".sinapse-ai/development/tasks/spec-write-spec.md","trigger":"watcher"}
|
|
121
|
+
{"timestamp":"2026-03-25T01:58:16.959Z","action":"change","path":".sinapse-ai/development/tasks/story-checkpoint.md","trigger":"watcher"}
|
|
122
|
+
{"timestamp":"2026-03-25T01:58:16.959Z","action":"change","path":".sinapse-ai/development/tasks/sync-registry-intel.md","trigger":"watcher"}
|
|
123
|
+
{"timestamp":"2026-03-25T01:58:16.959Z","action":"change","path":".sinapse-ai/development/tasks/validate-agents.md","trigger":"watcher"}
|
|
124
|
+
{"timestamp":"2026-03-25T01:58:16.960Z","action":"change","path":".sinapse-ai/development/tasks/validate-next-story.md","trigger":"watcher"}
|
|
125
|
+
{"timestamp":"2026-03-25T01:58:16.960Z","action":"change","path":".sinapse-ai/development/tasks/validate-workflow.md","trigger":"watcher"}
|
|
126
|
+
{"timestamp":"2026-03-25T01:58:16.960Z","action":"change","path":".sinapse-ai/development/tasks/verify-subtask.md","trigger":"watcher"}
|
|
127
|
+
{"timestamp":"2026-03-25T01:58:16.960Z","action":"change","path":".sinapse-ai/development/workflows/auto-worktree.yaml","trigger":"watcher"}
|
|
128
|
+
{"timestamp":"2026-03-25T01:58:16.960Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-discovery.yaml","trigger":"watcher"}
|
|
129
|
+
{"timestamp":"2026-03-25T01:58:16.961Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-fullstack.yaml","trigger":"watcher"}
|
|
130
|
+
{"timestamp":"2026-03-25T01:58:16.961Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-service.yaml","trigger":"watcher"}
|
|
131
|
+
{"timestamp":"2026-03-25T01:58:16.961Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-ui.yaml","trigger":"watcher"}
|
|
132
|
+
{"timestamp":"2026-03-25T01:58:16.961Z","action":"change","path":".sinapse-ai/development/workflows/development-cycle.yaml","trigger":"watcher"}
|
|
133
|
+
{"timestamp":"2026-03-25T01:58:16.962Z","action":"change","path":".sinapse-ai/development/workflows/epic-orchestration.yaml","trigger":"watcher"}
|
|
134
|
+
{"timestamp":"2026-03-25T01:58:16.962Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-fullstack.yaml","trigger":"watcher"}
|
|
135
|
+
{"timestamp":"2026-03-25T01:58:16.962Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-service.yaml","trigger":"watcher"}
|
|
136
|
+
{"timestamp":"2026-03-25T01:58:16.962Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-ui.yaml","trigger":"watcher"}
|
|
137
|
+
{"timestamp":"2026-03-25T01:58:16.962Z","action":"change","path":".sinapse-ai/development/workflows/qa-loop.yaml","trigger":"watcher"}
|
|
138
|
+
{"timestamp":"2026-03-25T01:58:16.963Z","action":"change","path":".sinapse-ai/development/workflows/spec-pipeline.yaml","trigger":"watcher"}
|
|
139
|
+
{"timestamp":"2026-03-25T01:58:16.963Z","action":"change","path":".sinapse-ai/development/workflows/story-development-cycle.yaml","trigger":"watcher"}
|
|
140
|
+
{"timestamp":"2026-03-25T01:58:16.963Z","action":"change","path":".sinapse-ai/infrastructure/scripts/config-loader.js","trigger":"watcher"}
|
|
141
|
+
{"timestamp":"2026-03-25T01:58:16.963Z","action":"change","path":".sinapse-ai/infrastructure/scripts/gotchas-documenter.js","trigger":"watcher"}
|
|
142
|
+
{"timestamp":"2026-03-25T01:58:16.964Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js","trigger":"watcher"}
|
|
143
|
+
{"timestamp":"2026-03-25T01:58:16.964Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/index.js","trigger":"watcher"}
|
|
144
|
+
{"timestamp":"2026-03-25T01:58:16.964Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js","trigger":"watcher"}
|
|
145
|
+
{"timestamp":"2026-03-25T01:58:16.964Z","action":"change","path":".sinapse-ai/infrastructure/scripts/migrate-agent.js","trigger":"watcher"}
|
|
146
|
+
{"timestamp":"2026-03-25T01:58:16.965Z","action":"change","path":".sinapse-ai/infrastructure/scripts/performance-tracker.js","trigger":"watcher"}
|
|
147
|
+
{"timestamp":"2026-03-25T01:58:16.965Z","action":"change","path":".sinapse-ai/infrastructure/scripts/qa-report-generator.js","trigger":"watcher"}
|
|
148
|
+
{"timestamp":"2026-03-25T01:58:16.965Z","action":"change","path":".sinapse-ai/infrastructure/scripts/recovery-tracker.js","trigger":"watcher"}
|
|
149
|
+
{"timestamp":"2026-03-25T01:58:16.965Z","action":"change","path":".sinapse-ai/infrastructure/scripts/rollback-manager.js","trigger":"watcher"}
|
|
150
|
+
{"timestamp":"2026-03-25T01:58:16.965Z","action":"change","path":".sinapse-ai/product/checklists/self-critique-checklist.md","trigger":"watcher"}
|
|
151
|
+
{"timestamp":"2026-03-25T01:58:16.966Z","action":"change","path":".sinapse-ai/product/checklists/story-draft-checklist.md","trigger":"watcher"}
|
|
152
|
+
{"timestamp":"2026-03-25T01:58:16.966Z","action":"change","path":".sinapse-ai/product/templates/command-rationalization-matrix.md","trigger":"watcher"}
|
|
153
|
+
{"timestamp":"2026-03-25T01:58:16.966Z","action":"change","path":".sinapse-ai/product/templates/design-story-tmpl.yaml","trigger":"watcher"}
|
|
154
|
+
{"timestamp":"2026-03-25T01:58:16.966Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/antigravity-rules.md","trigger":"watcher"}
|
|
155
|
+
{"timestamp":"2026-03-25T01:58:16.967Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
|
|
156
|
+
{"timestamp":"2026-03-25T01:58:16.967Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
|
|
157
|
+
{"timestamp":"2026-03-25T01:58:16.967Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/cursor-rules.md","trigger":"watcher"}
|
|
158
|
+
{"timestamp":"2026-03-25T01:58:16.967Z","action":"change","path":".sinapse-ai/product/templates/personalized-agent-template.md","trigger":"watcher"}
|
|
159
|
+
{"timestamp":"2026-03-25T01:58:16.967Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template.md","trigger":"watcher"}
|
|
160
|
+
{"timestamp":"2026-03-25T01:58:16.968Z","action":"change","path":".sinapse-ai/product/templates/personalized-template-file.yaml","trigger":"watcher"}
|
|
161
|
+
{"timestamp":"2026-03-25T01:58:16.968Z","action":"change","path":".sinapse-ai/product/templates/personalized-workflow-template.yaml","trigger":"watcher"}
|
|
162
|
+
{"timestamp":"2026-03-25T01:58:16.968Z","action":"change","path":".sinapse-ai/product/templates/story-tmpl.yaml","trigger":"watcher"}
|
|
163
|
+
{"timestamp":"2026-03-25T01:58:42.606Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/dev-helper.js","trigger":"watcher"}
|
|
164
|
+
{"timestamp":"2026-03-25T01:58:42.607Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/qa-helper.js","trigger":"watcher"}
|
|
165
|
+
{"timestamp":"2026-03-25T01:58:42.607Z","action":"change","path":".sinapse-ai/core/code-intel/helpers/story-helper.js","trigger":"watcher"}
|
|
166
|
+
{"timestamp":"2026-03-25T01:58:42.607Z","action":"change","path":".sinapse-ai/core/config/config-loader.js","trigger":"watcher"}
|
|
167
|
+
{"timestamp":"2026-03-25T01:58:42.607Z","action":"change","path":".sinapse-ai/core/docs/session-update-pattern.md","trigger":"watcher"}
|
|
168
|
+
{"timestamp":"2026-03-25T01:58:42.608Z","action":"change","path":".sinapse-ai/core/ids/framework-governor.js","trigger":"watcher"}
|
|
169
|
+
{"timestamp":"2026-03-25T01:58:42.608Z","action":"change","path":".sinapse-ai/core/ids/index.js","trigger":"watcher"}
|
|
170
|
+
{"timestamp":"2026-03-25T01:58:42.608Z","action":"change","path":".sinapse-ai/core/memory/gotchas-memory.js","trigger":"watcher"}
|
|
171
|
+
{"timestamp":"2026-03-25T01:58:42.609Z","action":"change","path":".sinapse-ai/core/orchestration/agent-invoker.js","trigger":"watcher"}
|
|
172
|
+
{"timestamp":"2026-03-25T01:58:42.609Z","action":"change","path":".sinapse-ai/core/orchestration/bob-surface-criteria.yaml","trigger":"watcher"}
|
|
173
|
+
{"timestamp":"2026-03-25T01:58:42.609Z","action":"change","path":".sinapse-ai/core/orchestration/executor-assignment.js","trigger":"watcher"}
|
|
174
|
+
{"timestamp":"2026-03-25T01:58:42.610Z","action":"change","path":".sinapse-ai/core/orchestration/executors/epic-6-executor.js","trigger":"watcher"}
|
|
175
|
+
{"timestamp":"2026-03-25T01:58:42.610Z","action":"change","path":".sinapse-ai/core/orchestration/executors/epic-executor.js","trigger":"watcher"}
|
|
176
|
+
{"timestamp":"2026-03-25T01:58:42.610Z","action":"change","path":".sinapse-ai/core/orchestration/greenfield-handler.js","trigger":"watcher"}
|
|
177
|
+
{"timestamp":"2026-03-25T01:58:42.611Z","action":"change","path":".sinapse-ai/core/orchestration/master-orchestrator.js","trigger":"watcher"}
|
|
178
|
+
{"timestamp":"2026-03-25T01:58:42.611Z","action":"change","path":".sinapse-ai/core/orchestration/skill-dispatcher.js","trigger":"watcher"}
|
|
179
|
+
{"timestamp":"2026-03-25T01:58:42.611Z","action":"change","path":".sinapse-ai/core/orchestration/workflow-executor.js","trigger":"watcher"}
|
|
180
|
+
{"timestamp":"2026-03-25T01:58:42.611Z","action":"change","path":".sinapse-ai/core/quality-gates/layer2-pr-automation.js","trigger":"watcher"}
|
|
181
|
+
{"timestamp":"2026-03-25T01:58:42.612Z","action":"change","path":".sinapse-ai/core/quality-gates/layer3-human-review.js","trigger":"watcher"}
|
|
182
|
+
{"timestamp":"2026-03-25T01:58:42.612Z","action":"change","path":".sinapse-ai/core/quality-gates/quality-gate-config.yaml","trigger":"watcher"}
|
|
183
|
+
{"timestamp":"2026-03-25T01:58:42.612Z","action":"change","path":".sinapse-ai/core/session/context-loader.js","trigger":"watcher"}
|
|
184
|
+
{"timestamp":"2026-03-25T01:58:42.613Z","action":"change","path":".sinapse-ai/data/agent-config-requirements.yaml","trigger":"watcher"}
|
|
185
|
+
{"timestamp":"2026-03-25T01:58:42.613Z","action":"change","path":".sinapse-ai/data/sinapse-kb.md","trigger":"watcher"}
|
|
186
|
+
{"timestamp":"2026-03-25T01:58:42.614Z","action":"change","path":".sinapse-ai/data/tech-presets/csharp.md","trigger":"watcher"}
|
|
187
|
+
{"timestamp":"2026-03-25T01:58:42.615Z","action":"change","path":".sinapse-ai/data/tech-presets/go.md","trigger":"watcher"}
|
|
188
|
+
{"timestamp":"2026-03-25T01:58:42.615Z","action":"change","path":".sinapse-ai/data/tech-presets/java.md","trigger":"watcher"}
|
|
189
|
+
{"timestamp":"2026-03-25T01:58:42.615Z","action":"change","path":".sinapse-ai/data/tech-presets/nextjs-react.md","trigger":"watcher"}
|
|
190
|
+
{"timestamp":"2026-03-25T01:58:42.615Z","action":"change","path":".sinapse-ai/data/tech-presets/php.md","trigger":"watcher"}
|
|
191
|
+
{"timestamp":"2026-03-25T01:58:42.616Z","action":"change","path":".sinapse-ai/data/tech-presets/rust.md","trigger":"watcher"}
|
|
192
|
+
{"timestamp":"2026-03-25T01:58:42.616Z","action":"change","path":".sinapse-ai/data/technical-preferences.md","trigger":"watcher"}
|
|
193
|
+
{"timestamp":"2026-03-25T01:58:42.616Z","action":"change","path":".sinapse-ai/data/workflow-chains.yaml","trigger":"watcher"}
|
|
194
|
+
{"timestamp":"2026-03-25T01:58:42.617Z","action":"change","path":".sinapse-ai/development/agents/analyst.md","trigger":"watcher"}
|
|
195
|
+
{"timestamp":"2026-03-25T01:58:42.617Z","action":"change","path":".sinapse-ai/development/agents/architect.md","trigger":"watcher"}
|
|
196
|
+
{"timestamp":"2026-03-25T01:58:42.617Z","action":"change","path":".sinapse-ai/development/agents/data-engineer.md","trigger":"watcher"}
|
|
197
|
+
{"timestamp":"2026-03-25T01:58:42.617Z","action":"change","path":".sinapse-ai/development/agents/developer.md","trigger":"watcher"}
|
|
198
|
+
{"timestamp":"2026-03-25T01:58:42.618Z","action":"change","path":".sinapse-ai/development/agents/developer/MEMORY.md","trigger":"watcher"}
|
|
199
|
+
{"timestamp":"2026-03-25T01:58:42.618Z","action":"change","path":".sinapse-ai/development/agents/devops.md","trigger":"watcher"}
|
|
200
|
+
{"timestamp":"2026-03-25T01:58:42.619Z","action":"unlink","path":".sinapse-ai/development/agents/pm.md","trigger":"watcher"}
|
|
201
|
+
{"timestamp":"2026-03-25T01:58:42.619Z","action":"unlink","path":".sinapse-ai/development/agents/po.md","trigger":"watcher"}
|
|
202
|
+
{"timestamp":"2026-03-25T01:58:42.620Z","action":"change","path":".sinapse-ai/development/agents/product-lead.md","trigger":"watcher"}
|
|
203
|
+
{"timestamp":"2026-03-25T01:58:42.620Z","action":"change","path":".sinapse-ai/development/agents/product-lead/MEMORY.md","trigger":"watcher"}
|
|
204
|
+
{"timestamp":"2026-03-25T01:58:42.620Z","action":"change","path":".sinapse-ai/development/agents/project-lead.md","trigger":"watcher"}
|
|
205
|
+
{"timestamp":"2026-03-25T01:58:42.620Z","action":"change","path":".sinapse-ai/development/agents/project-lead/MEMORY.md","trigger":"watcher"}
|
|
206
|
+
{"timestamp":"2026-03-25T01:58:42.621Z","action":"change","path":".sinapse-ai/development/agents/quality-gate.md","trigger":"watcher"}
|
|
207
|
+
{"timestamp":"2026-03-25T01:58:42.621Z","action":"change","path":".sinapse-ai/development/agents/quality-gate/MEMORY.md","trigger":"watcher"}
|
|
208
|
+
{"timestamp":"2026-03-25T01:58:42.621Z","action":"change","path":".sinapse-ai/development/agents/sinapse-orqx.md","trigger":"watcher"}
|
|
209
|
+
{"timestamp":"2026-03-25T01:58:42.621Z","action":"unlink","path":".sinapse-ai/development/agents/sm.md","trigger":"watcher"}
|
|
210
|
+
{"timestamp":"2026-03-25T01:58:42.622Z","action":"change","path":".sinapse-ai/development/agents/sprint-lead.md","trigger":"watcher"}
|
|
211
|
+
{"timestamp":"2026-03-25T01:58:42.622Z","action":"change","path":".sinapse-ai/development/agents/sprint-lead/MEMORY.md","trigger":"watcher"}
|
|
212
|
+
{"timestamp":"2026-03-25T01:58:42.622Z","action":"change","path":".sinapse-ai/development/agents/squad-creator.md","trigger":"watcher"}
|
|
213
|
+
{"timestamp":"2026-03-25T01:58:42.623Z","action":"change","path":".sinapse-ai/development/agents/ux-design-expert.md","trigger":"watcher"}
|
|
214
|
+
{"timestamp":"2026-03-25T01:58:42.623Z","action":"change","path":".sinapse-ai/development/checklists/brownfield-compatibility-checklist.md","trigger":"watcher"}
|
|
215
|
+
{"timestamp":"2026-03-25T01:58:42.623Z","action":"change","path":".sinapse-ai/development/checklists/memory-audit-checklist.md","trigger":"watcher"}
|
|
216
|
+
{"timestamp":"2026-03-25T01:58:42.623Z","action":"change","path":".sinapse-ai/development/scripts/agent-config-loader.js","trigger":"watcher"}
|
|
217
|
+
{"timestamp":"2026-03-25T01:58:42.623Z","action":"change","path":".sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js","trigger":"watcher"}
|
|
218
|
+
{"timestamp":"2026-03-25T01:58:42.624Z","action":"change","path":".sinapse-ai/development/scripts/audit-agent-config.js","trigger":"watcher"}
|
|
219
|
+
{"timestamp":"2026-03-25T01:58:42.624Z","action":"change","path":".sinapse-ai/development/scripts/batch-update-agents-session-context.js","trigger":"watcher"}
|
|
220
|
+
{"timestamp":"2026-03-25T01:58:42.624Z","action":"change","path":".sinapse-ai/development/scripts/dev-context-loader.js","trigger":"watcher"}
|
|
221
|
+
{"timestamp":"2026-03-25T01:58:42.624Z","action":"change","path":".sinapse-ai/development/scripts/populate-entity-registry.js","trigger":"watcher"}
|
|
222
|
+
{"timestamp":"2026-03-25T01:58:42.625Z","action":"change","path":".sinapse-ai/development/scripts/test-greeting-system.js","trigger":"watcher"}
|
|
223
|
+
{"timestamp":"2026-03-25T01:58:42.625Z","action":"change","path":".sinapse-ai/development/scripts/unified-activation-pipeline.js","trigger":"watcher"}
|
|
224
|
+
{"timestamp":"2026-03-25T01:58:42.625Z","action":"change","path":".sinapse-ai/development/scripts/verify-workflow-gaps.js","trigger":"watcher"}
|
|
225
|
+
{"timestamp":"2026-03-25T01:58:42.625Z","action":"change","path":".sinapse-ai/development/tasks/analyze-cross-artifact.md","trigger":"watcher"}
|
|
226
|
+
{"timestamp":"2026-03-25T01:58:42.626Z","action":"change","path":".sinapse-ai/development/tasks/analyze-project-structure.md","trigger":"watcher"}
|
|
227
|
+
{"timestamp":"2026-03-25T01:58:42.626Z","action":"change","path":".sinapse-ai/development/tasks/apply-qa-fixes.md","trigger":"watcher"}
|
|
228
|
+
{"timestamp":"2026-03-25T01:58:42.626Z","action":"change","path":".sinapse-ai/development/tasks/architect-analyze-impact.md","trigger":"watcher"}
|
|
229
|
+
{"timestamp":"2026-03-25T01:58:42.626Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-epic.md","trigger":"watcher"}
|
|
230
|
+
{"timestamp":"2026-03-25T01:58:42.627Z","action":"change","path":".sinapse-ai/development/tasks/brownfield-create-story.md","trigger":"watcher"}
|
|
231
|
+
{"timestamp":"2026-03-25T01:58:42.627Z","action":"change","path":".sinapse-ai/development/tasks/build-autonomous.md","trigger":"watcher"}
|
|
232
|
+
{"timestamp":"2026-03-25T01:58:42.627Z","action":"change","path":".sinapse-ai/development/tasks/cleanup-utilities.md","trigger":"watcher"}
|
|
233
|
+
{"timestamp":"2026-03-25T01:58:42.627Z","action":"change","path":".sinapse-ai/development/tasks/create-agent.md","trigger":"watcher"}
|
|
234
|
+
{"timestamp":"2026-03-25T01:58:42.628Z","action":"change","path":".sinapse-ai/development/tasks/create-brownfield-story.md","trigger":"watcher"}
|
|
235
|
+
{"timestamp":"2026-03-25T01:58:42.628Z","action":"change","path":".sinapse-ai/development/tasks/create-next-story.md","trigger":"watcher"}
|
|
236
|
+
{"timestamp":"2026-03-25T01:58:42.628Z","action":"change","path":".sinapse-ai/development/tasks/create-service.md","trigger":"watcher"}
|
|
237
|
+
{"timestamp":"2026-03-25T01:58:42.629Z","action":"change","path":".sinapse-ai/development/tasks/create-suite.md","trigger":"watcher"}
|
|
238
|
+
{"timestamp":"2026-03-25T01:58:42.629Z","action":"change","path":".sinapse-ai/development/tasks/dev-backlog-debt.md","trigger":"watcher"}
|
|
239
|
+
{"timestamp":"2026-03-25T01:58:42.629Z","action":"change","path":".sinapse-ai/development/tasks/dev-develop-story.md","trigger":"watcher"}
|
|
240
|
+
{"timestamp":"2026-03-25T01:58:42.629Z","action":"change","path":".sinapse-ai/development/tasks/environment-bootstrap.md","trigger":"watcher"}
|
|
241
|
+
{"timestamp":"2026-03-25T01:58:42.630Z","action":"change","path":".sinapse-ai/development/tasks/execute-checklist.md","trigger":"watcher"}
|
|
242
|
+
{"timestamp":"2026-03-25T01:58:42.630Z","action":"change","path":".sinapse-ai/development/tasks/execute-epic-plan.md","trigger":"watcher"}
|
|
243
|
+
{"timestamp":"2026-03-25T01:58:42.630Z","action":"change","path":".sinapse-ai/development/tasks/extract-patterns.md","trigger":"watcher"}
|
|
244
|
+
{"timestamp":"2026-03-25T01:58:42.630Z","action":"change","path":".sinapse-ai/development/tasks/facilitate-brainstorming-session.md","trigger":"watcher"}
|
|
245
|
+
{"timestamp":"2026-03-25T01:58:42.631Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-github-pr-automation.md","trigger":"watcher"}
|
|
246
|
+
{"timestamp":"2026-03-25T01:58:42.631Z","action":"change","path":".sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md","trigger":"watcher"}
|
|
247
|
+
{"timestamp":"2026-03-25T01:58:42.631Z","action":"change","path":".sinapse-ai/development/tasks/ids-governor.md","trigger":"watcher"}
|
|
248
|
+
{"timestamp":"2026-03-25T01:58:42.631Z","action":"change","path":".sinapse-ai/development/tasks/next.md","trigger":"watcher"}
|
|
249
|
+
{"timestamp":"2026-03-25T01:58:42.632Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-resume.md","trigger":"watcher"}
|
|
250
|
+
{"timestamp":"2026-03-25T01:58:42.632Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-status.md","trigger":"watcher"}
|
|
251
|
+
{"timestamp":"2026-03-25T01:58:42.632Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate-stop.md","trigger":"watcher"}
|
|
252
|
+
{"timestamp":"2026-03-25T01:58:42.632Z","action":"change","path":".sinapse-ai/development/tasks/orchestrate.md","trigger":"watcher"}
|
|
253
|
+
{"timestamp":"2026-03-25T01:58:42.632Z","action":"change","path":".sinapse-ai/development/tasks/patterns.md","trigger":"watcher"}
|
|
254
|
+
{"timestamp":"2026-03-25T01:58:42.633Z","action":"change","path":".sinapse-ai/development/tasks/plan-create-context.md","trigger":"watcher"}
|
|
255
|
+
{"timestamp":"2026-03-25T01:58:42.633Z","action":"change","path":".sinapse-ai/development/tasks/plan-execute-subtask.md","trigger":"watcher"}
|
|
256
|
+
{"timestamp":"2026-03-25T01:58:42.633Z","action":"change","path":".sinapse-ai/development/tasks/po-close-story.md","trigger":"watcher"}
|
|
257
|
+
{"timestamp":"2026-03-25T01:58:42.633Z","action":"change","path":".sinapse-ai/development/tasks/project-status.md","trigger":"watcher"}
|
|
258
|
+
{"timestamp":"2026-03-25T01:58:42.634Z","action":"change","path":".sinapse-ai/development/tasks/qa-after-creation.md","trigger":"watcher"}
|
|
259
|
+
{"timestamp":"2026-03-25T01:58:42.634Z","action":"change","path":".sinapse-ai/development/tasks/qa-backlog-add-followup.md","trigger":"watcher"}
|
|
260
|
+
{"timestamp":"2026-03-25T01:58:42.634Z","action":"change","path":".sinapse-ai/development/tasks/qa-create-fix-request.md","trigger":"watcher"}
|
|
261
|
+
{"timestamp":"2026-03-25T01:58:42.634Z","action":"change","path":".sinapse-ai/development/tasks/qa-evidence-requirements.md","trigger":"watcher"}
|
|
262
|
+
{"timestamp":"2026-03-25T01:58:42.635Z","action":"change","path":".sinapse-ai/development/tasks/qa-false-positive-detection.md","trigger":"watcher"}
|
|
263
|
+
{"timestamp":"2026-03-25T01:58:42.635Z","action":"change","path":".sinapse-ai/development/tasks/qa-fix-issues.md","trigger":"watcher"}
|
|
264
|
+
{"timestamp":"2026-03-25T01:58:42.635Z","action":"change","path":".sinapse-ai/development/tasks/qa-gate.md","trigger":"watcher"}
|
|
265
|
+
{"timestamp":"2026-03-25T01:58:42.635Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-build.md","trigger":"watcher"}
|
|
266
|
+
{"timestamp":"2026-03-25T01:58:42.635Z","action":"change","path":".sinapse-ai/development/tasks/qa-review-story.md","trigger":"watcher"}
|
|
267
|
+
{"timestamp":"2026-03-25T01:58:42.636Z","action":"change","path":".sinapse-ai/development/tasks/qa-run-tests.md","trigger":"watcher"}
|
|
268
|
+
{"timestamp":"2026-03-25T01:58:42.636Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow-engine.md","trigger":"watcher"}
|
|
269
|
+
{"timestamp":"2026-03-25T01:58:42.636Z","action":"change","path":".sinapse-ai/development/tasks/run-workflow.md","trigger":"watcher"}
|
|
270
|
+
{"timestamp":"2026-03-25T01:58:42.636Z","action":"change","path":".sinapse-ai/development/tasks/security-scan.md","trigger":"watcher"}
|
|
271
|
+
{"timestamp":"2026-03-25T01:58:42.637Z","action":"change","path":".sinapse-ai/development/tasks/setup-llm-routing.md","trigger":"watcher"}
|
|
272
|
+
{"timestamp":"2026-03-25T01:58:42.637Z","action":"change","path":".sinapse-ai/development/tasks/spec-critique.md","trigger":"watcher"}
|
|
273
|
+
{"timestamp":"2026-03-25T01:58:42.637Z","action":"change","path":".sinapse-ai/development/tasks/spec-gather-requirements.md","trigger":"watcher"}
|
|
274
|
+
{"timestamp":"2026-03-25T01:58:42.637Z","action":"change","path":".sinapse-ai/development/tasks/spec-write-spec.md","trigger":"watcher"}
|
|
275
|
+
{"timestamp":"2026-03-25T01:58:42.638Z","action":"change","path":".sinapse-ai/development/tasks/story-checkpoint.md","trigger":"watcher"}
|
|
276
|
+
{"timestamp":"2026-03-25T01:58:42.638Z","action":"change","path":".sinapse-ai/development/tasks/sync-registry-intel.md","trigger":"watcher"}
|
|
277
|
+
{"timestamp":"2026-03-25T01:58:42.638Z","action":"change","path":".sinapse-ai/development/tasks/validate-agents.md","trigger":"watcher"}
|
|
278
|
+
{"timestamp":"2026-03-25T01:58:42.638Z","action":"change","path":".sinapse-ai/development/tasks/validate-next-story.md","trigger":"watcher"}
|
|
279
|
+
{"timestamp":"2026-03-25T01:58:42.638Z","action":"change","path":".sinapse-ai/development/tasks/validate-workflow.md","trigger":"watcher"}
|
|
280
|
+
{"timestamp":"2026-03-25T01:58:42.639Z","action":"change","path":".sinapse-ai/development/tasks/verify-subtask.md","trigger":"watcher"}
|
|
281
|
+
{"timestamp":"2026-03-25T01:58:42.639Z","action":"change","path":".sinapse-ai/development/workflows/auto-worktree.yaml","trigger":"watcher"}
|
|
282
|
+
{"timestamp":"2026-03-25T01:58:42.639Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-discovery.yaml","trigger":"watcher"}
|
|
283
|
+
{"timestamp":"2026-03-25T01:58:42.640Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-fullstack.yaml","trigger":"watcher"}
|
|
284
|
+
{"timestamp":"2026-03-25T01:58:42.640Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-service.yaml","trigger":"watcher"}
|
|
285
|
+
{"timestamp":"2026-03-25T01:58:42.640Z","action":"change","path":".sinapse-ai/development/workflows/brownfield-ui.yaml","trigger":"watcher"}
|
|
286
|
+
{"timestamp":"2026-03-25T01:58:42.640Z","action":"change","path":".sinapse-ai/development/workflows/development-cycle.yaml","trigger":"watcher"}
|
|
287
|
+
{"timestamp":"2026-03-25T01:58:42.640Z","action":"change","path":".sinapse-ai/development/workflows/epic-orchestration.yaml","trigger":"watcher"}
|
|
288
|
+
{"timestamp":"2026-03-25T01:58:42.641Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-fullstack.yaml","trigger":"watcher"}
|
|
289
|
+
{"timestamp":"2026-03-25T01:58:42.641Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-service.yaml","trigger":"watcher"}
|
|
290
|
+
{"timestamp":"2026-03-25T01:58:42.641Z","action":"change","path":".sinapse-ai/development/workflows/greenfield-ui.yaml","trigger":"watcher"}
|
|
291
|
+
{"timestamp":"2026-03-25T01:58:42.641Z","action":"change","path":".sinapse-ai/development/workflows/qa-loop.yaml","trigger":"watcher"}
|
|
292
|
+
{"timestamp":"2026-03-25T01:58:42.642Z","action":"change","path":".sinapse-ai/development/workflows/spec-pipeline.yaml","trigger":"watcher"}
|
|
293
|
+
{"timestamp":"2026-03-25T01:58:42.642Z","action":"change","path":".sinapse-ai/development/workflows/story-development-cycle.yaml","trigger":"watcher"}
|
|
294
|
+
{"timestamp":"2026-03-25T01:58:42.642Z","action":"change","path":".sinapse-ai/infrastructure/scripts/config-loader.js","trigger":"watcher"}
|
|
295
|
+
{"timestamp":"2026-03-25T01:58:42.642Z","action":"change","path":".sinapse-ai/infrastructure/scripts/gotchas-documenter.js","trigger":"watcher"}
|
|
296
|
+
{"timestamp":"2026-03-25T01:58:42.643Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js","trigger":"watcher"}
|
|
297
|
+
{"timestamp":"2026-03-25T01:58:42.643Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/index.js","trigger":"watcher"}
|
|
298
|
+
{"timestamp":"2026-03-25T01:58:42.643Z","action":"change","path":".sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js","trigger":"watcher"}
|
|
299
|
+
{"timestamp":"2026-03-25T01:58:42.644Z","action":"change","path":".sinapse-ai/infrastructure/scripts/migrate-agent.js","trigger":"watcher"}
|
|
300
|
+
{"timestamp":"2026-03-25T01:58:42.644Z","action":"change","path":".sinapse-ai/infrastructure/scripts/performance-tracker.js","trigger":"watcher"}
|
|
301
|
+
{"timestamp":"2026-03-25T01:58:42.644Z","action":"change","path":".sinapse-ai/infrastructure/scripts/qa-report-generator.js","trigger":"watcher"}
|
|
302
|
+
{"timestamp":"2026-03-25T01:58:42.644Z","action":"change","path":".sinapse-ai/infrastructure/scripts/recovery-tracker.js","trigger":"watcher"}
|
|
303
|
+
{"timestamp":"2026-03-25T01:58:42.645Z","action":"change","path":".sinapse-ai/infrastructure/scripts/rollback-manager.js","trigger":"watcher"}
|
|
304
|
+
{"timestamp":"2026-03-25T01:58:42.645Z","action":"change","path":".sinapse-ai/product/checklists/self-critique-checklist.md","trigger":"watcher"}
|
|
305
|
+
{"timestamp":"2026-03-25T01:58:42.645Z","action":"change","path":".sinapse-ai/product/checklists/story-draft-checklist.md","trigger":"watcher"}
|
|
306
|
+
{"timestamp":"2026-03-25T01:58:42.645Z","action":"change","path":".sinapse-ai/product/templates/command-rationalization-matrix.md","trigger":"watcher"}
|
|
307
|
+
{"timestamp":"2026-03-25T01:58:42.646Z","action":"change","path":".sinapse-ai/product/templates/design-story-tmpl.yaml","trigger":"watcher"}
|
|
308
|
+
{"timestamp":"2026-03-25T01:58:42.646Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/antigravity-rules.md","trigger":"watcher"}
|
|
309
|
+
{"timestamp":"2026-03-25T01:58:42.646Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
|
|
310
|
+
{"timestamp":"2026-03-25T01:58:42.646Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
|
|
311
|
+
{"timestamp":"2026-03-25T01:58:42.647Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/cursor-rules.md","trigger":"watcher"}
|
|
312
|
+
{"timestamp":"2026-03-25T01:58:42.647Z","action":"change","path":".sinapse-ai/product/templates/personalized-agent-template.md","trigger":"watcher"}
|
|
313
|
+
{"timestamp":"2026-03-25T01:58:42.647Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template.md","trigger":"watcher"}
|
|
314
|
+
{"timestamp":"2026-03-25T01:58:42.647Z","action":"change","path":".sinapse-ai/product/templates/personalized-template-file.yaml","trigger":"watcher"}
|
|
315
|
+
{"timestamp":"2026-03-25T01:58:42.648Z","action":"change","path":".sinapse-ai/product/templates/personalized-workflow-template.yaml","trigger":"watcher"}
|
|
316
|
+
{"timestamp":"2026-03-25T01:58:42.648Z","action":"change","path":".sinapse-ai/product/templates/story-tmpl.yaml","trigger":"watcher"}
|
|
@@ -149,23 +149,23 @@ npx sinapse-ai install
|
|
|
149
149
|
- **Why it matters**: Dev agents are kept lean to maximize coding context
|
|
150
150
|
- **The principle**: "Dev agents code, planning agents plan" - mixing breaks this optimization
|
|
151
151
|
|
|
152
|
-
**About sinapse-
|
|
152
|
+
**About sinapse-orqx and sinapse-orchestrator**:
|
|
153
153
|
|
|
154
|
-
- **sinapse-
|
|
154
|
+
- **sinapse-orqx**: CAN do any task without switching agents, BUT...
|
|
155
155
|
- **Still use specialized agents for planning**: PM, Architect, and UX Expert have tuned personas that produce better results
|
|
156
156
|
- **Why specialization matters**: Each agent's personality and focus creates higher quality outputs
|
|
157
|
-
- **If using sinapse-
|
|
157
|
+
- **If using sinapse-orqx/orchestrator**: Fine for planning phases, but...
|
|
158
158
|
|
|
159
159
|
**CRITICAL RULE for Development**:
|
|
160
160
|
|
|
161
|
-
- **ALWAYS use SM agent for story creation** - Never use sinapse-
|
|
162
|
-
- **ALWAYS use Dev agent for implementation** - Never use sinapse-
|
|
161
|
+
- **ALWAYS use SM agent for story creation** - Never use sinapse-orqx or sinapse-orchestrator
|
|
162
|
+
- **ALWAYS use Dev agent for implementation** - Never use sinapse-orqx or sinapse-orchestrator
|
|
163
163
|
- **Why this matters**: SM and Dev agents are specifically optimized for the development workflow
|
|
164
|
-
- **No exceptions**: Even if using sinapse-
|
|
164
|
+
- **No exceptions**: Even if using sinapse-orqx for everything else, switch to SM → Dev for implementation
|
|
165
165
|
|
|
166
166
|
**Best Practice for IDE-Only**:
|
|
167
167
|
|
|
168
|
-
1. Use PM/Architect/UX agents for planning (better than sinapse-
|
|
168
|
+
1. Use PM/Architect/UX agents for planning (better than sinapse-orqx)
|
|
169
169
|
2. Create documents directly in project
|
|
170
170
|
3. Shard immediately after creation
|
|
171
171
|
4. **MUST switch to SM agent** for story creation
|
|
@@ -284,7 +284,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
|
|
|
284
284
|
| Agent | Role | Primary Functions | When to Use |
|
|
285
285
|
| ------------------- | ---------------- | ------------------------------------- | --------------------------------- |
|
|
286
286
|
| `sinapse-orchestrator` | Team Coordinator | Multi-agent workflows, role switching | Complex multi-role tasks |
|
|
287
|
-
| `sinapse-
|
|
287
|
+
| `sinapse-orqx` | Universal Expert | All capabilities without switching | Single-session comprehensive work |
|
|
288
288
|
|
|
289
289
|
### Agent Interaction Commands
|
|
290
290
|
|
|
@@ -292,8 +292,8 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing
|
|
|
292
292
|
|
|
293
293
|
**Agent Loading by IDE**:
|
|
294
294
|
|
|
295
|
-
- **Claude Code**: `/agent-name` (e.g., `/sinapse-
|
|
296
|
-
- **Cursor**: `@agent-name` (e.g., `@sinapse-
|
|
295
|
+
- **Claude Code**: `/agent-name` (e.g., `/sinapse-orqx`)
|
|
296
|
+
- **Cursor**: `@agent-name` (e.g., `@sinapse-orqx`)
|
|
297
297
|
- **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
|
|
298
298
|
|
|
299
299
|
**Chat Management Guidelines**:
|
|
@@ -472,7 +472,7 @@ that can handle [specific requirements]."
|
|
|
472
472
|
- Documents created by PM/Architect (in Web or IDE) MUST be sharded for development
|
|
473
473
|
- Two methods to shard:
|
|
474
474
|
a) **Manual**: Drag `shard-doc` task + document file into chat
|
|
475
|
-
b) **Agent**: Ask `@sinapse-
|
|
475
|
+
b) **Agent**: Ask `@sinapse-orqx` or `@po` to shard documents
|
|
476
476
|
- Shards `docs/prd.md` → `docs/prd/` folder
|
|
477
477
|
- Shards `docs/architecture.md` → `docs/architecture/` folder
|
|
478
478
|
- **WARNING**: Do NOT shard in Web UI - copying many small files is painful!
|
|
@@ -804,7 +804,7 @@ clickup:
|
|
|
804
804
|
|
|
805
805
|
### Performance Optimization
|
|
806
806
|
|
|
807
|
-
- Use specific agents vs. `sinapse-
|
|
807
|
+
- Use specific agents vs. `sinapse-orqx` for focused tasks
|
|
808
808
|
- Choose appropriate team size for project needs
|
|
809
809
|
- Leverage technical preferences for consistency
|
|
810
810
|
- Regular context management and cache clearing
|
|
@@ -812,7 +812,7 @@ clickup:
|
|
|
812
812
|
## Success Tips
|
|
813
813
|
|
|
814
814
|
- **Use Gemini for big picture planning** - The team-fullstack bundle provides collaborative expertise
|
|
815
|
-
- **Use sinapse-
|
|
815
|
+
- **Use sinapse-orqx for document organization** - Sharding creates manageable chunks
|
|
816
816
|
- **Follow the SM → Dev cycle religiously** - This ensures systematic progress
|
|
817
817
|
- **Keep conversations focused** - One agent, one task per conversation
|
|
818
818
|
- **Review everything** - Always review and approve before marking complete
|
|
@@ -438,8 +438,8 @@ app.MapPost("/orders", async (PlaceOrderRequest request, PlaceOrderHandler handl
|
|
|
438
438
|
### SINAPSE Commands
|
|
439
439
|
|
|
440
440
|
```bash
|
|
441
|
-
@
|
|
442
|
-
@
|
|
441
|
+
@developer "Follow the csharp preset patterns for this service"
|
|
442
|
+
@quality-gate "Validate async boundaries, validation, and persistence behavior"
|
|
443
443
|
```
|
|
444
444
|
|
|
445
445
|
---
|
|
@@ -485,8 +485,8 @@ func (h *Handler) PlaceOrder(w http.ResponseWriter, r *http.Request) {
|
|
|
485
485
|
### SINAPSE Commands
|
|
486
486
|
|
|
487
487
|
```bash
|
|
488
|
-
@
|
|
489
|
-
@
|
|
488
|
+
@developer "Follow the go preset patterns for this service"
|
|
489
|
+
@quality-gate "Validate coverage and integration boundaries using go preset"
|
|
490
490
|
```
|
|
491
491
|
|
|
492
492
|
---
|
|
@@ -469,8 +469,8 @@ public class OrdersController {
|
|
|
469
469
|
### SINAPSE Commands
|
|
470
470
|
|
|
471
471
|
```bash
|
|
472
|
-
@
|
|
473
|
-
@
|
|
472
|
+
@developer "Follow the java preset patterns for this service"
|
|
473
|
+
@quality-gate "Validate transactional integrity and adapter boundaries"
|
|
474
474
|
```
|
|
475
475
|
|
|
476
476
|
---
|
|
@@ -890,7 +890,7 @@ export { [feature]Service } from './services/[feature].service'
|
|
|
890
890
|
@architect *create-doc fullstack-architecture
|
|
891
891
|
|
|
892
892
|
# Reference this preset
|
|
893
|
-
@
|
|
893
|
+
@developer "Follow the nextjs-react preset patterns"
|
|
894
894
|
```
|
|
895
895
|
|
|
896
896
|
---
|
|
@@ -454,8 +454,8 @@ final class OrdersController
|
|
|
454
454
|
### SINAPSE Commands
|
|
455
455
|
|
|
456
456
|
```bash
|
|
457
|
-
@
|
|
458
|
-
@
|
|
457
|
+
@developer "Follow the php preset patterns for this feature"
|
|
458
|
+
@quality-gate "Validate form-request boundaries, action orchestration, and test coverage"
|
|
459
459
|
```
|
|
460
460
|
|
|
461
461
|
---
|
|
@@ -447,8 +447,8 @@ pub async fn create_order(
|
|
|
447
447
|
### SINAPSE Commands
|
|
448
448
|
|
|
449
449
|
```bash
|
|
450
|
-
@
|
|
451
|
-
@
|
|
450
|
+
@developer "Follow the rust preset patterns for this service"
|
|
451
|
+
@quality-gate "Validate clippy discipline, error mapping, and integration boundaries"
|
|
452
452
|
```
|
|
453
453
|
|
|
454
454
|
---
|
|
@@ -45,7 +45,7 @@ Each preset includes:
|
|
|
45
45
|
|
|
46
46
|
> **Current:** `nextjs-react` (Next.js 16+, React, TypeScript, Tailwind, Zustand)
|
|
47
47
|
|
|
48
|
-
The active preset is automatically loaded when @
|
|
48
|
+
The active preset is automatically loaded when @developer is activated. To change:
|
|
49
49
|
|
|
50
50
|
```yaml
|
|
51
51
|
# .sinapse-ai/core-config.yaml
|