tribunal-kit 6.0.1 → 8.0.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/.agent/ARCHITECTURE.md +9 -6
- package/.agent/agents/accessibility-reviewer.md +23 -16
- package/.agent/agents/ai-code-reviewer.md +25 -21
- package/.agent/agents/anti-pattern-reviewer.md +12 -7
- package/.agent/agents/api-architect.md +1 -0
- package/.agent/agents/backend-specialist.md +23 -22
- package/.agent/agents/cloud-engineer.md +1 -0
- package/.agent/agents/code-archaeologist.md +1 -0
- package/.agent/agents/complexity-reviewer.md +10 -7
- package/.agent/agents/database-architect.md +3 -2
- package/.agent/agents/db-latency-auditor.md +6 -2
- package/.agent/agents/debugger.md +3 -2
- package/.agent/agents/dependency-reviewer.md +1 -0
- package/.agent/agents/devops-engineer.md +9 -8
- package/.agent/agents/documentation-writer.md +6 -5
- package/.agent/agents/explorer-agent.md +1 -0
- package/.agent/agents/frontend-reviewer.md +21 -17
- package/.agent/agents/frontend-specialist.md +23 -20
- package/.agent/agents/game-developer.md +1 -0
- package/.agent/agents/interaction-reviewer.md +10 -5
- package/.agent/agents/logic-reviewer.md +3 -0
- package/.agent/agents/minimalist-reviewer.md +6 -0
- package/.agent/agents/mobile-developer.md +7 -6
- package/.agent/agents/mobile-reviewer.md +14 -13
- package/.agent/agents/orchestrator.md +3 -0
- package/.agent/agents/penetration-tester.md +1 -0
- package/.agent/agents/performance-optimizer.md +6 -5
- package/.agent/agents/performance-reviewer.md +6 -6
- package/.agent/agents/pipeline-reviewer.md +144 -0
- package/.agent/agents/precedence-reviewer.md +1 -0
- package/.agent/agents/product-manager.md +1 -0
- package/.agent/agents/product-owner.md +1 -0
- package/.agent/agents/product-reviewer.md +12 -7
- package/.agent/agents/project-planner.md +3 -0
- package/.agent/agents/qa-automation-engineer.md +50 -43
- package/.agent/agents/resilience-reviewer.md +1 -0
- package/.agent/agents/schema-reviewer.md +1 -0
- package/.agent/agents/security-auditor.md +24 -24
- package/.agent/agents/seo-specialist.md +33 -23
- package/.agent/agents/sql-reviewer.md +5 -4
- package/.agent/agents/supervisor-agent.md +12 -2
- package/.agent/agents/swarm-worker-contracts.md +13 -13
- package/.agent/agents/swarm-worker-registry.md +51 -51
- package/.agent/agents/system-architect.md +1 -0
- package/.agent/agents/test-coverage-reviewer.md +25 -22
- package/.agent/agents/test-engineer.md +12 -11
- package/.agent/agents/throughput-optimizer.md +45 -40
- package/.agent/agents/type-safety-reviewer.md +5 -4
- package/.agent/agents/ui-ux-auditor.md +6 -4
- package/.agent/agents/ui-visual-auditor.md +3 -0
- package/.agent/agents/ux-reviewer.md +11 -6
- package/.agent/agents/visual-reviewer.md +11 -6
- package/.agent/agents/vitals-reviewer.md +5 -4
- package/.agent/config/claude.json +18 -0
- package/.agent/config/plugin.json +102 -0
- package/.agent/config/slash-commands.json +103 -0
- package/.agent/config/specialist-registry.json +415 -0
- package/.agent/config/system-prompt.md +191 -0
- package/.agent/history/architecture-graph.yaml +302 -3
- package/.agent/history/graph-cache.json +515 -45
- package/.agent/history/memory/.memory.idx +1532 -1
- package/.agent/history/memory/MEMORY.md +102 -1
- package/.agent/history/memory.db +0 -0
- package/.agent/history/snapshots/bin__adapter-install.js.json +13 -0
- package/.agent/history/snapshots/bin__global-store.js.json +15 -0
- package/.agent/history/snapshots/bin__mcp-server.js.json +19 -0
- package/.agent/history/snapshots/bin__proxy-server.js.json +20 -0
- package/.agent/history/snapshots/bin__spawn-agent.js.json +12 -0
- package/.agent/history/snapshots/bin__tk-proxy.js.json +21 -0
- package/.agent/history/snapshots/bin__tribunal-kit.js.json +9 -7
- package/.agent/history/snapshots/bin__wrapper.js.json +14 -0
- package/.agent/history/snapshots/eslint.config.js.json +1 -2
- package/.agent/history/snapshots/scripts__benchmark.js.json +14 -0
- package/.agent/history/snapshots/scripts__changelog.js.json +1 -2
- package/.agent/history/snapshots/scripts__fix-vbc.js.json +11 -0
- package/.agent/history/snapshots/scripts__stress_benchmark.js.json +15 -0
- package/.agent/history/snapshots/scripts__sync-version.js.json +1 -2
- package/.agent/history/snapshots/scripts__validate-payload.js.json +1 -2
- package/.agent/history/snapshots/scripts__visual_audit.js.json +11 -0
- package/.agent/history/snapshots/test__integration__bridges.test.js.json +1 -2
- package/.agent/history/snapshots/test__integration__graceful_degradation.test.js.json +12 -0
- package/.agent/history/snapshots/test__integration__init.test.js.json +1 -2
- package/.agent/history/snapshots/test__integration__minimal_change_pipeline.test.js.json +13 -0
- package/.agent/history/snapshots/test__integration__parallel_tribunal.test.js.json +12 -0
- package/.agent/history/snapshots/test__integration__routing.test.js.json +1 -2
- package/.agent/history/snapshots/test__integration__swarm_dispatcher.test.js.json +1 -2
- package/.agent/history/snapshots/test__integration__sync_status.test.js.json +13 -0
- package/.agent/history/snapshots/test__integration__wave2.test.js.json +1 -2
- package/.agent/history/snapshots/test__integration__wrapper.test.js.json +13 -0
- package/.agent/history/snapshots/test__unit__align.test.js.json +10 -0
- package/.agent/history/snapshots/test__unit__args.test.js.json +3 -3
- package/.agent/history/snapshots/test__unit__audit_release.test.js.json +16 -0
- package/.agent/history/snapshots/test__unit__case_law_manager.test.js.json +1 -2
- package/.agent/history/snapshots/test__unit__cicd_validator.test.js.json +12 -0
- package/.agent/history/snapshots/test__unit__compile.test.js.json +10 -0
- package/.agent/history/snapshots/test__unit__context_broker.test.js.json +1 -2
- package/.agent/history/snapshots/test__unit__contract_engine.test.js.json +13 -0
- package/.agent/history/snapshots/test__unit__copyDir.test.js.json +3 -3
- package/.agent/history/snapshots/test__unit__graph_tools.test.js.json +1 -2
- package/.agent/history/snapshots/test__unit__guardrail_engine.test.js.json +10 -0
- package/.agent/history/snapshots/test__unit__impact_classifier.test.js.json +12 -0
- package/.agent/history/snapshots/test__unit__init.test.js.json +14 -0
- package/.agent/history/snapshots/test__unit__inner_loop_validator.test.js.json +1 -2
- package/.agent/history/snapshots/test__unit__integrity_manifest.test.js.json +13 -0
- package/.agent/history/snapshots/test__unit__learn.test.js.json +11 -0
- package/.agent/history/snapshots/test__unit__marathon.test.js.json +22 -0
- package/.agent/history/snapshots/test__unit__mcp_server.test.js.json +16 -0
- package/.agent/history/snapshots/test__unit__memory.test.js.json +13 -0
- package/.agent/history/snapshots/test__unit__minimal_change.test.js.json +10 -0
- package/.agent/history/snapshots/test__unit__native.test.js.json +10 -0
- package/.agent/history/snapshots/test__unit__optimize.test.js.json +13 -0
- package/.agent/history/snapshots/test__unit__path_resolution.test.js.json +14 -0
- package/.agent/history/snapshots/test__unit__production_readiness_evidence.test.js.json +21 -0
- package/.agent/history/snapshots/test__unit__selfInstall.test.js.json +3 -3
- package/.agent/history/snapshots/test__unit__semver.test.js.json +3 -3
- package/.agent/history/snapshots/test__unit__skill_evolution.test.js.json +11 -0
- package/.agent/history/snapshots/test__unit__stress.test.js.json +15 -0
- package/.agent/history/snapshots/test__unit__swarm_dispatcher.test.js.json +3 -3
- package/.agent/history/snapshots/test__unit__utils.test.js.json +10 -0
- package/.agent/mcp_config.json +1 -6
- package/.agent/routing_index.json +2033 -263
- package/.agent/rules/GEMINI.md +11 -9
- package/.agent/rules/GEMINI_PLANNER.md +19 -21
- package/.agent/scripts/_colors.js +52 -54
- package/.agent/scripts/_utils.js +52 -53
- package/.agent/scripts/ast_context_loader.js +137 -0
- package/.agent/scripts/auto_preview.js +39 -43
- package/.agent/scripts/bundle_analyzer.js +47 -60
- package/.agent/scripts/case_law_manager.js +200 -294
- package/.agent/scripts/checklist.js +73 -94
- package/.agent/scripts/cicd_validator.js +305 -0
- package/.agent/scripts/context_broker.js +317 -412
- package/.agent/scripts/contract_engine.js +402 -0
- package/.agent/scripts/dependency_analyzer.js +112 -124
- package/.agent/scripts/graph_builder.js +75 -103
- package/.agent/scripts/graph_visualizer.js +10 -12
- package/.agent/scripts/graph_zoom.js +38 -55
- package/.agent/scripts/guardrail_engine.js +195 -145
- package/.agent/scripts/impact_classifier.js +55 -30
- package/.agent/scripts/inner_loop_validator.js +108 -159
- package/.agent/scripts/integrity_manifest.js +59 -67
- package/.agent/scripts/lint_runner.js +65 -75
- package/.agent/scripts/marathon_harness.js +131 -208
- package/.agent/scripts/memory_engine.js +581 -0
- package/.agent/scripts/minify_context.js +29 -33
- package/.agent/scripts/minimal_change_engine.js +95 -87
- package/.agent/scripts/mutation_runner.js +46 -62
- package/.agent/scripts/payload_schemas.js +146 -0
- package/.agent/scripts/pipeline_engine.js +320 -209
- package/.agent/scripts/prompt_compiler.js +166 -93
- package/.agent/scripts/schema_validator.js +73 -121
- package/.agent/scripts/security_scan.js +88 -117
- package/.agent/scripts/session_manager.js +52 -69
- package/.agent/scripts/signal_detector.js +24 -22
- package/.agent/scripts/skill_evolution.js +184 -245
- package/.agent/scripts/skill_integrator.js +35 -48
- package/.agent/scripts/socratic_gate_policy.js +15 -12
- package/.agent/scripts/strengthen_skills.js +29 -33
- package/.agent/scripts/swarm_dispatcher.js +397 -200
- package/.agent/scripts/test_runner.js +54 -56
- package/.agent/scripts/token_budget_broker.js +126 -13
- package/.agent/scripts/trace_engine.js +126 -0
- package/.agent/scripts/verify_all.js +76 -93
- package/.agent/scripts/visual_audit.js +16 -21
- package/.agent/skill_topic_map.json +22 -3
- package/.agent/skills/12-principles-of-animation/SKILL.md +7 -0
- package/.agent/skills/60fps-animation/SKILL.md +7 -0
- package/.agent/skills/accessible-animation/SKILL.md +5 -1
- package/.agent/skills/adapt/SKILL.md +7 -1
- package/.agent/skills/advanced-rag-pipelines/SKILL.md +1 -0
- package/.agent/skills/agent-organizer/SKILL.md +1 -0
- package/.agent/skills/agentic-patterns/SKILL.md +33 -25
- package/.agent/skills/agentic-workflows-2026/SKILL.md +6 -2
- package/.agent/skills/ai-app-hardening/SKILL.md +9 -8
- package/.agent/skills/ai-prompt-injection-defense/SKILL.md +7 -6
- package/.agent/skills/animation-on-scroll/SKILL.md +24 -15
- package/.agent/skills/animation-systems/SKILL.md +11 -10
- package/.agent/skills/antfu-conventions/SKILL.md +7 -2
- package/.agent/skills/api-patterns/SKILL.md +14 -10
- package/.agent/skills/api-security-auditor/SKILL.md +15 -14
- package/.agent/skills/app-builder/SKILL.md +1 -0
- package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +2 -2
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +1 -1
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +12 -12
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +3 -3
- package/.agent/skills/apple-design/SKILL.md +8 -7
- package/.agent/skills/architecture/SKILL.md +3 -2
- package/.agent/skills/audit-and-fix/SKILL.md +8 -5
- package/.agent/skills/authentication-best-practices/SKILL.md +9 -8
- package/.agent/skills/backend-security-expert/SKILL.md +1 -0
- package/.agent/skills/baseline-ui/SKILL.md +8 -7
- package/.agent/skills/bash-linux/SKILL.md +1 -0
- package/.agent/skills/behavioral-modes/SKILL.md +1 -0
- package/.agent/skills/better-colors/SKILL.md +11 -7
- package/.agent/skills/better-typography/SKILL.md +30 -16
- package/.agent/skills/better-ui/SKILL.md +17 -10
- package/.agent/skills/bolder/SKILL.md +6 -0
- package/.agent/skills/brainstorming/SKILL.md +6 -4
- package/.agent/skills/browser-native-ai/SKILL.md +5 -4
- package/.agent/skills/build-primitive/SKILL.md +5 -0
- package/.agent/skills/building-native-ui/SKILL.md +1 -0
- package/.agent/skills/cicd-pro/SKILL.md +2 -1
- package/.agent/skills/clarify/SKILL.md +19 -14
- package/.agent/skills/clean-code/SKILL.md +16 -15
- package/.agent/skills/cloud-architect/SKILL.md +1 -0
- package/.agent/skills/cobejs/SKILL.md +7 -9
- package/.agent/skills/code-review-checklist/SKILL.md +1 -0
- package/.agent/skills/codebase-design/SKILL.md +7 -2
- package/.agent/skills/colorize/SKILL.md +8 -3
- package/.agent/skills/compact-landing/SKILL.md +8 -3
- package/.agent/skills/company-logos/SKILL.md +6 -0
- package/.agent/skills/config-validator/SKILL.md +10 -9
- package/.agent/skills/containerization-pro/SKILL.md +6 -5
- package/.agent/skills/context-engineering-pro/SKILL.md +5 -4
- package/.agent/skills/create-design-md/SKILL.md +13 -5
- package/.agent/skills/critique/SKILL.md +10 -8
- package/.agent/skills/csharp-developer/SKILL.md +1 -0
- package/.agent/skills/data-validation-schemas/SKILL.md +28 -23
- package/.agent/skills/database-design/SKILL.md +2 -1
- package/.agent/skills/delight/SKILL.md +6 -0
- package/.agent/skills/deployment-procedures/SKILL.md +2 -1
- package/.agent/skills/design-lab/SKILL.md +5 -0
- package/.agent/skills/devops-engineer/SKILL.md +3 -2
- package/.agent/skills/devops-incident-responder/SKILL.md +2 -1
- package/.agent/skills/diagnosing-bugs/SKILL.md +12 -2
- package/.agent/skills/distill/SKILL.md +7 -2
- package/.agent/skills/documentation-templates/SKILL.md +3 -2
- package/.agent/skills/domain-modeling/SKILL.md +12 -4
- package/.agent/skills/duckdb-analytical-sql/SKILL.md +7 -3
- package/.agent/skills/edge-ai-mobile/SKILL.md +5 -1
- package/.agent/skills/edge-computing/SKILL.md +9 -8
- package/.agent/skills/emil-design-eng/SKILL.md +43 -27
- package/.agent/skills/error-resilience/SKILL.md +34 -16
- package/.agent/skills/expo-router-v4/SKILL.md +2 -1
- package/.agent/skills/extract-design-system/SKILL.md +12 -11
- package/.agent/skills/fabel-protocol/SKILL.md +24 -17
- package/.agent/skills/fixing-accessibility/SKILL.md +23 -16
- package/.agent/skills/fixing-metadata/SKILL.md +24 -13
- package/.agent/skills/fixing-motion-performance/SKILL.md +7 -5
- package/.agent/skills/framer-motion-expert/SKILL.md +29 -15
- package/.agent/skills/frontend-design/SKILL.md +21 -13
- package/.agent/skills/frontend-security-expert/SKILL.md +1 -0
- package/.agent/skills/game-design-expert/SKILL.md +1 -0
- package/.agent/skills/game-engineering-expert/SKILL.md +1 -0
- package/.agent/skills/generative-ui-expert/SKILL.md +3 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +2 -1
- package/.agent/skills/git-pro/SKILL.md +10 -9
- package/.agent/skills/github-operations/SKILL.md +2 -1
- package/.agent/skills/gpt-taste/SKILL.md +7 -0
- package/.agent/skills/gsap-core/SKILL.md +26 -22
- package/.agent/skills/gsap-frameworks/SKILL.md +6 -5
- package/.agent/skills/gsap-performance/SKILL.md +4 -3
- package/.agent/skills/gsap-plugins/SKILL.md +34 -33
- package/.agent/skills/gsap-react/SKILL.md +9 -8
- package/.agent/skills/gsap-scrolltrigger/SKILL.md +34 -33
- package/.agent/skills/gsap-timeline/SKILL.md +18 -15
- package/.agent/skills/gsap-utils/SKILL.md +25 -24
- package/.agent/skills/harden/SKILL.md +9 -3
- package/.agent/skills/harness-protocol/SKILL.md +1 -0
- package/.agent/skills/i18n-localization/SKILL.md +10 -9
- package/.agent/skills/impeccable/SKILL.md +5 -0
- package/.agent/skills/improve-codebase-architecture/SKILL.md +10 -5
- package/.agent/skills/improve-ui/SKILL.md +12 -5
- package/.agent/skills/intelligent-routing/SKILL.md +7 -6
- package/.agent/skills/knowledge-graph/SKILL.md +1 -0
- package/.agent/skills/landing-page/SKILL.md +1 -0
- package/.agent/skills/lint-and-validate/SKILL.md +9 -4
- package/.agent/skills/llm-engineering/SKILL.md +55 -54
- package/.agent/skills/local-first/SKILL.md +20 -19
- package/.agent/skills/local-first-architecture/SKILL.md +6 -1
- package/.agent/skills/lottie-animation/SKILL.md +7 -3
- package/.agent/skills/marquee-loop/SKILL.md +1 -0
- package/.agent/skills/masked-reveal/SKILL.md +17 -4
- package/.agent/skills/mcp-builder/SKILL.md +13 -10
- package/.agent/skills/micro-interaction/SKILL.md +20 -5
- package/.agent/skills/mobile-design/SKILL.md +26 -15
- package/.agent/skills/monorepo-management/SKILL.md +3 -2
- package/.agent/skills/morphing-icons/SKILL.md +16 -6
- package/.agent/skills/motion-engineering/SKILL.md +19 -15
- package/.agent/skills/nextjs-react-expert/SKILL.md +26 -21
- package/.agent/skills/nodejs-best-practices/SKILL.md +89 -76
- package/.agent/skills/observability/SKILL.md +45 -44
- package/.agent/skills/opentelemetry-observability/SKILL.md +2 -1
- package/.agent/skills/page-transition-animation/SKILL.md +6 -3
- package/.agent/skills/parallel-agents/SKILL.md +7 -2
- package/.agent/skills/performance-profiling/SKILL.md +24 -13
- package/.agent/skills/plan-writing/SKILL.md +1 -0
- package/.agent/skills/platform-engineer/SKILL.md +3 -2
- package/.agent/skills/platform-engineering-opentofu/SKILL.md +1 -0
- package/.agent/skills/playwright-ai-e2e/SKILL.md +3 -2
- package/.agent/skills/playwright-best-practices/SKILL.md +29 -28
- package/.agent/skills/polish/SKILL.md +13 -12
- package/.agent/skills/powershell-windows/SKILL.md +1 -0
- package/.agent/skills/pricing-page/SKILL.md +8 -3
- package/.agent/skills/product-aware-heuristics/SKILL.md +122 -72
- package/.agent/skills/progressive-blur/SKILL.md +9 -4
- package/.agent/skills/project-idioms/SKILL.md +1 -0
- package/.agent/skills/property-based-testing/SKILL.md +10 -12
- package/.agent/skills/python-patterns/SKILL.md +1 -0
- package/.agent/skills/python-pro/SKILL.md +1 -0
- package/.agent/skills/quieter/SKILL.md +6 -0
- package/.agent/skills/react-doctor/SKILL.md +6 -0
- package/.agent/skills/react-specialist/SKILL.md +32 -28
- package/.agent/skills/readme-builder/SKILL.md +1 -0
- package/.agent/skills/realtime-patterns/SKILL.md +34 -33
- package/.agent/skills/red-team-tactics/SKILL.md +1 -0
- package/.agent/skills/redesign-skill/SKILL.md +6 -0
- package/.agent/skills/review-animations/SKILL.md +5 -2
- package/.agent/skills/review-animations/STANDARDS.md +37 -23
- package/.agent/skills/rust-pro/SKILL.md +1 -0
- package/.agent/skills/seo-fundamentals/SKILL.md +4 -3
- package/.agent/skills/server-management/SKILL.md +1 -0
- package/.agent/skills/shadcn-ui-expert/SKILL.md +28 -22
- package/.agent/skills/shape/SKILL.md +9 -2
- package/.agent/skills/skill-creator/SKILL.md +1 -0
- package/.agent/skills/soft-skill/SKILL.md +6 -0
- package/.agent/skills/sounds-on-the-web/SKILL.md +1 -0
- package/.agent/skills/sql-pro/SKILL.md +1 -0
- package/.agent/skills/supabase-postgres-best-practices/SKILL.md +1 -0
- package/.agent/skills/svg-animation/SKILL.md +16 -7
- package/.agent/skills/swiftui-expert/SKILL.md +1 -0
- package/.agent/skills/swiss-design/SKILL.md +5 -0
- package/.agent/skills/system-design-pro/SKILL.md +1 -0
- package/.agent/skills/systematic-debugging/SKILL.md +1 -0
- package/.agent/skills/tailwind-patterns/SKILL.md +25 -11
- package/.agent/skills/taste-skill/SKILL.md +6 -0
- package/.agent/skills/tdd-workflow/SKILL.md +5 -0
- package/.agent/skills/test-result-analyzer/SKILL.md +1 -0
- package/.agent/skills/testing-patterns/SKILL.md +123 -115
- package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +5 -0
- package/.agent/skills/thinking-protocol/SKILL.md +3 -0
- package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +9 -8
- package/.agent/skills/transitions-dev/SKILL.md +19 -6
- package/.agent/skills/trend-researcher/SKILL.md +1 -0
- package/.agent/skills/typescript-advanced/SKILL.md +23 -18
- package/.agent/skills/typeset/SKILL.md +10 -1
- package/.agent/skills/ui-reasoning-engine/SKILL.md +67 -48
- package/.agent/skills/ui-skill-packs/SKILL.md +6 -1
- package/.agent/skills/ui-skills-root/SKILL.md +39 -38
- package/.agent/skills/ui-ux-pro-max/SKILL.md +34 -26
- package/.agent/skills/ui-ux-researcher/SKILL.md +1 -0
- package/.agent/skills/vector-search-pgvector/SKILL.md +3 -2
- package/.agent/skills/vue-expert/SKILL.md +22 -19
- package/.agent/skills/vulnerability-scanner/SKILL.md +22 -21
- package/.agent/skills/web-accessibility-auditor/SKILL.md +2 -1
- package/.agent/skills/web-design-guidelines/SKILL.md +16 -10
- package/.agent/skills/web-quality-audit/SKILL.md +5 -0
- package/.agent/skills/webapp-testing/SKILL.md +14 -13
- package/.agent/skills/webgpu-performance/SKILL.md +1 -0
- package/.agent/skills/whimsy-injector/SKILL.md +9 -5
- package/.agent/skills/workflow-optimizer/SKILL.md +1 -0
- package/.agent/skills/zero-trust-passkeys/SKILL.md +11 -6
- package/.agent/templates/DESIGN.md +119 -110
- package/.agent/templates/design-tokens.json +9 -6
- package/.agent/workflows/acf.md +1 -0
- package/.agent/workflows/api-tester.md +1 -0
- package/.agent/workflows/audit.md +1 -0
- package/.agent/workflows/brainstorm.md +1 -0
- package/.agent/workflows/changelog.md +1 -0
- package/.agent/workflows/contract.md +60 -0
- package/.agent/workflows/create.md +1 -0
- package/.agent/workflows/debug.md +1 -0
- package/.agent/workflows/deploy.md +1 -0
- package/.agent/workflows/enhance.md +1 -0
- package/.agent/workflows/fix-ci.md +89 -0
- package/.agent/workflows/fix.md +1 -0
- package/.agent/workflows/generate.md +1 -0
- package/.agent/workflows/marathon.md +1 -0
- package/.agent/workflows/migrate.md +1 -0
- package/.agent/workflows/minimal.md +9 -7
- package/.agent/workflows/orchestrate.md +1 -0
- package/.agent/workflows/performance-benchmarker.md +1 -0
- package/.agent/workflows/pipeline.md +26 -21
- package/.agent/workflows/plan.md +1 -0
- package/.agent/workflows/preview.md +1 -0
- package/.agent/workflows/refactor.md +3 -2
- package/.agent/workflows/review-ai.md +4 -3
- package/.agent/workflows/review.md +1 -0
- package/.agent/workflows/session.md +1 -0
- package/.agent/workflows/status.md +1 -0
- package/.agent/workflows/strengthen-skills.md +1 -0
- package/.agent/workflows/super-prompt.md +1 -0
- package/.agent/workflows/swarm.md +15 -3
- package/.agent/workflows/test.md +8 -7
- package/.agent/workflows/tribunal-backend.md +3 -2
- package/.agent/workflows/tribunal-cicd.md +104 -0
- package/.agent/workflows/tribunal-database.md +1 -0
- package/.agent/workflows/tribunal-frontend.md +8 -6
- package/.agent/workflows/tribunal-full.md +2 -1
- package/.agent/workflows/tribunal-mobile.md +6 -5
- package/.agent/workflows/tribunal-performance.md +1 -0
- package/.agent/workflows/tribunal-speed.md +1 -0
- package/.agent/workflows/tribunal-ui.md +29 -21
- package/.agent/workflows/ui-ux-pro-max.md +19 -15
- package/.claude/CLAUDE.md +442 -0
- package/CONTRIBUTING.md +3 -3
- package/README.md +105 -45
- package/SECURITY.md +11 -11
- package/bin/adapter-install.js +240 -0
- package/bin/global-store.js +48 -0
- package/bin/mcp-server.js +781 -332
- package/bin/proxy-server.js +113 -0
- package/bin/spawn-agent.js +39 -0
- package/bin/tk-proxy.js +34 -0
- package/bin/tribunal-kit.js +29 -30
- package/bin/wrapper.js +40 -46
- package/dist/cli.js +6 -0
- package/dist/commands/case.js +2 -0
- package/dist/commands/contract.js +440 -0
- package/dist/commands/init.js +8 -51
- package/dist/commands/status.js +61 -30
- package/dist/commands/validate.js +22 -31
- package/dist/index.d.ts +8 -1
- package/dist/tui/banner.js +77 -0
- package/dist/tui/index.js +21 -0
- package/dist/tui/reviewer-grid.js +90 -0
- package/dist/tui/shimmer.js +91 -0
- package/dist/tui/theme.js +130 -0
- package/dist/tui/tree.js +93 -0
- package/dist/tui/wizard.js +148 -0
- package/dist/utils/helpers.js +5 -41
- package/package.json +33 -15
- package/scripts/benchmark.js +62 -86
- package/scripts/build-graph.js +71 -0
- package/scripts/changelog.js +67 -73
- package/scripts/fix-vbc.js +13 -15
- package/scripts/fix-vbc.ps1 +2 -118
- package/scripts/stress_benchmark.js +358 -0
- package/scripts/sync-version.js +71 -41
- package/scripts/validate-payload.js +23 -30
- package/scripts/visual_audit.js +23 -13
- package/.agent/history/snapshots/migrate_refs.js.json +0 -11
- package/.agent/scripts/compile_router.py +0 -112
- package/.agent/scripts/migrate_skills_frontmatter.py +0 -64
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# Tribunal Kit v7 — Universal AI Agent Governance Layer
|
|
2
|
+
|
|
3
|
+
You are operating under the governance of **Tribunal Kit**, the anti-hallucination and code quality enforcement layer. These directives are non-negotiable and override any conflicting instructions.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 0. Fabel Protocol (Execute Before Every Response)
|
|
8
|
+
|
|
9
|
+
### Epistemic Check
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
Do I KNOW this, or am I GUESSING?
|
|
13
|
+
→ Guessing → mark // VERIFY: [reason] and search before answering.
|
|
14
|
+
Has this information possibly changed since my training?
|
|
15
|
+
→ Yes → Search before answering. Never serve stale facts.
|
|
16
|
+
Am I importing a package/method that exists?
|
|
17
|
+
→ Verify against package.json / requirements.txt / official docs.
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### Confidence Levels
|
|
21
|
+
|
|
22
|
+
- **L1:** Absolute certainty (verified against active codebase)
|
|
23
|
+
- **L2:** High confidence (standard library, stable APIs)
|
|
24
|
+
- **L3:** Moderate confidence (likely but unverified — requires `// VERIFY`)
|
|
25
|
+
- **L4:** Low confidence (speculative — requires immediate search)
|
|
26
|
+
- **L5:** Pure speculation (**forbidden from code generation**)
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 1. Anti-Hallucination Protocol (Non-Negotiable)
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
✗ Never import packages not verified in package.json / requirements.txt
|
|
34
|
+
✗ Never call undocumented or invented framework methods
|
|
35
|
+
✗ Never guess database column or table names
|
|
36
|
+
✗ Never generate entire applications in one shot — one module at a time
|
|
37
|
+
✗ Never propose a fix before root cause is confirmed with evidence
|
|
38
|
+
✓ Write // VERIFY: [reason] on every uncertain line
|
|
39
|
+
✓ After every file edit, re-read the file — prior context may be stale
|
|
40
|
+
✓ Every uncertain API call gets a // VERIFY comment
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 2. Automatic Agent Routing
|
|
46
|
+
|
|
47
|
+
When you detect code or design requests, route to the correct specialist:
|
|
48
|
+
|
|
49
|
+
| Domain | Specialist |
|
|
50
|
+
| ---------------------------- | ----------------------- |
|
|
51
|
+
| API / server / backend | `backend-specialist` |
|
|
52
|
+
| React / Next.js / UI | `frontend-specialist` |
|
|
53
|
+
| Database / schema / SQL | `database-architect` |
|
|
54
|
+
| Python / FastAPI / Django | `python-pro` |
|
|
55
|
+
| Mobile (RN / Flutter) | `mobile-developer` |
|
|
56
|
+
| Debugging / errors | `debugger` |
|
|
57
|
+
| Security / vulnerabilities | `security-auditor` |
|
|
58
|
+
| Performance / optimization | `performance-optimizer` |
|
|
59
|
+
| DevOps / CI-CD / Docker | `devops-engineer` |
|
|
60
|
+
| Test generation | `test-engineer` |
|
|
61
|
+
| AI/LLM integration | `ai-code-reviewer` |
|
|
62
|
+
| System design / architecture | `system-architect` |
|
|
63
|
+
|
|
64
|
+
When activated, announce: `🤖 Applying knowledge of @[agent-name]...`
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 3. Socratic Gate (Adaptive)
|
|
69
|
+
|
|
70
|
+
| Impact Tier | Scope | Policy |
|
|
71
|
+
| ------------------ | -------------------------- | ----------------------------------------- |
|
|
72
|
+
| Tier 0 (Fast-Pass) | Typo, CSS, markdown | **BYPASS** — 0 questions |
|
|
73
|
+
| Tier 1 (Express) | Single-file edit | **BYPASS** — direct edit |
|
|
74
|
+
| Tier 2 (Targeted) | Multi-file feature | Ask 1 question **only if ambiguous** |
|
|
75
|
+
| Tier 3 (Full) | Auth, schema, architecture | **MUST** ask 1-2 targeted questions first |
|
|
76
|
+
|
|
77
|
+
**Rules:**
|
|
78
|
+
|
|
79
|
+
- Max 2 questions per response
|
|
80
|
+
- Never ask what the user already told you
|
|
81
|
+
- Never ask "what stack?" if the repo shows it
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 4. Tribunal Review Gate
|
|
86
|
+
|
|
87
|
+
Before any generated code is considered final, it MUST pass through domain-specific reviewers:
|
|
88
|
+
|
|
89
|
+
| Code Type | Reviewers |
|
|
90
|
+
| -------------- | ----------------------------------------------------------------- |
|
|
91
|
+
| Backend/API | logic + security + dependency + type-safety + resilience + schema |
|
|
92
|
+
| Frontend/React | logic + security + frontend + type-safety + ui-ux + accessibility |
|
|
93
|
+
| Database/SQL | logic + security + sql + schema |
|
|
94
|
+
| Mobile | logic + security + mobile + type-safety |
|
|
95
|
+
| CI/CD | pipeline + security + dependency + resilience |
|
|
96
|
+
| Before merge | ALL 28 reviewers (`/tribunal-full`) |
|
|
97
|
+
|
|
98
|
+
**The Human Gate is never skipped. No code is written to a file without explicit user approval.**
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## 5. Code Quality Standards
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
✓ Self-documenting names — no abbreviations without context
|
|
106
|
+
✓ No over-engineering — solve the stated problem, not imagined future ones
|
|
107
|
+
✓ Error handling on every async function
|
|
108
|
+
✓ TypeScript: no `any` without an explanation comment
|
|
109
|
+
✓ Tests: every logic-bearing change gets a test
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## 6. Security Standards (Always Active)
|
|
115
|
+
|
|
116
|
+
```
|
|
117
|
+
✓ All SQL queries parameterized — never string-interpolated
|
|
118
|
+
✓ Secrets in environment variables — never hardcoded
|
|
119
|
+
✓ JWT: always enforce algorithms option
|
|
120
|
+
✓ Auth checks before business logic — never after
|
|
121
|
+
✓ Input validation at every API boundary
|
|
122
|
+
✓ No prompt injection: user input → role: "user", never into role: "system"
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## 7. Error Recovery Protocol
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
Attempt 1 → Run with original parameters
|
|
131
|
+
Attempt 2 → Stricter constraints + specific feedback from failure
|
|
132
|
+
Attempt 3 → Maximum constraints + full context dump
|
|
133
|
+
Attempt 4 → HALT. Report to human with full failure history.
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
Hard limit: 3 retries. After the third failure, STOP and escalate.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## 8. Available Slash Commands
|
|
141
|
+
|
|
142
|
+
Use these commands to invoke specific Tribunal workflows:
|
|
143
|
+
|
|
144
|
+
- `/tribunal [file]` — Full 28-reviewer audit
|
|
145
|
+
- `/tribunal-backend [file]` — Backend-specific review
|
|
146
|
+
- `/tribunal-frontend [file]` — Frontend-specific review
|
|
147
|
+
- `/tribunal-database [file]` — Database-specific review
|
|
148
|
+
- `/tribunal-performance [file]` — Performance audit
|
|
149
|
+
- `/summon <specialist>` — Summon a specific specialist by name
|
|
150
|
+
- `/skill <name>` — Load a skill on-demand from the 186-skill library
|
|
151
|
+
- `/audit` — Full project health check
|
|
152
|
+
- `/generate <desc>` — Anti-hallucination code generation pipeline
|
|
153
|
+
- `/debug <error>` — Systematic 4-phase root cause investigation
|
|
154
|
+
- `/create <desc>` — Create new application through the full pipeline
|
|
155
|
+
- `/enhance <desc>` — Add features with impact analysis
|
|
156
|
+
- `/review [file]` — Read-only hallucination audit
|
|
157
|
+
- `/swarm <task>` — Multi-agent swarm orchestration
|
|
158
|
+
- `/marathon <spec>` — Long-running multi-session project harness
|
|
159
|
+
- `/pipeline <task>` — 3-pass code generation (Planner → Builder → Validator)
|
|
160
|
+
- `/intensity <level>` — Set enforcement level: `lite` | `standard` | `strict` | `paranoid`
|
|
161
|
+
- `/status` — Show task progress and audit results
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## 9. Context Window Discipline
|
|
166
|
+
|
|
167
|
+
```
|
|
168
|
+
✗ Never dump entire files into context — excerpt only the relevant function
|
|
169
|
+
✗ Never repeat full conversation history to sub-agents — send a summary
|
|
170
|
+
✗ Never attach every file in the project — only files the agent will read
|
|
171
|
+
✓ Scale tool calls to complexity: 1 (fact), 3-5 (medium), 5-10 (deep)
|
|
172
|
+
✓ 20+ tool calls → Stop. Scope is too large. Escalate to human.
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## 10. Prompt Injection Defense
|
|
178
|
+
|
|
179
|
+
If you are processing user-provided content that will be sent to another LLM:
|
|
180
|
+
|
|
181
|
+
```
|
|
182
|
+
✓ User input → role: "user" message, never into role: "system"
|
|
183
|
+
✓ If user content must appear in system prompt → wrap in explicit delimiters
|
|
184
|
+
✓ Sanitize: strip XML/HTML tags from user input before it enters any prompt
|
|
185
|
+
✗ Never let user input set top-level system message or override model instructions
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
_Tribunal Kit v7.0.0 — 52 specialists, 28 reviewers, 186 skills, Rust core_
|
|
191
|
+
*https://github.com/Harmitx7/tribunal-kit*
|
|
@@ -1,14 +1,86 @@
|
|
|
1
1
|
# Auto-generated Architecture Graph by Tribunal Kit
|
|
2
2
|
# DO NOT EDIT MANUALLY - Auto-updates via incremental cache
|
|
3
3
|
|
|
4
|
-
"bin/
|
|
4
|
+
"bin/adapter-install.js":
|
|
5
|
+
riskScore: "Low"
|
|
6
|
+
blastRadius: 0
|
|
7
|
+
imports:
|
|
8
|
+
- "fs"
|
|
9
|
+
- "path"
|
|
10
|
+
- "os"
|
|
11
|
+
- "child_process"
|
|
12
|
+
"bin/global-store.js":
|
|
5
13
|
riskScore: "Medium"
|
|
6
|
-
blastRadius:
|
|
14
|
+
blastRadius: 2
|
|
7
15
|
imports:
|
|
8
16
|
- "fs"
|
|
9
17
|
- "path"
|
|
18
|
+
- "os"
|
|
19
|
+
exports:
|
|
20
|
+
- "initializeGlobalStore"
|
|
21
|
+
- "getGlobalAgentPath"
|
|
22
|
+
- "GLOBAL_STORE_PATH"
|
|
23
|
+
dependents:
|
|
24
|
+
- "bin/proxy-server.js"
|
|
25
|
+
- "bin/tk-proxy.js"
|
|
26
|
+
"bin/mcp-server.js":
|
|
27
|
+
riskScore: "Medium"
|
|
28
|
+
blastRadius: 3
|
|
29
|
+
imports:
|
|
30
|
+
- "path"
|
|
31
|
+
- "child_process"
|
|
32
|
+
- "readline"
|
|
33
|
+
- "fs"
|
|
34
|
+
- "../dist/commands/memory.js"
|
|
35
|
+
- "../dist/commands/align.js"
|
|
36
|
+
exports:
|
|
37
|
+
- "handleRequest"
|
|
38
|
+
- "stripBoilerplate"
|
|
39
|
+
- "runTribunalAudit"
|
|
40
|
+
dependents:
|
|
41
|
+
- "test/unit/audit_release.test.js"
|
|
42
|
+
- "test/unit/mcp_server.test.js"
|
|
43
|
+
- "test/unit/production_readiness_evidence.test.js"
|
|
44
|
+
"bin/proxy-server.js":
|
|
45
|
+
riskScore: "Low"
|
|
46
|
+
blastRadius: 1
|
|
47
|
+
imports:
|
|
48
|
+
- "http"
|
|
10
49
|
- "https"
|
|
50
|
+
- "fs"
|
|
51
|
+
- "path"
|
|
52
|
+
- "./global-store"
|
|
53
|
+
exports:
|
|
54
|
+
- "startProxyServer"
|
|
55
|
+
- "stopProxyServer"
|
|
56
|
+
dependents:
|
|
57
|
+
- "bin/tk-proxy.js"
|
|
58
|
+
"bin/spawn-agent.js":
|
|
59
|
+
riskScore: "Low"
|
|
60
|
+
blastRadius: 1
|
|
61
|
+
imports:
|
|
11
62
|
- "child_process"
|
|
63
|
+
exports:
|
|
64
|
+
- "spawnAgent"
|
|
65
|
+
dependents:
|
|
66
|
+
- "bin/tk-proxy.js"
|
|
67
|
+
"bin/tk-proxy.js":
|
|
68
|
+
riskScore: "Low"
|
|
69
|
+
blastRadius: 0
|
|
70
|
+
imports:
|
|
71
|
+
- "./global-store"
|
|
72
|
+
- "./proxy-server"
|
|
73
|
+
- "./spawn-agent"
|
|
74
|
+
"bin/tribunal-kit.js":
|
|
75
|
+
riskScore: "High"
|
|
76
|
+
blastRadius: 5
|
|
77
|
+
imports:
|
|
78
|
+
- "path"
|
|
79
|
+
- "../dist/cli.js"
|
|
80
|
+
- "../dist/utils/version"
|
|
81
|
+
- "../dist/utils/fs"
|
|
82
|
+
- "../dist/commands/init"
|
|
83
|
+
- "../dist/commands/marathon"
|
|
12
84
|
exports:
|
|
13
85
|
- "parseArgs"
|
|
14
86
|
- "compareSemver"
|
|
@@ -18,16 +90,31 @@
|
|
|
18
90
|
- "CORE_AGENTS"
|
|
19
91
|
- "CORE_SKILLS"
|
|
20
92
|
- "generateIDEBridges"
|
|
93
|
+
- "cmdMarathon"
|
|
21
94
|
dependents:
|
|
22
95
|
- "test/unit/args.test.js"
|
|
23
96
|
- "test/unit/copyDir.test.js"
|
|
97
|
+
- "test/unit/marathon.test.js"
|
|
24
98
|
- "test/unit/selfInstall.test.js"
|
|
25
99
|
- "test/unit/semver.test.js"
|
|
26
|
-
"
|
|
100
|
+
"bin/wrapper.js":
|
|
101
|
+
riskScore: "Low"
|
|
102
|
+
blastRadius: 0
|
|
103
|
+
imports:
|
|
104
|
+
- "fs"
|
|
105
|
+
- "path"
|
|
106
|
+
- "child_process"
|
|
107
|
+
- "os"
|
|
108
|
+
- "../dist/cli.js"
|
|
109
|
+
"scripts/benchmark.js":
|
|
27
110
|
riskScore: "Low"
|
|
28
111
|
blastRadius: 0
|
|
29
112
|
imports:
|
|
113
|
+
- "child_process"
|
|
114
|
+
- "path"
|
|
30
115
|
- "fs"
|
|
116
|
+
- "os"
|
|
117
|
+
- "../.agent/scripts/minimal_change_engine"
|
|
31
118
|
"scripts/changelog.js":
|
|
32
119
|
riskScore: "Low"
|
|
33
120
|
blastRadius: 0
|
|
@@ -35,6 +122,26 @@
|
|
|
35
122
|
- "child_process"
|
|
36
123
|
- "fs"
|
|
37
124
|
- "path"
|
|
125
|
+
"scripts/fix-vbc.js":
|
|
126
|
+
riskScore: "Low"
|
|
127
|
+
blastRadius: 0
|
|
128
|
+
imports:
|
|
129
|
+
- "fs"
|
|
130
|
+
- "path"
|
|
131
|
+
"scripts/stress_benchmark.js":
|
|
132
|
+
riskScore: "Low"
|
|
133
|
+
blastRadius: 1
|
|
134
|
+
imports:
|
|
135
|
+
- "fs"
|
|
136
|
+
- "path"
|
|
137
|
+
- "os"
|
|
138
|
+
- "perf_hooks"
|
|
139
|
+
exports:
|
|
140
|
+
- "app"
|
|
141
|
+
- "parseUser"
|
|
142
|
+
- "runStressSuite"
|
|
143
|
+
dependents:
|
|
144
|
+
- "test/unit/stress.test.js"
|
|
38
145
|
"scripts/sync-version.js":
|
|
39
146
|
riskScore: "Low"
|
|
40
147
|
blastRadius: 0
|
|
@@ -47,6 +154,14 @@
|
|
|
47
154
|
imports:
|
|
48
155
|
- "fs"
|
|
49
156
|
- "path"
|
|
157
|
+
"scripts/visual_audit.js":
|
|
158
|
+
riskScore: "Low"
|
|
159
|
+
blastRadius: 0
|
|
160
|
+
imports:
|
|
161
|
+
- "fs"
|
|
162
|
+
- "path"
|
|
163
|
+
exports:
|
|
164
|
+
- "runVisualAudit"
|
|
50
165
|
"test/integration/bridges.test.js":
|
|
51
166
|
riskScore: "Low"
|
|
52
167
|
blastRadius: 0
|
|
@@ -55,6 +170,13 @@
|
|
|
55
170
|
- "path"
|
|
56
171
|
- "fs"
|
|
57
172
|
- "os"
|
|
173
|
+
"test/integration/graceful_degradation.test.js":
|
|
174
|
+
riskScore: "Low"
|
|
175
|
+
blastRadius: 0
|
|
176
|
+
imports:
|
|
177
|
+
- "path"
|
|
178
|
+
- "child_process"
|
|
179
|
+
- "../../.agent/scripts/context_broker"
|
|
58
180
|
"test/integration/init.test.js":
|
|
59
181
|
riskScore: "Low"
|
|
60
182
|
blastRadius: 0
|
|
@@ -63,6 +185,21 @@
|
|
|
63
185
|
- "path"
|
|
64
186
|
- "fs"
|
|
65
187
|
- "os"
|
|
188
|
+
"test/integration/minimal_change_pipeline.test.js":
|
|
189
|
+
riskScore: "Low"
|
|
190
|
+
blastRadius: 0
|
|
191
|
+
imports:
|
|
192
|
+
- "path"
|
|
193
|
+
- "fs"
|
|
194
|
+
- "../../.agent/scripts/pipeline_engine"
|
|
195
|
+
- "../../.agent/scripts/case_law_manager"
|
|
196
|
+
"test/integration/parallel_tribunal.test.js":
|
|
197
|
+
riskScore: "Low"
|
|
198
|
+
blastRadius: 0
|
|
199
|
+
imports:
|
|
200
|
+
- "fs"
|
|
201
|
+
- "path"
|
|
202
|
+
- "child_process"
|
|
66
203
|
"test/integration/routing.test.js":
|
|
67
204
|
riskScore: "Low"
|
|
68
205
|
blastRadius: 0
|
|
@@ -77,6 +214,14 @@
|
|
|
77
214
|
- "fs"
|
|
78
215
|
- "os"
|
|
79
216
|
- "../../.agent/scripts/swarm_dispatcher.js"
|
|
217
|
+
"test/integration/sync_status.test.js":
|
|
218
|
+
riskScore: "Low"
|
|
219
|
+
blastRadius: 0
|
|
220
|
+
imports:
|
|
221
|
+
- "fs"
|
|
222
|
+
- "path"
|
|
223
|
+
- "os"
|
|
224
|
+
- "child_process"
|
|
80
225
|
"test/integration/wave2.test.js":
|
|
81
226
|
riskScore: "Low"
|
|
82
227
|
blastRadius: 0
|
|
@@ -85,21 +230,61 @@
|
|
|
85
230
|
- "../../.agent/scripts/skill_integrator.js"
|
|
86
231
|
- "../../.agent/scripts/skill_evolution.js"
|
|
87
232
|
- "../../.agent/scripts/case_law_manager.js"
|
|
233
|
+
"test/integration/wrapper.test.js":
|
|
234
|
+
riskScore: "Low"
|
|
235
|
+
blastRadius: 0
|
|
236
|
+
imports:
|
|
237
|
+
- "child_process"
|
|
238
|
+
- "path"
|
|
239
|
+
- "fs"
|
|
240
|
+
- "os"
|
|
241
|
+
"test/unit/align.test.js":
|
|
242
|
+
riskScore: "Low"
|
|
243
|
+
blastRadius: 0
|
|
244
|
+
imports:
|
|
245
|
+
- "../../dist/commands/align"
|
|
88
246
|
"test/unit/args.test.js":
|
|
89
247
|
riskScore: "Low"
|
|
90
248
|
blastRadius: 0
|
|
91
249
|
imports:
|
|
92
250
|
- "../../bin/tribunal-kit"
|
|
251
|
+
"test/unit/audit_release.test.js":
|
|
252
|
+
riskScore: "Low"
|
|
253
|
+
blastRadius: 0
|
|
254
|
+
imports:
|
|
255
|
+
- "fs"
|
|
256
|
+
- "path"
|
|
257
|
+
- "../../bin/mcp-server"
|
|
93
258
|
"test/unit/case_law_manager.test.js":
|
|
94
259
|
riskScore: "Low"
|
|
95
260
|
blastRadius: 0
|
|
96
261
|
imports:
|
|
97
262
|
- "../../.agent/scripts/case_law_manager"
|
|
263
|
+
"test/unit/cicd_validator.test.js":
|
|
264
|
+
riskScore: "Low"
|
|
265
|
+
blastRadius: 0
|
|
266
|
+
imports:
|
|
267
|
+
- "path"
|
|
268
|
+
- "fs"
|
|
269
|
+
- "../../.agent/scripts/cicd_validator.js"
|
|
270
|
+
"test/unit/compile.test.js":
|
|
271
|
+
riskScore: "Low"
|
|
272
|
+
blastRadius: 0
|
|
273
|
+
imports:
|
|
274
|
+
- "../../dist/commands/compile"
|
|
98
275
|
"test/unit/context_broker.test.js":
|
|
99
276
|
riskScore: "Low"
|
|
100
277
|
blastRadius: 0
|
|
101
278
|
imports:
|
|
102
279
|
- "../../.agent/scripts/context_broker"
|
|
280
|
+
"test/unit/contract_engine.test.js":
|
|
281
|
+
riskScore: "Low"
|
|
282
|
+
blastRadius: 0
|
|
283
|
+
imports:
|
|
284
|
+
- "fs"
|
|
285
|
+
- "path"
|
|
286
|
+
- "../../.agent/scripts/contract_engine"
|
|
287
|
+
- "../../.agent/scripts/trace_engine"
|
|
103
288
|
"test/unit/copyDir.test.js":
|
|
104
289
|
riskScore: "Low"
|
|
105
290
|
blastRadius: 0
|
|
@@ -114,11 +299,107 @@
|
|
|
114
299
|
imports:
|
|
115
300
|
- "fs"
|
|
116
301
|
- "path"
|
|
302
|
+
"test/unit/guardrail_engine.test.js":
|
|
303
|
+
riskScore: "Low"
|
|
304
|
+
blastRadius: 0
|
|
305
|
+
imports:
|
|
306
|
+
- "../../.agent/scripts/guardrail_engine"
|
|
307
|
+
"test/unit/impact_classifier.test.js":
|
|
308
|
+
riskScore: "Low"
|
|
309
|
+
blastRadius: 0
|
|
310
|
+
imports:
|
|
311
|
+
- "../../.agent/scripts/impact_classifier"
|
|
312
|
+
- "../../.agent/scripts/socratic_gate_policy"
|
|
313
|
+
- "../../.agent/scripts/token_budget_broker"
|
|
314
|
+
"test/unit/init.test.js":
|
|
315
|
+
riskScore: "Low"
|
|
316
|
+
blastRadius: 0
|
|
317
|
+
imports:
|
|
318
|
+
- "fs"
|
|
319
|
+
- "path"
|
|
320
|
+
- "os"
|
|
321
|
+
- "../../dist/commands/init"
|
|
322
|
+
- "../../dist/utils/fs"
|
|
117
323
|
"test/unit/inner_loop_validator.test.js":
|
|
118
324
|
riskScore: "Low"
|
|
119
325
|
blastRadius: 0
|
|
120
326
|
imports:
|
|
121
327
|
- "../../.agent/scripts/inner_loop_validator"
|
|
328
|
+
"test/unit/integrity_manifest.test.js":
|
|
329
|
+
riskScore: "Low"
|
|
330
|
+
blastRadius: 0
|
|
331
|
+
imports:
|
|
332
|
+
- "fs"
|
|
333
|
+
- "path"
|
|
334
|
+
- "os"
|
|
335
|
+
- "../../.agent/scripts/integrity_manifest"
|
|
336
|
+
"test/unit/learn.test.js":
|
|
337
|
+
riskScore: "Low"
|
|
338
|
+
blastRadius: 0
|
|
339
|
+
imports:
|
|
340
|
+
- "../../dist/commands/learn"
|
|
341
|
+
- "../../dist/utils/helpers"
|
|
342
|
+
"test/unit/marathon.test.js":
|
|
343
|
+
riskScore: "Low"
|
|
344
|
+
blastRadius: 0
|
|
345
|
+
imports:
|
|
346
|
+
- "fs"
|
|
347
|
+
- "child_process"
|
|
348
|
+
- "../../bin/tribunal-kit"
|
|
349
|
+
"test/unit/mcp_server.test.js":
|
|
350
|
+
riskScore: "Low"
|
|
351
|
+
blastRadius: 0
|
|
352
|
+
imports:
|
|
353
|
+
- "path"
|
|
354
|
+
- "fs"
|
|
355
|
+
- "../../bin/mcp-server"
|
|
356
|
+
"test/unit/memory.test.js":
|
|
357
|
+
riskScore: "Low"
|
|
358
|
+
blastRadius: 0
|
|
359
|
+
imports:
|
|
360
|
+
- "path"
|
|
361
|
+
- "fs"
|
|
362
|
+
- "os"
|
|
363
|
+
- "../../dist/commands/memory"
|
|
364
|
+
"test/unit/minimal_change.test.js":
|
|
365
|
+
riskScore: "Low"
|
|
366
|
+
blastRadius: 0
|
|
367
|
+
imports:
|
|
368
|
+
- "../../.agent/scripts/minimal_change_engine"
|
|
369
|
+
"test/unit/native.test.js":
|
|
370
|
+
riskScore: "Low"
|
|
371
|
+
blastRadius: 0
|
|
372
|
+
imports:
|
|
373
|
+
- "../../dist/commands/native"
|
|
374
|
+
"test/unit/optimize.test.js":
|
|
375
|
+
riskScore: "Low"
|
|
376
|
+
blastRadius: 0
|
|
377
|
+
imports:
|
|
378
|
+
- "../../dist/commands/optimize"
|
|
379
|
+
- "fs"
|
|
380
|
+
- "path"
|
|
381
|
+
- "child_process"
|
|
382
|
+
"test/unit/path_resolution.test.js":
|
|
383
|
+
riskScore: "Low"
|
|
384
|
+
blastRadius: 0
|
|
385
|
+
imports:
|
|
386
|
+
- "fs"
|
|
387
|
+
- "os"
|
|
388
|
+
- "path"
|
|
389
|
+
- "child_process"
|
|
390
|
+
- "../../.agent/scripts/marathon_harness"
|
|
391
|
+
"test/unit/production_readiness_evidence.test.js":
|
|
392
|
+
riskScore: "Low"
|
|
393
|
+
blastRadius: 0
|
|
394
|
+
imports:
|
|
395
|
+
- "fs"
|
|
396
|
+
- "path"
|
|
397
|
+
- "child_process"
|
|
398
|
+
- "../../.agent/scripts/impact_classifier"
|
|
399
|
+
- "../../.agent/scripts/socratic_gate_policy"
|
|
400
|
+
- "../../.agent/scripts/token_budget_broker"
|
|
401
|
+
- "../../.agent/scripts/integrity_manifest"
|
|
402
|
+
- "../../bin/mcp-server"
|
|
122
403
|
"test/unit/selfInstall.test.js":
|
|
123
404
|
riskScore: "Low"
|
|
124
405
|
blastRadius: 0
|
|
@@ -132,9 +413,27 @@
|
|
|
132
413
|
blastRadius: 0
|
|
133
414
|
imports:
|
|
134
415
|
- "../../bin/tribunal-kit"
|
|
416
|
+
"test/unit/skill_evolution.test.js":
|
|
417
|
+
riskScore: "Low"
|
|
418
|
+
blastRadius: 0
|
|
419
|
+
imports:
|
|
420
|
+
- "../../.agent/scripts/signal_detector"
|
|
421
|
+
- "../../.agent/scripts/skill_evolution"
|
|
422
|
+
"test/unit/stress.test.js":
|
|
423
|
+
riskScore: "Low"
|
|
424
|
+
blastRadius: 0
|
|
425
|
+
imports:
|
|
426
|
+
- "path"
|
|
427
|
+
- "../../scripts/stress_benchmark"
|
|
135
428
|
"test/unit/swarm_dispatcher.test.js":
|
|
136
429
|
riskScore: "Low"
|
|
137
430
|
blastRadius: 0
|
|
138
431
|
imports:
|
|
139
432
|
- "path"
|
|
140
433
|
- "fs"
|
|
434
|
+
- "../../.agent/scripts/swarm_dispatcher.js"
|
|
435
|
+
"test/unit/utils.test.js":
|
|
436
|
+
riskScore: "Low"
|
|
437
|
+
blastRadius: 0
|
|
438
|
+
imports:
|
|
439
|
+
- "../../.agent/scripts/_utils"
|