@su-record/vibe 2.16.4 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +8 -8
- package/README.en.md +46 -29
- package/README.md +41 -24
- package/agents/acceptance-tester.md +56 -0
- package/agents/architect.md +25 -67
- package/agents/build-error-resolver.md +28 -97
- package/agents/code-reviewer.md +89 -0
- package/agents/diagrammer.md +34 -169
- package/agents/documenter.md +43 -0
- package/agents/e2e-tester.md +46 -281
- package/agents/event/event-ops.md +54 -77
- package/agents/event/event-planner.md +63 -0
- package/agents/figma/figma-engineer.md +76 -0
- package/agents/implementer.md +26 -41
- package/agents/security-reviewer.md +56 -0
- package/agents/tester.md +37 -33
- package/agents/ui/design-reviewer.md +62 -0
- package/agents/ui/design-system-gen.md +63 -0
- package/dist/cli/commands/remove.d.ts.map +1 -1
- package/dist/cli/commands/remove.js +8 -10
- package/dist/cli/commands/remove.js.map +1 -1
- package/dist/cli/index.d.ts +0 -4
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +0 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/llm/model-refresh.js +1 -1
- package/dist/cli/llm/model-refresh.js.map +1 -1
- package/dist/cli/postinstall/claude-agents.d.ts.map +1 -1
- package/dist/cli/postinstall/claude-agents.js +16 -77
- package/dist/cli/postinstall/claude-agents.js.map +1 -1
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +80 -296
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/cli/postinstall/cursor-agents.d.ts +5 -0
- package/dist/cli/postinstall/cursor-agents.d.ts.map +1 -1
- package/dist/cli/postinstall/cursor-agents.js +26 -68
- package/dist/cli/postinstall/cursor-agents.js.map +1 -1
- package/dist/cli/postinstall/cursor-skills.d.ts.map +1 -1
- package/dist/cli/postinstall/cursor-skills.js +26 -30
- package/dist/cli/postinstall/cursor-skills.js.map +1 -1
- package/dist/cli/postinstall/main.d.ts.map +1 -1
- package/dist/cli/postinstall/main.js +0 -2
- package/dist/cli/postinstall/main.js.map +1 -1
- package/dist/cli/setup/Provisioner.d.ts.map +1 -1
- package/dist/cli/setup/Provisioner.js +19 -21
- package/dist/cli/setup/Provisioner.js.map +1 -1
- package/dist/cli/utils.d.ts +4 -1
- package/dist/cli/utils.d.ts.map +1 -1
- package/dist/cli/utils.js +4 -1
- package/dist/cli/utils.js.map +1 -1
- package/dist/infra/lib/FrameworkDetector.js +4 -4
- package/dist/infra/lib/FrameworkDetector.js.map +1 -1
- package/dist/infra/lib/OrchestrateWorkflow.js +2 -2
- package/dist/infra/lib/OrchestrateWorkflow.js.map +1 -1
- package/dist/infra/lib/browser/launch.js +1 -1
- package/dist/infra/lib/browser/launch.js.map +1 -1
- package/dist/infra/lib/browser/types.d.ts +1 -1
- package/dist/infra/lib/browser/types.js +1 -1
- package/dist/infra/lib/constants.d.ts +1 -1
- package/dist/infra/lib/constants.d.ts.map +1 -1
- package/dist/infra/lib/constants.js +4 -5
- package/dist/infra/lib/constants.js.map +1 -1
- package/dist/infra/lib/evolution/__tests__/integration.test.js +7 -7
- package/dist/infra/lib/evolution/__tests__/integration.test.js.map +1 -1
- package/dist/infra/lib/memory/index.d.ts +0 -2
- package/dist/infra/lib/memory/index.d.ts.map +1 -1
- package/dist/infra/lib/memory/index.js +0 -2
- package/dist/infra/lib/memory/index.js.map +1 -1
- package/dist/infra/lib/telemetry/SkillTelemetry.test.js +1 -1
- package/dist/infra/lib/telemetry/SkillTelemetry.test.js.map +1 -1
- package/dist/tools/index.d.ts +0 -4
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +0 -4
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/memory/autoSaveContext.d.ts +0 -1
- package/dist/tools/memory/autoSaveContext.d.ts.map +1 -1
- package/dist/tools/memory/autoSaveContext.js +13 -27
- package/dist/tools/memory/autoSaveContext.js.map +1 -1
- package/hooks/scripts/__tests__/.vibe/command-log.txt +3 -78
- package/hooks/scripts/__tests__/.vibe/memories/memories.db +0 -0
- package/hooks/scripts/__tests__/.vibe/memories/memories.db-shm +0 -0
- package/hooks/scripts/__tests__/.vibe/memories/memories.db-wal +0 -0
- package/hooks/scripts/__tests__/clone-behaviors.test.js +64 -0
- package/hooks/scripts/__tests__/clone-merge-responsive.test.js +106 -0
- package/hooks/scripts/__tests__/code-check-detectors.test.js +2 -2
- package/hooks/scripts/__tests__/run-ledger.test.js +1 -1
- package/hooks/scripts/__tests__/scope-from-spec.test.js +12 -12
- package/hooks/scripts/__tests__/step-counter.test.js +1 -1
- package/hooks/scripts/clone-extract.js +242 -28
- package/hooks/scripts/clone-merge-responsive.js +184 -0
- package/hooks/scripts/clone-spec.js +33 -8
- package/hooks/scripts/clone-validate.js +15 -9
- package/hooks/scripts/code-check.js +16 -203
- package/hooks/scripts/context-save.js +0 -11
- package/hooks/scripts/lib/scope-from-spec.js +9 -6
- package/hooks/scripts/post-edit-dispatcher.js +1 -1
- package/hooks/scripts/prompt-dispatcher.js +7 -18
- package/hooks/scripts/session-start.js +25 -35
- package/package.json +6 -5
- package/skills/agents-md/SKILL.md +62 -15
- package/skills/arch-guard/SKILL.md +1 -1
- package/skills/brand-assets/SKILL.md +2 -2
- package/skills/capability-loop/SKILL.md +1 -1
- package/skills/chub-usage/SKILL.md +1 -1
- package/skills/clone/SKILL.md +132 -55
- package/skills/commerce-patterns/SKILL.md +2 -2
- package/skills/commit-push-pr/SKILL.md +0 -1
- package/skills/context7-usage/SKILL.md +1 -1
- package/skills/design-refine/SKILL.md +140 -0
- package/skills/{design-polish → design-refine}/templates/polish-report.md +1 -1
- package/skills/{design-normalize → design-refine}/templates/token-audit.md +3 -3
- package/skills/design-review/SKILL.md +143 -0
- package/skills/{design-audit → design-review}/agents/a11y-auditor.md +1 -1
- package/skills/{design-audit → design-review}/agents/performance-auditor.md +1 -1
- package/skills/{design-audit → design-review}/agents/responsive-auditor.md +1 -1
- package/skills/{design-audit → design-review}/agents/slop-detector.md +1 -1
- package/skills/{design-audit → design-review}/frameworks/core-web-vitals.md +1 -1
- package/skills/{design-audit → design-review}/frameworks/wcag-checklist.md +1 -1
- package/skills/{design-audit → design-review}/orchestrator.md +3 -3
- package/skills/{design-critique → design-review}/templates/critique-report.md +3 -3
- package/skills/{design-audit → design-review}/templates/report.md +3 -3
- package/skills/design-teach/SKILL.md +11 -11
- package/skills/docs/SKILL.md +14 -16
- package/skills/e2e-commerce/SKILL.md +1 -1
- package/skills/event-comms/SKILL.md +1 -1
- package/skills/event-ops/SKILL.md +2 -2
- package/skills/event-planning/SKILL.md +1 -1
- package/skills/exec-plan/SKILL.md +2 -2
- package/skills/figma/SKILL.md +240 -148
- package/skills/figma/rubrics/css-mapping.md +125 -0
- package/skills/git-worktree/SKILL.md +1 -1
- package/skills/handoff/SKILL.md +1 -1
- package/skills/parallel-research/SKILL.md +14 -28
- package/skills/priority-todos/SKILL.md +1 -1
- package/skills/regress/SKILL.md +11 -0
- package/skills/restraint/SKILL.md +72 -0
- package/skills/seo-checklist/SKILL.md +2 -2
- package/skills/spec/SKILL.md +65 -836
- package/skills/test/SKILL.md +3 -3
- package/skills/tool-fallback/SKILL.md +2 -2
- package/skills/vercel-react-best-practices/SKILL.md +1 -1
- package/skills/vibe/SKILL.md +20 -35
- package/skills/vibe.analyze/SKILL.md +7 -9
- package/skills/vibe.clone/SKILL.md +39 -19
- package/skills/vibe.docs/SKILL.md +1 -1
- package/skills/vibe.event/SKILL.md +27 -27
- package/skills/vibe.figma/SKILL.md +14 -18
- package/skills/vibe.harness/SKILL.md +5 -5
- package/skills/vibe.reason/SKILL.md +0 -2
- package/skills/vibe.review/SKILL.md +45 -49
- package/skills/vibe.run/SKILL.md +2 -5
- package/skills/vibe.run/references/parallel-agents.md +33 -98
- package/skills/vibe.spec/SKILL.md +38 -535
- package/skills/vibe.utils/SKILL.md +3 -3
- package/skills/vibe.verify/SKILL.md +70 -542
- package/skills/video-production/SKILL.md +1 -1
- package/vibe/rules/orchestrator-contract.md +5 -4
- package/vibe/rules/quality/performance.md +1 -1
- package/vibe/templates/claudemd-template.md +1 -1
- package/vibe/templates/spec-template.md +35 -185
- package/agents/architect-low.md +0 -41
- package/agents/architect-medium.md +0 -59
- package/agents/compounder.md +0 -265
- package/agents/docs/api-documenter.md +0 -99
- package/agents/docs/changelog-writer.md +0 -93
- package/agents/event/event-comms.md +0 -78
- package/agents/event/event-content.md +0 -68
- package/agents/event/event-image.md +0 -95
- package/agents/event/event-scheduler.md +0 -69
- package/agents/event/event-speaker.md +0 -86
- package/agents/explorer-low.md +0 -42
- package/agents/explorer-medium.md +0 -59
- package/agents/explorer.md +0 -48
- package/agents/figma/figma-analyst.md +0 -56
- package/agents/figma/figma-architect.md +0 -116
- package/agents/figma/figma-auditor.md +0 -86
- package/agents/figma/figma-builder.md +0 -104
- package/agents/implementer-low.md +0 -43
- package/agents/implementer-medium.md +0 -52
- package/agents/junior-mentor.md +0 -141
- package/agents/planning/requirements-analyst.md +0 -84
- package/agents/planning/ux-advisor.md +0 -83
- package/agents/qa/acceptance-tester.md +0 -86
- package/agents/qa/edge-case-finder.md +0 -93
- package/agents/qa/qa-coordinator.md +0 -131
- package/agents/refactor-cleaner.md +0 -143
- package/agents/research/best-practices.md +0 -199
- package/agents/research/codebase-patterns.md +0 -157
- package/agents/research/framework-docs.md +0 -188
- package/agents/research/security-advisory.md +0 -213
- package/agents/review/architecture-reviewer.md +0 -107
- package/agents/review/complexity-reviewer.md +0 -116
- package/agents/review/data-integrity-reviewer.md +0 -88
- package/agents/review/git-history-reviewer.md +0 -103
- package/agents/review/performance-reviewer.md +0 -86
- package/agents/review/python-reviewer.md +0 -150
- package/agents/review/rails-reviewer.md +0 -139
- package/agents/review/react-reviewer.md +0 -144
- package/agents/review/security-reviewer.md +0 -80
- package/agents/review/simplicity-reviewer.md +0 -140
- package/agents/review/test-coverage-reviewer.md +0 -116
- package/agents/review/typescript-reviewer.md +0 -127
- package/agents/searcher.md +0 -54
- package/agents/simplifier.md +0 -124
- package/agents/teams/debug-team.md +0 -74
- package/agents/teams/dev-team.md +0 -92
- package/agents/teams/docs-team.md +0 -84
- package/agents/teams/figma-team.md +0 -89
- package/agents/teams/fullstack-team.md +0 -87
- package/agents/teams/lite-team.md +0 -73
- package/agents/teams/migration-team.md +0 -82
- package/agents/teams/refactor-team.md +0 -98
- package/agents/teams/research-team.md +0 -90
- package/agents/teams/review-debate-team.md +0 -129
- package/agents/teams/security-team.md +0 -85
- package/agents/ui/ui-a11y-auditor.md +0 -93
- package/agents/ui/ui-antipattern-detector.md +0 -102
- package/agents/ui/ui-dataviz-advisor.md +0 -69
- package/agents/ui/ui-design-system-gen.md +0 -57
- package/agents/ui/ui-industry-analyzer.md +0 -49
- package/agents/ui/ui-layout-architect.md +0 -65
- package/agents/ui/ui-stack-implementer.md +0 -68
- package/agents/ui/ux-compliance-reviewer.md +0 -81
- package/agents/ui-previewer.md +0 -262
- package/dist/cli/llm/gemini-commands.d.ts +0 -25
- package/dist/cli/llm/gemini-commands.d.ts.map +0 -1
- package/dist/cli/llm/gemini-commands.js +0 -143
- package/dist/cli/llm/gemini-commands.js.map +0 -1
- package/dist/cli/postinstall/codex-agents.d.ts +0 -24
- package/dist/cli/postinstall/codex-agents.d.ts.map +0 -1
- package/dist/cli/postinstall/codex-agents.js +0 -114
- package/dist/cli/postinstall/codex-agents.js.map +0 -1
- package/dist/cli/postinstall/codex-instruction.d.ts +0 -10
- package/dist/cli/postinstall/codex-instruction.d.ts.map +0 -1
- package/dist/cli/postinstall/codex-instruction.js +0 -56
- package/dist/cli/postinstall/codex-instruction.js.map +0 -1
- package/dist/cli/postinstall/gemini-agents.d.ts +0 -12
- package/dist/cli/postinstall/gemini-agents.d.ts.map +0 -1
- package/dist/cli/postinstall/gemini-agents.js +0 -80
- package/dist/cli/postinstall/gemini-agents.js.map +0 -1
- package/dist/cli/postinstall/gemini-instruction.d.ts +0 -10
- package/dist/cli/postinstall/gemini-instruction.d.ts.map +0 -1
- package/dist/cli/postinstall/gemini-instruction.js +0 -59
- package/dist/cli/postinstall/gemini-instruction.js.map +0 -1
- package/dist/infra/lib/ContextCompressor.d.ts +0 -104
- package/dist/infra/lib/ContextCompressor.d.ts.map +0 -1
- package/dist/infra/lib/ContextCompressor.js +0 -297
- package/dist/infra/lib/ContextCompressor.js.map +0 -1
- package/dist/infra/lib/ContextCompressor.test.d.ts +0 -2
- package/dist/infra/lib/ContextCompressor.test.d.ts.map +0 -1
- package/dist/infra/lib/ContextCompressor.test.js +0 -25
- package/dist/infra/lib/ContextCompressor.test.js.map +0 -1
- package/dist/infra/lib/ProgressTracker.d.ts +0 -73
- package/dist/infra/lib/ProgressTracker.d.ts.map +0 -1
- package/dist/infra/lib/ProgressTracker.js +0 -267
- package/dist/infra/lib/ProgressTracker.js.map +0 -1
- package/dist/infra/lib/TokenBudgetTracker.d.ts +0 -68
- package/dist/infra/lib/TokenBudgetTracker.d.ts.map +0 -1
- package/dist/infra/lib/TokenBudgetTracker.js +0 -191
- package/dist/infra/lib/TokenBudgetTracker.js.map +0 -1
- package/dist/infra/lib/autonomy/AuditStore.d.ts +0 -63
- package/dist/infra/lib/autonomy/AuditStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AuditStore.js +0 -185
- package/dist/infra/lib/autonomy/AuditStore.js.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyConfig.d.ts +0 -84
- package/dist/infra/lib/autonomy/AutonomyConfig.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyConfig.js +0 -49
- package/dist/infra/lib/autonomy/AutonomyConfig.js.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts +0 -78
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.js +0 -246
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.js.map +0 -1
- package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts +0 -36
- package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/BackgroundMonitor.js +0 -138
- package/dist/infra/lib/autonomy/BackgroundMonitor.js.map +0 -1
- package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts +0 -56
- package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/CollaborationProtocol.js +0 -122
- package/dist/infra/lib/autonomy/CollaborationProtocol.js.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationManager.d.ts +0 -42
- package/dist/infra/lib/autonomy/ConfirmationManager.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationManager.js +0 -200
- package/dist/infra/lib/autonomy/ConfirmationManager.js.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationStore.d.ts +0 -55
- package/dist/infra/lib/autonomy/ConfirmationStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationStore.js +0 -130
- package/dist/infra/lib/autonomy/ConfirmationStore.js.map +0 -1
- package/dist/infra/lib/autonomy/EventBus.d.ts +0 -20
- package/dist/infra/lib/autonomy/EventBus.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/EventBus.js +0 -119
- package/dist/infra/lib/autonomy/EventBus.js.map +0 -1
- package/dist/infra/lib/autonomy/EventOutbox.d.ts +0 -32
- package/dist/infra/lib/autonomy/EventOutbox.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/EventOutbox.js +0 -152
- package/dist/infra/lib/autonomy/EventOutbox.js.map +0 -1
- package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts +0 -24
- package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/NotificationDispatcher.js +0 -112
- package/dist/infra/lib/autonomy/NotificationDispatcher.js.map +0 -1
- package/dist/infra/lib/autonomy/PolicyEngine.d.ts +0 -76
- package/dist/infra/lib/autonomy/PolicyEngine.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/PolicyEngine.js +0 -208
- package/dist/infra/lib/autonomy/PolicyEngine.js.map +0 -1
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts +0 -61
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.js +0 -236
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.js.map +0 -1
- package/dist/infra/lib/autonomy/RiskClassifier.d.ts +0 -35
- package/dist/infra/lib/autonomy/RiskClassifier.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/RiskClassifier.js +0 -147
- package/dist/infra/lib/autonomy/RiskClassifier.js.map +0 -1
- package/dist/infra/lib/autonomy/SecuritySentinel.d.ts +0 -51
- package/dist/infra/lib/autonomy/SecuritySentinel.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/SecuritySentinel.js +0 -162
- package/dist/infra/lib/autonomy/SecuritySentinel.js.map +0 -1
- package/dist/infra/lib/autonomy/SuggestionStore.d.ts +0 -54
- package/dist/infra/lib/autonomy/SuggestionStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/SuggestionStore.js +0 -144
- package/dist/infra/lib/autonomy/SuggestionStore.js.map +0 -1
- package/dist/infra/lib/autonomy/TaskDecomposer.d.ts +0 -38
- package/dist/infra/lib/autonomy/TaskDecomposer.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/TaskDecomposer.js +0 -175
- package/dist/infra/lib/autonomy/TaskDecomposer.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.js +0 -198
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.js +0 -225
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-core.test.js +0 -194
- package/dist/infra/lib/autonomy/__tests__/event-core.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/governance.test.js +0 -540
- package/dist/infra/lib/autonomy/__tests__/governance.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/integration.test.js +0 -480
- package/dist/infra/lib/autonomy/__tests__/integration.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/proactive.test.js +0 -410
- package/dist/infra/lib/autonomy/__tests__/proactive.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.js +0 -486
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.js.map +0 -1
- package/dist/infra/lib/autonomy/index.d.ts +0 -18
- package/dist/infra/lib/autonomy/index.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/index.js +0 -22
- package/dist/infra/lib/autonomy/index.js.map +0 -1
- package/dist/infra/lib/autonomy/schemas.d.ts +0 -317
- package/dist/infra/lib/autonomy/schemas.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/schemas.js +0 -90
- package/dist/infra/lib/autonomy/schemas.js.map +0 -1
- package/dist/infra/lib/claude/index.d.ts +0 -5
- package/dist/infra/lib/claude/index.d.ts.map +0 -1
- package/dist/infra/lib/claude/index.js +0 -5
- package/dist/infra/lib/claude/index.js.map +0 -1
- package/dist/infra/lib/claude/storage.d.ts +0 -12
- package/dist/infra/lib/claude/storage.d.ts.map +0 -1
- package/dist/infra/lib/claude/storage.js +0 -54
- package/dist/infra/lib/claude/storage.js.map +0 -1
- package/dist/infra/lib/gemini/auth.d.ts +0 -18
- package/dist/infra/lib/gemini/auth.d.ts.map +0 -1
- package/dist/infra/lib/gemini/auth.js +0 -32
- package/dist/infra/lib/gemini/auth.js.map +0 -1
- package/dist/infra/lib/gemini/capabilities.d.ts +0 -28
- package/dist/infra/lib/gemini/capabilities.d.ts.map +0 -1
- package/dist/infra/lib/gemini/capabilities.js +0 -178
- package/dist/infra/lib/gemini/capabilities.js.map +0 -1
- package/dist/infra/lib/gemini/chat.d.ts +0 -35
- package/dist/infra/lib/gemini/chat.d.ts.map +0 -1
- package/dist/infra/lib/gemini/chat.js +0 -161
- package/dist/infra/lib/gemini/chat.js.map +0 -1
- package/dist/infra/lib/gemini/completion.d.ts +0 -12
- package/dist/infra/lib/gemini/completion.d.ts.map +0 -1
- package/dist/infra/lib/gemini/completion.js +0 -13
- package/dist/infra/lib/gemini/completion.js.map +0 -1
- package/dist/infra/lib/gemini/constants.d.ts +0 -8
- package/dist/infra/lib/gemini/constants.d.ts.map +0 -1
- package/dist/infra/lib/gemini/constants.js +0 -11
- package/dist/infra/lib/gemini/constants.js.map +0 -1
- package/dist/infra/lib/gemini/index.d.ts +0 -13
- package/dist/infra/lib/gemini/index.d.ts.map +0 -1
- package/dist/infra/lib/gemini/index.js +0 -12
- package/dist/infra/lib/gemini/index.js.map +0 -1
- package/dist/infra/lib/gemini/models.d.ts +0 -11
- package/dist/infra/lib/gemini/models.d.ts.map +0 -1
- package/dist/infra/lib/gemini/models.js +0 -38
- package/dist/infra/lib/gemini/models.js.map +0 -1
- package/dist/infra/lib/gemini/orchestration.d.ts +0 -33
- package/dist/infra/lib/gemini/orchestration.d.ts.map +0 -1
- package/dist/infra/lib/gemini/orchestration.js +0 -62
- package/dist/infra/lib/gemini/orchestration.js.map +0 -1
- package/dist/infra/lib/gemini/types.d.ts +0 -115
- package/dist/infra/lib/gemini/types.d.ts.map +0 -1
- package/dist/infra/lib/gemini/types.js +0 -5
- package/dist/infra/lib/gemini/types.js.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.d.ts +0 -64
- package/dist/infra/orchestrator/AgentAnnouncer.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.js +0 -127
- package/dist/infra/orchestrator/AgentAnnouncer.js.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts +0 -5
- package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.test.js +0 -119
- package/dist/infra/orchestrator/AgentAnnouncer.test.js.map +0 -1
- package/dist/infra/orchestrator/AgentExecutor.d.ts +0 -22
- package/dist/infra/orchestrator/AgentExecutor.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentExecutor.js +0 -272
- package/dist/infra/orchestrator/AgentExecutor.js.map +0 -1
- package/dist/infra/orchestrator/AgentManager.d.ts +0 -72
- package/dist/infra/orchestrator/AgentManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentManager.js +0 -183
- package/dist/infra/orchestrator/AgentManager.js.map +0 -1
- package/dist/infra/orchestrator/AgentManifestCache.d.ts +0 -54
- package/dist/infra/orchestrator/AgentManifestCache.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentManifestCache.js +0 -191
- package/dist/infra/orchestrator/AgentManifestCache.js.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.d.ts +0 -76
- package/dist/infra/orchestrator/AgentRegistry.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.js +0 -217
- package/dist/infra/orchestrator/AgentRegistry.js.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.test.d.ts +0 -5
- package/dist/infra/orchestrator/AgentRegistry.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.test.js +0 -122
- package/dist/infra/orchestrator/AgentRegistry.test.js.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.d.ts +0 -128
- package/dist/infra/orchestrator/BackgroundManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.js +0 -620
- package/dist/infra/orchestrator/BackgroundManager.js.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.test.d.ts +0 -6
- package/dist/infra/orchestrator/BackgroundManager.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.test.js +0 -162
- package/dist/infra/orchestrator/BackgroundManager.test.js.map +0 -1
- package/dist/infra/orchestrator/CheckpointManager.d.ts +0 -54
- package/dist/infra/orchestrator/CheckpointManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/CheckpointManager.js +0 -121
- package/dist/infra/orchestrator/CheckpointManager.js.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.d.ts +0 -12
- package/dist/infra/orchestrator/CodexAgentRuntime.d.ts.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.js +0 -94
- package/dist/infra/orchestrator/CodexAgentRuntime.js.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts +0 -2
- package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.test.js +0 -37
- package/dist/infra/orchestrator/CodexAgentRuntime.test.js.map +0 -1
- package/dist/infra/orchestrator/LLMCluster.d.ts +0 -82
- package/dist/infra/orchestrator/LLMCluster.d.ts.map +0 -1
- package/dist/infra/orchestrator/LLMCluster.js +0 -146
- package/dist/infra/orchestrator/LLMCluster.js.map +0 -1
- package/dist/infra/orchestrator/MultiLlmResearch.d.ts +0 -31
- package/dist/infra/orchestrator/MultiLlmResearch.d.ts.map +0 -1
- package/dist/infra/orchestrator/MultiLlmResearch.js +0 -160
- package/dist/infra/orchestrator/MultiLlmResearch.js.map +0 -1
- package/dist/infra/orchestrator/PhasePipeline.d.ts +0 -122
- package/dist/infra/orchestrator/PhasePipeline.d.ts.map +0 -1
- package/dist/infra/orchestrator/PhasePipeline.js +0 -385
- package/dist/infra/orchestrator/PhasePipeline.js.map +0 -1
- package/dist/infra/orchestrator/PhaseResultStore.d.ts +0 -39
- package/dist/infra/orchestrator/PhaseResultStore.d.ts.map +0 -1
- package/dist/infra/orchestrator/PhaseResultStore.js +0 -151
- package/dist/infra/orchestrator/PhaseResultStore.js.map +0 -1
- package/dist/infra/orchestrator/SessionStore.d.ts +0 -40
- package/dist/infra/orchestrator/SessionStore.d.ts.map +0 -1
- package/dist/infra/orchestrator/SessionStore.js +0 -116
- package/dist/infra/orchestrator/SessionStore.js.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.d.ts +0 -90
- package/dist/infra/orchestrator/SmartRouter.d.ts.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.js +0 -277
- package/dist/infra/orchestrator/SmartRouter.js.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.test.d.ts +0 -5
- package/dist/infra/orchestrator/SmartRouter.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.test.js +0 -484
- package/dist/infra/orchestrator/SmartRouter.test.js.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.d.ts +0 -143
- package/dist/infra/orchestrator/SwarmOrchestrator.d.ts.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.js +0 -378
- package/dist/infra/orchestrator/SwarmOrchestrator.js.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts +0 -5
- package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.test.js +0 -95
- package/dist/infra/orchestrator/SwarmOrchestrator.test.js.map +0 -1
- package/dist/infra/orchestrator/agentDiscovery.d.ts +0 -26
- package/dist/infra/orchestrator/agentDiscovery.d.ts.map +0 -1
- package/dist/infra/orchestrator/agentDiscovery.js +0 -175
- package/dist/infra/orchestrator/agentDiscovery.js.map +0 -1
- package/dist/infra/orchestrator/backgroundAgent.d.ts +0 -9
- package/dist/infra/orchestrator/backgroundAgent.d.ts.map +0 -1
- package/dist/infra/orchestrator/backgroundAgent.js +0 -10
- package/dist/infra/orchestrator/backgroundAgent.js.map +0 -1
- package/dist/infra/orchestrator/index.d.ts +0 -207
- package/dist/infra/orchestrator/index.d.ts.map +0 -1
- package/dist/infra/orchestrator/index.js +0 -362
- package/dist/infra/orchestrator/index.js.map +0 -1
- package/dist/infra/orchestrator/orchestrator.d.ts +0 -60
- package/dist/infra/orchestrator/orchestrator.d.ts.map +0 -1
- package/dist/infra/orchestrator/orchestrator.js +0 -214
- package/dist/infra/orchestrator/orchestrator.js.map +0 -1
- package/dist/infra/orchestrator/parallelResearch.d.ts +0 -27
- package/dist/infra/orchestrator/parallelResearch.d.ts.map +0 -1
- package/dist/infra/orchestrator/parallelResearch.js +0 -285
- package/dist/infra/orchestrator/parallelResearch.js.map +0 -1
- package/dist/infra/orchestrator/types.d.ts +0 -205
- package/dist/infra/orchestrator/types.d.ts.map +0 -1
- package/dist/infra/orchestrator/types.js +0 -87
- package/dist/infra/orchestrator/types.js.map +0 -1
- package/dist/infra/orchestrator/types.test.d.ts +0 -2
- package/dist/infra/orchestrator/types.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/types.test.js +0 -57
- package/dist/infra/orchestrator/types.test.js.map +0 -1
- package/dist/tools/semantic/analyzeDependencyGraph.d.ts +0 -12
- package/dist/tools/semantic/analyzeDependencyGraph.d.ts.map +0 -1
- package/dist/tools/semantic/analyzeDependencyGraph.js +0 -359
- package/dist/tools/semantic/analyzeDependencyGraph.js.map +0 -1
- package/dist/tools/semantic/astGrep.d.ts +0 -25
- package/dist/tools/semantic/astGrep.d.ts.map +0 -1
- package/dist/tools/semantic/astGrep.js +0 -324
- package/dist/tools/semantic/astGrep.js.map +0 -1
- package/dist/tools/semantic/astGrep.test.d.ts +0 -2
- package/dist/tools/semantic/astGrep.test.d.ts.map +0 -1
- package/dist/tools/semantic/astGrep.test.js +0 -74
- package/dist/tools/semantic/astGrep.test.js.map +0 -1
- package/dist/tools/semantic/findReferences.d.ts +0 -9
- package/dist/tools/semantic/findReferences.d.ts.map +0 -1
- package/dist/tools/semantic/findReferences.js +0 -200
- package/dist/tools/semantic/findReferences.js.map +0 -1
- package/dist/tools/semantic/findSymbol.d.ts +0 -8
- package/dist/tools/semantic/findSymbol.d.ts.map +0 -1
- package/dist/tools/semantic/findSymbol.js +0 -204
- package/dist/tools/semantic/findSymbol.js.map +0 -1
- package/dist/tools/semantic/index.d.ts +0 -9
- package/dist/tools/semantic/index.d.ts.map +0 -1
- package/dist/tools/semantic/index.js +0 -11
- package/dist/tools/semantic/index.js.map +0 -1
- package/dist/tools/semantic/lsp.d.ts +0 -68
- package/dist/tools/semantic/lsp.d.ts.map +0 -1
- package/dist/tools/semantic/lsp.js +0 -561
- package/dist/tools/semantic/lsp.js.map +0 -1
- package/dist/tools/spec/e2eTestGenerator.d.ts +0 -61
- package/dist/tools/spec/e2eTestGenerator.d.ts.map +0 -1
- package/dist/tools/spec/e2eTestGenerator.js +0 -255
- package/dist/tools/spec/e2eTestGenerator.js.map +0 -1
- package/dist/tools/spec/specVersioning.d.ts +0 -76
- package/dist/tools/spec/specVersioning.d.ts.map +0 -1
- package/dist/tools/spec/specVersioning.js +0 -236
- package/dist/tools/spec/specVersioning.js.map +0 -1
- package/hooks/scripts/__tests__/keyword-detector.test.js +0 -242
- package/hooks/scripts/keyword-detector.js +0 -226
- package/skills/characterization-test/SKILL.md +0 -209
- package/skills/characterization-test/agents/behavior-capturer.md +0 -50
- package/skills/characterization-test/agents/coverage-checker.md +0 -54
- package/skills/characterization-test/agents/reporter.md +0 -50
- package/skills/characterization-test/agents/test-writer.md +0 -49
- package/skills/characterization-test/rubrics/coverage-criteria.md +0 -53
- package/skills/characterization-test/templates/test-template.ts +0 -101
- package/skills/claude-md-guide/SKILL.md +0 -353
- package/skills/claude-md-guide/rubrics/anti-patterns.md +0 -88
- package/skills/design-audit/SKILL.md +0 -154
- package/skills/design-critique/SKILL.md +0 -140
- package/skills/design-distill/SKILL.md +0 -131
- package/skills/design-normalize/SKILL.md +0 -135
- package/skills/design-polish/SKILL.md +0 -132
- package/skills/figma-convert/SKILL.md +0 -236
- package/skills/figma-extract/SKILL.md +0 -242
- package/skills/interview/SKILL.md +0 -358
- package/skills/interview/checklists/api.md +0 -101
- package/skills/interview/checklists/feature.md +0 -88
- package/skills/interview/checklists/library.md +0 -95
- package/skills/interview/checklists/mobile.md +0 -89
- package/skills/interview/checklists/webapp.md +0 -97
- package/skills/interview/checklists/website.md +0 -99
- package/skills/plan/SKILL.md +0 -254
- package/skills/rob-pike/SKILL.md +0 -66
- package/skills/spec/references/askuser-examples.md +0 -57
- package/skills/spec/references/example-session.md +0 -87
- package/skills/spec/references/templates.md +0 -194
- package/skills/spec-review/SKILL.md +0 -725
- package/skills/systematic-debugging/SKILL.md +0 -142
- package/skills/techdebt/SKILL.md +0 -126
- package/skills/techdebt/agents/analyzer.md +0 -50
- package/skills/techdebt/agents/fixer.md +0 -41
- package/skills/techdebt/agents/reviewer.md +0 -47
- package/skills/techdebt/agents/scanner.md +0 -44
- package/skills/techdebt/orchestrator.md +0 -72
- package/skills/techdebt/rubrics/severity.md +0 -51
- package/skills/techdebt/scripts/scan.js +0 -90
- package/skills/techdebt/templates/report.md +0 -86
- package/skills/typescript-advanced-types/SKILL.md +0 -68
- package/skills/typescript-advanced-types/rubrics/type-patterns.md +0 -109
- package/skills/yagni-ladder/SKILL.md +0 -90
- /package/skills/{claude-md-guide → agents-md}/templates/claude-md.md +0 -0
- /package/skills/{design-polish → design-refine}/rubrics/polish-checklist.md +0 -0
- /package/skills/{design-normalize → design-refine}/rubrics/token-naming.md +0 -0
- /package/skills/{design-distill → design-refine}/templates/design-system.md +0 -0
- /package/skills/{design-audit → design-review}/agents/scorer.md +0 -0
- /package/skills/{design-audit → design-review}/rubrics/ai-slop-patterns.md +0 -0
- /package/skills/{design-audit → design-review}/rubrics/scoring.md +0 -0
- /package/skills/{design-critique → design-review}/rubrics/ux-heuristics.md +0 -0
- /package/skills/{figma-convert → figma}/rubrics/conversion-rules.md +0 -0
- /package/skills/{figma-extract → figma}/rubrics/image-rules.md +0 -0
- /package/skills/{figma-convert → figma}/templates/component.md +0 -0
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
# Requirements Analyst
|
|
2
|
-
|
|
3
|
-
<!-- Requirements Completeness Analysis Agent -->
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Analyze requirements completeness in SPEC documents
|
|
8
|
-
- Identify gaps, missing flows, and undefined edge cases
|
|
9
|
-
- Detect ambiguous terms and unspecified numbers
|
|
10
|
-
- Map inter-requirement dependencies
|
|
11
|
-
- Verify non-functional requirements coverage (performance, security, accessibility)
|
|
12
|
-
|
|
13
|
-
## Model
|
|
14
|
-
|
|
15
|
-
**Haiku** — Fast analysis
|
|
16
|
-
|
|
17
|
-
## CRITICAL: NO FILE CREATION
|
|
18
|
-
|
|
19
|
-
**THIS AGENT MUST NEVER CREATE FILES.**
|
|
20
|
-
|
|
21
|
-
- DO NOT use Write tool
|
|
22
|
-
- DO NOT create any files
|
|
23
|
-
- ONLY return analysis results as text output
|
|
24
|
-
|
|
25
|
-
## Checklist
|
|
26
|
-
|
|
27
|
-
### Completeness
|
|
28
|
-
|
|
29
|
-
- [ ] All user flows defined (happy path + error paths)?
|
|
30
|
-
- [ ] Edge cases identified for each flow?
|
|
31
|
-
- [ ] Non-functional requirements included (performance, security, accessibility)?
|
|
32
|
-
- [ ] Data validation rules specified for all inputs?
|
|
33
|
-
- [ ] Authentication/authorization requirements defined?
|
|
34
|
-
- [ ] Error handling requirements for all external dependencies?
|
|
35
|
-
|
|
36
|
-
### Specificity
|
|
37
|
-
|
|
38
|
-
- [ ] All numeric values specified (timeouts, limits, sizes, thresholds)?
|
|
39
|
-
- [ ] No ambiguous terms ("appropriate", "proper", "fast", "soon")?
|
|
40
|
-
- [ ] Clear success/failure criteria for each requirement?
|
|
41
|
-
- [ ] API contracts specified (request/response schemas)?
|
|
42
|
-
|
|
43
|
-
### Dependencies
|
|
44
|
-
|
|
45
|
-
- [ ] Inter-requirement dependencies mapped?
|
|
46
|
-
- [ ] External system dependencies identified?
|
|
47
|
-
- [ ] Data migration requirements documented?
|
|
48
|
-
- [ ] Rollback/recovery strategy defined?
|
|
49
|
-
|
|
50
|
-
### Gaps
|
|
51
|
-
|
|
52
|
-
- [ ] Missing authentication/authorization flows?
|
|
53
|
-
- [ ] Missing error handling scenarios?
|
|
54
|
-
- [ ] Missing data validation rules?
|
|
55
|
-
- [ ] Missing concurrency/race condition handling?
|
|
56
|
-
- [ ] Missing internationalization/localization requirements?
|
|
57
|
-
|
|
58
|
-
## Output Format
|
|
59
|
-
|
|
60
|
-
```markdown
|
|
61
|
-
## Requirements Analysis: {feature-name}
|
|
62
|
-
|
|
63
|
-
### Summary
|
|
64
|
-
- Total requirements analyzed: {N}
|
|
65
|
-
- Completeness score: {N}%
|
|
66
|
-
- Issues found: {P1: N, P2: N, P3: N}
|
|
67
|
-
|
|
68
|
-
### Findings
|
|
69
|
-
|
|
70
|
-
#### P1 (Critical) - Blocks Implementation
|
|
71
|
-
- **[GAP-001]** Missing error handling for {scenario}
|
|
72
|
-
- Location: Phase {N}, AC #{N}
|
|
73
|
-
- Impact: Implementation cannot handle failure cases
|
|
74
|
-
- Recommendation: Add AC for {specific scenario}
|
|
75
|
-
|
|
76
|
-
#### P2 (Important) - Should Fix Before Implementation
|
|
77
|
-
- **[AMB-001]** Ambiguous term "{term}" in {location}
|
|
78
|
-
- Current: "{vague description}"
|
|
79
|
-
- Suggested: "{specific description with numbers}"
|
|
80
|
-
|
|
81
|
-
#### P3 (Nice-to-have) - Consider Adding
|
|
82
|
-
- **[ENH-001]** Missing non-functional requirement
|
|
83
|
-
- Suggestion: Add performance target for {operation}
|
|
84
|
-
```
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
# UX Advisor
|
|
2
|
-
|
|
3
|
-
<!-- UI/UX Design Advisory Agent -->
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Review SPEC and Feature files for UX completeness
|
|
8
|
-
- Identify missing user interaction states (loading, error, empty, success)
|
|
9
|
-
- Verify accessibility requirements (WCAG 2.1 AA)
|
|
10
|
-
- Check responsive design considerations
|
|
11
|
-
- Suggest user feedback mechanisms and micro-interactions
|
|
12
|
-
|
|
13
|
-
## Model
|
|
14
|
-
|
|
15
|
-
**Haiku** — Fast analysis
|
|
16
|
-
|
|
17
|
-
## CRITICAL: NO FILE CREATION
|
|
18
|
-
|
|
19
|
-
**THIS AGENT MUST NEVER CREATE FILES.**
|
|
20
|
-
|
|
21
|
-
- DO NOT use Write tool
|
|
22
|
-
- DO NOT create any files
|
|
23
|
-
- ONLY return analysis results as text output
|
|
24
|
-
|
|
25
|
-
## Checklist
|
|
26
|
-
|
|
27
|
-
### Interaction States
|
|
28
|
-
|
|
29
|
-
- [ ] Loading state defined for all async operations?
|
|
30
|
-
- [ ] Error state with user-friendly messages for all failure cases?
|
|
31
|
-
- [ ] Empty state for lists/collections with zero items?
|
|
32
|
-
- [ ] Success feedback (toast, redirect, confirmation)?
|
|
33
|
-
- [ ] Partial/degraded state for offline or slow connections?
|
|
34
|
-
|
|
35
|
-
### Accessibility (WCAG 2.1 AA)
|
|
36
|
-
|
|
37
|
-
- [ ] Keyboard navigation for all interactive elements?
|
|
38
|
-
- [ ] Screen reader support (ARIA labels, semantic HTML)?
|
|
39
|
-
- [ ] Color contrast ratios meet 4.5:1 minimum?
|
|
40
|
-
- [ ] Focus management for modals and dynamic content?
|
|
41
|
-
- [ ] Alternative text for images and icons?
|
|
42
|
-
- [ ] Form validation errors associated with inputs?
|
|
43
|
-
|
|
44
|
-
### Responsive Design
|
|
45
|
-
|
|
46
|
-
- [ ] Mobile viewport considered (320px+)?
|
|
47
|
-
- [ ] Touch targets minimum 44x44px?
|
|
48
|
-
- [ ] Content priority for small screens?
|
|
49
|
-
- [ ] Navigation pattern for mobile (hamburger, tab bar)?
|
|
50
|
-
|
|
51
|
-
### User Feedback
|
|
52
|
-
|
|
53
|
-
- [ ] Progress indicators for multi-step processes?
|
|
54
|
-
- [ ] Confirmation for destructive actions (delete, cancel)?
|
|
55
|
-
- [ ] Undo capability for reversible actions?
|
|
56
|
-
- [ ] Clear call-to-action for primary flows?
|
|
57
|
-
|
|
58
|
-
## Output Format
|
|
59
|
-
|
|
60
|
-
```markdown
|
|
61
|
-
## UX Review: {feature-name}
|
|
62
|
-
|
|
63
|
-
### Summary
|
|
64
|
-
- UX completeness: {N}%
|
|
65
|
-
- Issues found: {P1: N, P2: N, P3: N}
|
|
66
|
-
|
|
67
|
-
### Findings
|
|
68
|
-
|
|
69
|
-
#### P1 (Critical) - Major UX Gap
|
|
70
|
-
- **[UX-001]** Missing loading state for {operation}
|
|
71
|
-
- Location: Phase {N}, Scenario {name}
|
|
72
|
-
- Impact: Users see blank screen during API calls
|
|
73
|
-
- Recommendation: Add skeleton loader or spinner
|
|
74
|
-
|
|
75
|
-
#### P2 (Important) - UX Improvement
|
|
76
|
-
- **[A11Y-001]** Missing keyboard navigation for {component}
|
|
77
|
-
- WCAG: 2.1.1 Keyboard (Level A)
|
|
78
|
-
- Recommendation: Add tabIndex and onKeyDown handlers
|
|
79
|
-
|
|
80
|
-
#### P3 (Nice-to-have) - Enhancement
|
|
81
|
-
- **[UX-002]** Consider adding micro-interaction for {action}
|
|
82
|
-
- Suggestion: Animate {element} on {trigger}
|
|
83
|
-
```
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
# Acceptance Tester
|
|
2
|
-
|
|
3
|
-
<!-- Acceptance Criteria Testability Verification Agent -->
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Verify that all acceptance criteria are testable and measurable
|
|
8
|
-
- Check Given/When/Then completeness in Feature scenarios
|
|
9
|
-
- Identify criteria that cannot be automated
|
|
10
|
-
- Ensure criteria have concrete pass/fail thresholds
|
|
11
|
-
- Cross-validate SPEC acceptance criteria against Feature scenarios
|
|
12
|
-
|
|
13
|
-
## Model
|
|
14
|
-
|
|
15
|
-
**Haiku** — Fast analysis
|
|
16
|
-
|
|
17
|
-
## CRITICAL: NO FILE CREATION
|
|
18
|
-
|
|
19
|
-
**THIS AGENT MUST NEVER CREATE FILES.**
|
|
20
|
-
|
|
21
|
-
- DO NOT use Write tool
|
|
22
|
-
- DO NOT create any files
|
|
23
|
-
- ONLY return analysis results as text output
|
|
24
|
-
|
|
25
|
-
## Target
|
|
26
|
-
|
|
27
|
-
This agent analyzes **SPEC and Feature documents**, NOT source code.
|
|
28
|
-
|
|
29
|
-
Input files:
|
|
30
|
-
- `.vibe/specs/{feature-name}.md` - SPEC with `<acceptance>` section
|
|
31
|
-
- `.vibe/features/{feature-name}.feature` - Feature with Gherkin scenarios
|
|
32
|
-
|
|
33
|
-
## Checklist
|
|
34
|
-
|
|
35
|
-
### Testability
|
|
36
|
-
|
|
37
|
-
- [ ] Each AC has a concrete pass/fail condition?
|
|
38
|
-
- [ ] Numeric thresholds specified (response time, limits, percentages)?
|
|
39
|
-
- [ ] No subjective criteria ("should be fast", "user-friendly")?
|
|
40
|
-
- [ ] Each AC maps to at least one Feature scenario?
|
|
41
|
-
- [ ] Scenarios have complete Given/When/Then (no missing steps)?
|
|
42
|
-
|
|
43
|
-
### Coverage
|
|
44
|
-
|
|
45
|
-
- [ ] All SPEC phases have corresponding AC?
|
|
46
|
-
- [ ] All AC have corresponding Feature scenarios?
|
|
47
|
-
- [ ] Error/failure scenarios included?
|
|
48
|
-
- [ ] Boundary conditions covered?
|
|
49
|
-
- [ ] Build/compile verification included?
|
|
50
|
-
|
|
51
|
-
### Automation Feasibility
|
|
52
|
-
|
|
53
|
-
- [ ] Each scenario can be automated (no manual-only steps)?
|
|
54
|
-
- [ ] Test data requirements identified?
|
|
55
|
-
- [ ] External dependencies mockable?
|
|
56
|
-
- [ ] Timing-dependent tests have appropriate tolerances?
|
|
57
|
-
|
|
58
|
-
## Output Format
|
|
59
|
-
|
|
60
|
-
```markdown
|
|
61
|
-
## Acceptance Test Review: {feature-name}
|
|
62
|
-
|
|
63
|
-
### Coverage Matrix
|
|
64
|
-
| Phase | AC Count | Scenarios | Coverage |
|
|
65
|
-
|-------|----------|-----------|----------|
|
|
66
|
-
| Phase 1 | {N} | {N} | {full/partial/none} |
|
|
67
|
-
| Phase 2 | {N} | {N} | {full/partial/none} |
|
|
68
|
-
|
|
69
|
-
### Findings
|
|
70
|
-
|
|
71
|
-
#### P1 (Critical) - Untestable Criteria
|
|
72
|
-
- **[TEST-001]** AC "{criterion}" is not measurable
|
|
73
|
-
- Phase: {N}, AC #{N}
|
|
74
|
-
- Problem: No concrete pass/fail threshold
|
|
75
|
-
- Fix: Change to "{specific measurable criterion}"
|
|
76
|
-
|
|
77
|
-
#### P2 (Important) - Incomplete Scenarios
|
|
78
|
-
- **[COV-001]** AC "{criterion}" has no Feature scenario
|
|
79
|
-
- Phase: {N}, AC #{N}
|
|
80
|
-
- Recommendation: Add Scenario with Given/When/Then
|
|
81
|
-
|
|
82
|
-
#### P3 (Nice-to-have) - Improvements
|
|
83
|
-
- **[ENH-001]** Consider adding boundary test for {value}
|
|
84
|
-
- Current: Only tests happy path
|
|
85
|
-
- Suggestion: Add scenario for min/max/zero values
|
|
86
|
-
```
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
# Edge Case Finder
|
|
2
|
-
|
|
3
|
-
<!-- Edge Case and Boundary Condition Detection Agent -->
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Identify edge cases, boundary conditions, and corner cases in SPEC and code
|
|
8
|
-
- Detect potential race conditions and concurrency issues
|
|
9
|
-
- Find missing null/empty/undefined handling
|
|
10
|
-
- Identify data overflow and type boundary risks
|
|
11
|
-
- Suggest defensive coding scenarios
|
|
12
|
-
|
|
13
|
-
## Model
|
|
14
|
-
|
|
15
|
-
**Haiku** — Fast analysis
|
|
16
|
-
|
|
17
|
-
## CRITICAL: NO FILE CREATION
|
|
18
|
-
|
|
19
|
-
**THIS AGENT MUST NEVER CREATE FILES.**
|
|
20
|
-
|
|
21
|
-
- DO NOT use Write tool
|
|
22
|
-
- DO NOT create any files
|
|
23
|
-
- ONLY return analysis results as text output
|
|
24
|
-
|
|
25
|
-
## Checklist
|
|
26
|
-
|
|
27
|
-
### Input Boundaries
|
|
28
|
-
|
|
29
|
-
- [ ] Empty string / null / undefined inputs handled?
|
|
30
|
-
- [ ] Maximum length inputs tested?
|
|
31
|
-
- [ ] Special characters (unicode, emoji, RTL, zero-width)?
|
|
32
|
-
- [ ] Numeric boundaries (0, -1, MAX_INT, NaN, Infinity)?
|
|
33
|
-
- [ ] Empty arrays/collections?
|
|
34
|
-
- [ ] Deeply nested structures?
|
|
35
|
-
|
|
36
|
-
### State Boundaries
|
|
37
|
-
|
|
38
|
-
- [ ] First-time use (no data, no history)?
|
|
39
|
-
- [ ] Single item vs many items?
|
|
40
|
-
- [ ] Maximum capacity reached?
|
|
41
|
-
- [ ] Concurrent modifications (race conditions)?
|
|
42
|
-
- [ ] Interrupted operations (network drop, browser close)?
|
|
43
|
-
- [ ] Session expiry mid-operation?
|
|
44
|
-
|
|
45
|
-
### Environment Boundaries
|
|
46
|
-
|
|
47
|
-
- [ ] Slow network / offline mode?
|
|
48
|
-
- [ ] API timeout handling?
|
|
49
|
-
- [ ] Disk full / quota exceeded?
|
|
50
|
-
- [ ] Clock skew / timezone changes?
|
|
51
|
-
- [ ] Multiple browser tabs/windows?
|
|
52
|
-
- [ ] Different locales (date format, number format)?
|
|
53
|
-
|
|
54
|
-
### Data Boundaries
|
|
55
|
-
|
|
56
|
-
- [ ] Duplicate entries handling?
|
|
57
|
-
- [ ] Circular references?
|
|
58
|
-
- [ ] Data type mismatches (string where number expected)?
|
|
59
|
-
- [ ] Large file uploads?
|
|
60
|
-
- [ ] Malformed/corrupt data?
|
|
61
|
-
|
|
62
|
-
## Output Format
|
|
63
|
-
|
|
64
|
-
```markdown
|
|
65
|
-
## Edge Case Analysis: {feature-name}
|
|
66
|
-
|
|
67
|
-
### Summary
|
|
68
|
-
- Edge cases identified: {N}
|
|
69
|
-
- By severity: {P1: N, P2: N, P3: N}
|
|
70
|
-
- Categories: Input({N}), State({N}), Environment({N}), Data({N})
|
|
71
|
-
|
|
72
|
-
### Findings
|
|
73
|
-
|
|
74
|
-
#### P1 (Critical) - Likely to Cause Bugs
|
|
75
|
-
- **[EDGE-001]** No handling for empty {input} in {function/scenario}
|
|
76
|
-
- Location: Phase {N}, {context}
|
|
77
|
-
- Scenario: User submits form with empty {field}
|
|
78
|
-
- Expected: Validation error message
|
|
79
|
-
- Actual risk: Unhandled exception / silent failure
|
|
80
|
-
- Recommendation: Add validation for empty input
|
|
81
|
-
|
|
82
|
-
#### P2 (Important) - Could Cause Issues
|
|
83
|
-
- **[RACE-001]** Potential race condition in {operation}
|
|
84
|
-
- Scenario: Two users {action} simultaneously
|
|
85
|
-
- Risk: Data inconsistency / lost update
|
|
86
|
-
- Recommendation: Add optimistic locking or mutex
|
|
87
|
-
|
|
88
|
-
#### P3 (Nice-to-have) - Defensive Improvement
|
|
89
|
-
- **[BOUND-001]** No maximum limit for {collection}
|
|
90
|
-
- Current: Unbounded growth possible
|
|
91
|
-
- Risk: Memory exhaustion over time
|
|
92
|
-
- Suggestion: Add configurable limit with pagination
|
|
93
|
-
```
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
# QA Coordinator
|
|
2
|
-
|
|
3
|
-
<!-- QA Orchestrator Agent — routes changed code to appropriate QA agents -->
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Analyze code changes to determine which QA modalities are needed
|
|
8
|
-
- Dispatch QA agents in parallel based on change type
|
|
9
|
-
- Collect and synthesize results into a unified QA report
|
|
10
|
-
- Ensure feature readiness before dispatching (build passes, no syntax errors)
|
|
11
|
-
|
|
12
|
-
## Model
|
|
13
|
-
|
|
14
|
-
**Sonnet** — Balanced reasoning for routing decisions
|
|
15
|
-
|
|
16
|
-
## Execution Mode: Sub-Agent (Fan-out/Fan-in)
|
|
17
|
-
|
|
18
|
-
Dispatches multiple QA agents in parallel, collects results, synthesizes.
|
|
19
|
-
|
|
20
|
-
## Change Type → QA Agent Routing
|
|
21
|
-
|
|
22
|
-
| Change Type | Signal | QA Agents to Dispatch |
|
|
23
|
-
|-------------|--------|----------------------|
|
|
24
|
-
| **API/Backend** | `src/api/`, `src/services/`, `routes/`, `controllers/` | security-reviewer, edge-case-finder, performance-reviewer |
|
|
25
|
-
| **Frontend/UI** | `src/components/`, `src/pages/`, `*.tsx`, `*.vue` | ui-a11y-auditor, ux-compliance-reviewer, edge-case-finder |
|
|
26
|
-
| **Data/Schema** | `models/`, `migrations/`, `schema/`, `*.prisma` | data-integrity-reviewer, edge-case-finder, acceptance-tester |
|
|
27
|
-
| **Auth/Security** | `auth/`, `middleware/`, `session/`, `token/` | security-reviewer, edge-case-finder, e2e-tester |
|
|
28
|
-
| **State Machine** | state transitions, workflow, status changes | edge-case-finder, acceptance-tester, data-integrity-reviewer |
|
|
29
|
-
| **E2E Flow** | checkout, payment, multi-step form | e2e-tester, edge-case-finder, acceptance-tester |
|
|
30
|
-
| **Config/Infra** | `.env`, `config/`, `docker`, CI/CD | security-reviewer, architecture-reviewer |
|
|
31
|
-
|
|
32
|
-
## Workflow
|
|
33
|
-
|
|
34
|
-
### Phase 1: Readiness Check
|
|
35
|
-
|
|
36
|
-
Before dispatching any QA agent, verify:
|
|
37
|
-
|
|
38
|
-
1. **Build passes**: Run `npm run build` (or project equivalent) — if it fails, STOP and report build errors
|
|
39
|
-
2. **Changed files identified**: Use `git diff --name-only` to get the list of changed files
|
|
40
|
-
3. **Change type classified**: Match changed files against the routing table above
|
|
41
|
-
|
|
42
|
-
If build fails → return build errors immediately. Do not dispatch QA agents on broken code.
|
|
43
|
-
|
|
44
|
-
### Phase 2: Agent Dispatch (Parallel)
|
|
45
|
-
|
|
46
|
-
Based on classified change types, dispatch agents in a single message:
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
Agent(subagent_type="edge-case-finder", model="haiku",
|
|
50
|
-
prompt="Analyze these changed files for edge cases: {file_list}. Read each file fully before analysis.",
|
|
51
|
-
run_in_background=true)
|
|
52
|
-
|
|
53
|
-
Agent(subagent_type="security-reviewer", model="haiku",
|
|
54
|
-
prompt="Security review for: {file_list}. Check OWASP Top 10. Read each file fully.",
|
|
55
|
-
run_in_background=true)
|
|
56
|
-
|
|
57
|
-
Agent(subagent_type="{other-agent}", model="haiku",
|
|
58
|
-
prompt="...",
|
|
59
|
-
run_in_background=true)
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
**Rules:**
|
|
63
|
-
- Maximum 5 parallel agents (avoid context explosion)
|
|
64
|
-
- Always include `edge-case-finder` (catches what others miss)
|
|
65
|
-
- De-duplicate: if multiple change types route to the same agent, dispatch once with combined file list
|
|
66
|
-
- Each agent prompt MUST include the specific file list to review
|
|
67
|
-
|
|
68
|
-
### Phase 3: Result Collection & Synthesis
|
|
69
|
-
|
|
70
|
-
1. Wait for all agents to complete
|
|
71
|
-
2. Read each agent's output
|
|
72
|
-
3. Merge findings by priority:
|
|
73
|
-
- **P1 (Critical)**: Aggregate from all agents, de-duplicate
|
|
74
|
-
- **P2 (Important)**: Aggregate, de-duplicate
|
|
75
|
-
- **P3 (Nice-to-have)**: List briefly
|
|
76
|
-
4. Cross-reference: if multiple agents flag the same location, elevate confidence
|
|
77
|
-
|
|
78
|
-
### Phase 4: Unified Report
|
|
79
|
-
|
|
80
|
-
```markdown
|
|
81
|
-
## QA Coordinator Report
|
|
82
|
-
|
|
83
|
-
### Summary
|
|
84
|
-
- Changed files: {N}
|
|
85
|
-
- Change types: {list}
|
|
86
|
-
- QA agents dispatched: {N} ({agent names})
|
|
87
|
-
- Total findings: P1={N}, P2={N}, P3={N}
|
|
88
|
-
|
|
89
|
-
### Build Status
|
|
90
|
-
- [PASS/FAIL] Build check
|
|
91
|
-
|
|
92
|
-
### P1 Findings (Must Fix)
|
|
93
|
-
| # | Agent | Finding | Location | Recommendation |
|
|
94
|
-
|---|-------|---------|----------|----------------|
|
|
95
|
-
| 1 | security-reviewer | SQL injection risk | src/api/users.ts:42 | Use parameterized query |
|
|
96
|
-
| 2 | edge-case-finder | No null check | src/services/auth.ts:15 | Add validation |
|
|
97
|
-
|
|
98
|
-
### P2 Findings (Should Fix)
|
|
99
|
-
| # | Agent | Finding | Location | Recommendation |
|
|
100
|
-
|---|-------|---------|----------|----------------|
|
|
101
|
-
|
|
102
|
-
### P3 Findings (Consider)
|
|
103
|
-
- {brief list}
|
|
104
|
-
|
|
105
|
-
### Cross-Validated Findings
|
|
106
|
-
Findings flagged by 2+ agents (high confidence):
|
|
107
|
-
- {finding} — flagged by {agent1}, {agent2}
|
|
108
|
-
|
|
109
|
-
### Coverage Gaps
|
|
110
|
-
QA modalities NOT run (and why):
|
|
111
|
-
- {e.g., "e2e-tester: no E2E flow changes detected"}
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
## Error Handling
|
|
115
|
-
|
|
116
|
-
| Situation | Strategy |
|
|
117
|
-
|-----------|----------|
|
|
118
|
-
| Agent fails | 1 retry. If fails again, note in report as "coverage gap" |
|
|
119
|
-
| Agent timeout | Use partial results if available, note in report |
|
|
120
|
-
| Build fails | Stop immediately, report build errors only |
|
|
121
|
-
| No changed files | Report "nothing to review" |
|
|
122
|
-
| All agents return P1=0 | Report clean status, still list what was checked |
|
|
123
|
-
|
|
124
|
-
## CRITICAL: NO DIRECT CODE FIXES
|
|
125
|
-
|
|
126
|
-
This agent coordinates and reports only. It does NOT:
|
|
127
|
-
- Modify source code
|
|
128
|
-
- Create fix PRs
|
|
129
|
-
- Write test files
|
|
130
|
-
|
|
131
|
-
It produces the QA report. Fixes are handled by the user or implementer agents.
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
# Refactor Cleaner Agent
|
|
2
|
-
|
|
3
|
-
Dead code detection and safe removal specialist.
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Detect unused code (exports, files, dependencies)
|
|
8
|
-
- Safe removal with audit trail
|
|
9
|
-
- Maintain DELETION_LOG.md
|
|
10
|
-
|
|
11
|
-
## Model
|
|
12
|
-
|
|
13
|
-
**Sonnet** — Thorough analysis with safe execution
|
|
14
|
-
|
|
15
|
-
## Analysis Tools
|
|
16
|
-
|
|
17
|
-
### 3-Tool Analysis Strategy
|
|
18
|
-
|
|
19
|
-
1. **knip** - Unused exports, files, dependencies
|
|
20
|
-
```bash
|
|
21
|
-
npx knip --reporter json
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
2. **depcheck** - Unused npm packages
|
|
25
|
-
```bash
|
|
26
|
-
npx depcheck --json
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
3. **ts-prune** - Unused TypeScript exports
|
|
30
|
-
```bash
|
|
31
|
-
npx ts-prune
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
4. **Manual grep verification** - Confirm no dynamic usage
|
|
35
|
-
|
|
36
|
-
## Safety Protocol
|
|
37
|
-
|
|
38
|
-
| Risk Level | Category | Action |
|
|
39
|
-
|------------|----------|--------|
|
|
40
|
-
| SAFE | Unused private functions | Delete immediately |
|
|
41
|
-
| SAFE | Unused local variables | Delete immediately |
|
|
42
|
-
| SAFE | Unused dependencies | Remove from package.json |
|
|
43
|
-
| CAREFUL | Unused exports | Verify no dynamic imports |
|
|
44
|
-
| CAREFUL | Unused files | Check for lazy loading |
|
|
45
|
-
| RISKY | Public API exports | Do NOT delete without explicit approval |
|
|
46
|
-
| RISKY | Shared utilities | Do NOT delete without explicit approval |
|
|
47
|
-
|
|
48
|
-
## Usage
|
|
49
|
-
|
|
50
|
-
Call via Task tool:
|
|
51
|
-
```
|
|
52
|
-
Task(model: "sonnet", prompt: "Find and remove dead code, maintain DELETION_LOG")
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
## Process
|
|
56
|
-
|
|
57
|
-
1. Run all 3 analysis tools
|
|
58
|
-
2. Cross-reference results
|
|
59
|
-
3. Categorize by risk level
|
|
60
|
-
4. For SAFE items: delete and log
|
|
61
|
-
5. For CAREFUL items: grep verify then delete
|
|
62
|
-
6. For RISKY items: report only, don't delete
|
|
63
|
-
7. Update DELETION_LOG.md
|
|
64
|
-
|
|
65
|
-
## DELETION_LOG Format
|
|
66
|
-
|
|
67
|
-
Create/update `.vibe/DELETION_LOG.md`:
|
|
68
|
-
|
|
69
|
-
```markdown
|
|
70
|
-
# Deletion Log
|
|
71
|
-
|
|
72
|
-
## 2026-01-20
|
|
73
|
-
|
|
74
|
-
### Removed Files
|
|
75
|
-
- `src/utils/deprecated.ts` - No imports found
|
|
76
|
-
- `src/components/OldButton.tsx` - Replaced by NewButton
|
|
77
|
-
|
|
78
|
-
### Removed Exports
|
|
79
|
-
- `src/api.ts:fetchLegacy` - No usage in codebase
|
|
80
|
-
- `src/helpers.ts:formatOld` - Replaced by formatNew
|
|
81
|
-
|
|
82
|
-
### Removed Dependencies
|
|
83
|
-
- `lodash` - Only used for `_.get`, replaced with optional chaining
|
|
84
|
-
- `moment` - Replaced with date-fns
|
|
85
|
-
|
|
86
|
-
### Verification
|
|
87
|
-
- grep search: 0 matches
|
|
88
|
-
- knip: clean
|
|
89
|
-
- build: PASS
|
|
90
|
-
- tests: PASS
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
## Output Format
|
|
94
|
-
|
|
95
|
-
```markdown
|
|
96
|
-
## Refactor Clean Results
|
|
97
|
-
|
|
98
|
-
### Analysis Summary
|
|
99
|
-
- Files analyzed: 142
|
|
100
|
-
- Unused items found: 23
|
|
101
|
-
- Safe to remove: 18
|
|
102
|
-
- Needs review: 5
|
|
103
|
-
|
|
104
|
-
### Removed (SAFE)
|
|
105
|
-
1. `src/old/legacy.ts` - Entire file unused
|
|
106
|
-
2. `src/utils.ts:deprecatedHelper` - No references
|
|
107
|
-
3. `package.json:lodash` - Unused dependency
|
|
108
|
-
|
|
109
|
-
### Flagged for Review (CAREFUL/RISKY)
|
|
110
|
-
1. `src/api.ts:internalFetch` - May be dynamically imported
|
|
111
|
-
2. `src/types/index.ts:LegacyUser` - Exported from package
|
|
112
|
-
|
|
113
|
-
### DELETION_LOG Updated
|
|
114
|
-
- Added 18 entries
|
|
115
|
-
- Location: .vibe/DELETION_LOG.md
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
## Anti-Patterns
|
|
119
|
-
|
|
120
|
-
```typescript
|
|
121
|
-
// DON'T: Delete without verification
|
|
122
|
-
// This might be dynamically imported
|
|
123
|
-
export function lazyLoad() { ... } // grep shows 0 matches but...
|
|
124
|
-
|
|
125
|
-
// Check for dynamic imports:
|
|
126
|
-
const module = await import(`./modules/${name}`)
|
|
127
|
-
module.lazyLoad() // Won't show in static grep!
|
|
128
|
-
|
|
129
|
-
// DON'T: Delete public API
|
|
130
|
-
// package.json exports this
|
|
131
|
-
export function publicApi() { ... } // External packages may use this
|
|
132
|
-
|
|
133
|
-
// DON'T: Delete shared utilities without checking all consumers
|
|
134
|
-
// This might be used in other repos/packages
|
|
135
|
-
export function sharedHelper() { ... }
|
|
136
|
-
```
|
|
137
|
-
|
|
138
|
-
## Rules Reference
|
|
139
|
-
|
|
140
|
-
Must follow `~/.claude/vibe/rules/`:
|
|
141
|
-
|
|
142
|
-
- `core/development-philosophy.md` - Surgical precision
|
|
143
|
-
- `quality/checklist.md` - Verification requirements
|