code-ai-installer 4.0.0 → 4.0.1-b
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/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +44 -6
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +14 -3
- package/dist/mcp_setup.js +15 -6
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
package/dist/shared/tools.d.ts
CHANGED
|
@@ -49,7 +49,11 @@ export declare const LoadRoleOutput: z.ZodObject<{
|
|
|
49
49
|
analytics: "analytics";
|
|
50
50
|
product: "product";
|
|
51
51
|
}>;
|
|
52
|
-
|
|
52
|
+
kind: z.ZodDefault<z.ZodEnum<{
|
|
53
|
+
gate: "gate";
|
|
54
|
+
meta: "meta";
|
|
55
|
+
}>>;
|
|
56
|
+
signs_off_at: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
53
57
|
PM: "PM";
|
|
54
58
|
UX: "UX";
|
|
55
59
|
ARCH: "ARCH";
|
|
@@ -58,7 +62,22 @@ export declare const LoadRoleOutput: z.ZodObject<{
|
|
|
58
62
|
OPS: "OPS";
|
|
59
63
|
TEST: "TEST";
|
|
60
64
|
RG: "RG";
|
|
61
|
-
|
|
65
|
+
STRATEGIST: "STRATEGIST";
|
|
66
|
+
RESEARCHER: "RESEARCHER";
|
|
67
|
+
COPYWRITER: "COPYWRITER";
|
|
68
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
69
|
+
REVIEWER: "REVIEWER";
|
|
70
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
71
|
+
INTERVIEWER: "INTERVIEWER";
|
|
72
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
73
|
+
MEDIATOR: "MEDIATOR";
|
|
74
|
+
DESIGNER: "DESIGNER";
|
|
75
|
+
LAYOUTER: "LAYOUTER";
|
|
76
|
+
DISCOVERY: "DISCOVERY";
|
|
77
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
78
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
79
|
+
TECH_LEAD: "TECH_LEAD";
|
|
80
|
+
}>>>;
|
|
62
81
|
tool_allowlist: z.ZodString;
|
|
63
82
|
budget_lines: z.ZodDefault<z.ZodNumber>;
|
|
64
83
|
schema_version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
@@ -151,6 +170,21 @@ export declare const ListSkillsInput: z.ZodObject<{
|
|
|
151
170
|
OPS: "OPS";
|
|
152
171
|
TEST: "TEST";
|
|
153
172
|
RG: "RG";
|
|
173
|
+
STRATEGIST: "STRATEGIST";
|
|
174
|
+
RESEARCHER: "RESEARCHER";
|
|
175
|
+
COPYWRITER: "COPYWRITER";
|
|
176
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
177
|
+
REVIEWER: "REVIEWER";
|
|
178
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
179
|
+
INTERVIEWER: "INTERVIEWER";
|
|
180
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
181
|
+
MEDIATOR: "MEDIATOR";
|
|
182
|
+
DESIGNER: "DESIGNER";
|
|
183
|
+
LAYOUTER: "LAYOUTER";
|
|
184
|
+
DISCOVERY: "DISCOVERY";
|
|
185
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
186
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
187
|
+
TECH_LEAD: "TECH_LEAD";
|
|
154
188
|
}>>;
|
|
155
189
|
tech: z.ZodOptional<z.ZodString>;
|
|
156
190
|
topic: z.ZodOptional<z.ZodString>;
|
|
@@ -175,6 +209,21 @@ export declare const ListSkillsOutput: z.ZodObject<{
|
|
|
175
209
|
OPS: "OPS";
|
|
176
210
|
TEST: "TEST";
|
|
177
211
|
RG: "RG";
|
|
212
|
+
STRATEGIST: "STRATEGIST";
|
|
213
|
+
RESEARCHER: "RESEARCHER";
|
|
214
|
+
COPYWRITER: "COPYWRITER";
|
|
215
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
216
|
+
REVIEWER: "REVIEWER";
|
|
217
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
218
|
+
INTERVIEWER: "INTERVIEWER";
|
|
219
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
220
|
+
MEDIATOR: "MEDIATOR";
|
|
221
|
+
DESIGNER: "DESIGNER";
|
|
222
|
+
LAYOUTER: "LAYOUTER";
|
|
223
|
+
DISCOVERY: "DISCOVERY";
|
|
224
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
225
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
226
|
+
TECH_LEAD: "TECH_LEAD";
|
|
178
227
|
}>>;
|
|
179
228
|
}, z.core.$strip>>;
|
|
180
229
|
}, z.core.$strip>;
|
|
@@ -188,6 +237,32 @@ export declare const GetSkillInput: z.ZodObject<{
|
|
|
188
237
|
analytics: "analytics";
|
|
189
238
|
product: "product";
|
|
190
239
|
}>;
|
|
240
|
+
task_id: z.ZodOptional<z.ZodString>;
|
|
241
|
+
gate: z.ZodOptional<z.ZodEnum<{
|
|
242
|
+
PM: "PM";
|
|
243
|
+
UX: "UX";
|
|
244
|
+
ARCH: "ARCH";
|
|
245
|
+
DEV: "DEV";
|
|
246
|
+
REV: "REV";
|
|
247
|
+
OPS: "OPS";
|
|
248
|
+
TEST: "TEST";
|
|
249
|
+
RG: "RG";
|
|
250
|
+
STRATEGIST: "STRATEGIST";
|
|
251
|
+
RESEARCHER: "RESEARCHER";
|
|
252
|
+
COPYWRITER: "COPYWRITER";
|
|
253
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
254
|
+
REVIEWER: "REVIEWER";
|
|
255
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
256
|
+
INTERVIEWER: "INTERVIEWER";
|
|
257
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
258
|
+
MEDIATOR: "MEDIATOR";
|
|
259
|
+
DESIGNER: "DESIGNER";
|
|
260
|
+
LAYOUTER: "LAYOUTER";
|
|
261
|
+
DISCOVERY: "DISCOVERY";
|
|
262
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
263
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
264
|
+
TECH_LEAD: "TECH_LEAD";
|
|
265
|
+
}>>;
|
|
191
266
|
}, z.core.$strip>;
|
|
192
267
|
export declare const GetSkillOutput: z.ZodObject<{
|
|
193
268
|
frontmatter: z.ZodObject<{
|
|
@@ -215,8 +290,24 @@ export declare const GetSkillOutput: z.ZodObject<{
|
|
|
215
290
|
OPS: "OPS";
|
|
216
291
|
TEST: "TEST";
|
|
217
292
|
RG: "RG";
|
|
293
|
+
STRATEGIST: "STRATEGIST";
|
|
294
|
+
RESEARCHER: "RESEARCHER";
|
|
295
|
+
COPYWRITER: "COPYWRITER";
|
|
296
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
297
|
+
REVIEWER: "REVIEWER";
|
|
298
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
299
|
+
INTERVIEWER: "INTERVIEWER";
|
|
300
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
301
|
+
MEDIATOR: "MEDIATOR";
|
|
302
|
+
DESIGNER: "DESIGNER";
|
|
303
|
+
LAYOUTER: "LAYOUTER";
|
|
304
|
+
DISCOVERY: "DISCOVERY";
|
|
305
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
306
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
307
|
+
TECH_LEAD: "TECH_LEAD";
|
|
218
308
|
}>>>;
|
|
219
309
|
tech: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
310
|
+
mcp: "mcp";
|
|
220
311
|
typescript: "typescript";
|
|
221
312
|
node: "node";
|
|
222
313
|
react: "react";
|
|
@@ -300,6 +391,21 @@ export declare const RequestDecisionInput: z.ZodObject<{
|
|
|
300
391
|
OPS: "OPS";
|
|
301
392
|
TEST: "TEST";
|
|
302
393
|
RG: "RG";
|
|
394
|
+
STRATEGIST: "STRATEGIST";
|
|
395
|
+
RESEARCHER: "RESEARCHER";
|
|
396
|
+
COPYWRITER: "COPYWRITER";
|
|
397
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
398
|
+
REVIEWER: "REVIEWER";
|
|
399
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
400
|
+
INTERVIEWER: "INTERVIEWER";
|
|
401
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
402
|
+
MEDIATOR: "MEDIATOR";
|
|
403
|
+
DESIGNER: "DESIGNER";
|
|
404
|
+
LAYOUTER: "LAYOUTER";
|
|
405
|
+
DISCOVERY: "DISCOVERY";
|
|
406
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
407
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
408
|
+
TECH_LEAD: "TECH_LEAD";
|
|
303
409
|
}>;
|
|
304
410
|
question: z.ZodString;
|
|
305
411
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -313,8 +419,8 @@ export declare const RequestDecisionInput: z.ZodObject<{
|
|
|
313
419
|
export declare const RequestDecisionOutput: z.ZodObject<{
|
|
314
420
|
chosen_option_id: z.ZodString;
|
|
315
421
|
signer: z.ZodEnum<{
|
|
316
|
-
mcp: "mcp";
|
|
317
422
|
den: "den";
|
|
423
|
+
mcp: "mcp";
|
|
318
424
|
system: "system";
|
|
319
425
|
}>;
|
|
320
426
|
adr_id: z.ZodString;
|
|
@@ -333,6 +439,21 @@ export declare const RecordDecisionInput: z.ZodObject<{
|
|
|
333
439
|
OPS: "OPS";
|
|
334
440
|
TEST: "TEST";
|
|
335
441
|
RG: "RG";
|
|
442
|
+
STRATEGIST: "STRATEGIST";
|
|
443
|
+
RESEARCHER: "RESEARCHER";
|
|
444
|
+
COPYWRITER: "COPYWRITER";
|
|
445
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
446
|
+
REVIEWER: "REVIEWER";
|
|
447
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
448
|
+
INTERVIEWER: "INTERVIEWER";
|
|
449
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
450
|
+
MEDIATOR: "MEDIATOR";
|
|
451
|
+
DESIGNER: "DESIGNER";
|
|
452
|
+
LAYOUTER: "LAYOUTER";
|
|
453
|
+
DISCOVERY: "DISCOVERY";
|
|
454
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
455
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
456
|
+
TECH_LEAD: "TECH_LEAD";
|
|
336
457
|
}>;
|
|
337
458
|
question: z.ZodString;
|
|
338
459
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -344,8 +465,8 @@ export declare const RecordDecisionInput: z.ZodObject<{
|
|
|
344
465
|
chosen_option_id: z.ZodString;
|
|
345
466
|
rationale: z.ZodString;
|
|
346
467
|
signer: z.ZodEnum<{
|
|
347
|
-
mcp: "mcp";
|
|
348
468
|
den: "den";
|
|
469
|
+
mcp: "mcp";
|
|
349
470
|
system: "system";
|
|
350
471
|
}>;
|
|
351
472
|
supersedes: z.ZodOptional<z.ZodString>;
|
|
@@ -369,6 +490,21 @@ export declare const ClassifyGateInput: z.ZodObject<{
|
|
|
369
490
|
OPS: "OPS";
|
|
370
491
|
TEST: "TEST";
|
|
371
492
|
RG: "RG";
|
|
493
|
+
STRATEGIST: "STRATEGIST";
|
|
494
|
+
RESEARCHER: "RESEARCHER";
|
|
495
|
+
COPYWRITER: "COPYWRITER";
|
|
496
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
497
|
+
REVIEWER: "REVIEWER";
|
|
498
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
499
|
+
INTERVIEWER: "INTERVIEWER";
|
|
500
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
501
|
+
MEDIATOR: "MEDIATOR";
|
|
502
|
+
DESIGNER: "DESIGNER";
|
|
503
|
+
LAYOUTER: "LAYOUTER";
|
|
504
|
+
DISCOVERY: "DISCOVERY";
|
|
505
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
506
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
507
|
+
TECH_LEAD: "TECH_LEAD";
|
|
372
508
|
}>;
|
|
373
509
|
outcome: z.ZodEnum<{
|
|
374
510
|
auto_resolve: "auto_resolve";
|
|
@@ -403,6 +539,21 @@ export declare const AdvanceGateInput: z.ZodObject<{
|
|
|
403
539
|
OPS: "OPS";
|
|
404
540
|
TEST: "TEST";
|
|
405
541
|
RG: "RG";
|
|
542
|
+
STRATEGIST: "STRATEGIST";
|
|
543
|
+
RESEARCHER: "RESEARCHER";
|
|
544
|
+
COPYWRITER: "COPYWRITER";
|
|
545
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
546
|
+
REVIEWER: "REVIEWER";
|
|
547
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
548
|
+
INTERVIEWER: "INTERVIEWER";
|
|
549
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
550
|
+
MEDIATOR: "MEDIATOR";
|
|
551
|
+
DESIGNER: "DESIGNER";
|
|
552
|
+
LAYOUTER: "LAYOUTER";
|
|
553
|
+
DISCOVERY: "DISCOVERY";
|
|
554
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
555
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
556
|
+
TECH_LEAD: "TECH_LEAD";
|
|
406
557
|
}>;
|
|
407
558
|
to_gate: z.ZodEnum<{
|
|
408
559
|
PM: "PM";
|
|
@@ -413,6 +564,21 @@ export declare const AdvanceGateInput: z.ZodObject<{
|
|
|
413
564
|
OPS: "OPS";
|
|
414
565
|
TEST: "TEST";
|
|
415
566
|
RG: "RG";
|
|
567
|
+
STRATEGIST: "STRATEGIST";
|
|
568
|
+
RESEARCHER: "RESEARCHER";
|
|
569
|
+
COPYWRITER: "COPYWRITER";
|
|
570
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
571
|
+
REVIEWER: "REVIEWER";
|
|
572
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
573
|
+
INTERVIEWER: "INTERVIEWER";
|
|
574
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
575
|
+
MEDIATOR: "MEDIATOR";
|
|
576
|
+
DESIGNER: "DESIGNER";
|
|
577
|
+
LAYOUTER: "LAYOUTER";
|
|
578
|
+
DISCOVERY: "DISCOVERY";
|
|
579
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
580
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
581
|
+
TECH_LEAD: "TECH_LEAD";
|
|
416
582
|
}>;
|
|
417
583
|
handoff_string: z.ZodString;
|
|
418
584
|
}, z.core.$strip>;
|
|
@@ -427,6 +593,21 @@ export declare const AdvanceGateOutput: z.ZodObject<{
|
|
|
427
593
|
OPS: "OPS";
|
|
428
594
|
TEST: "TEST";
|
|
429
595
|
RG: "RG";
|
|
596
|
+
STRATEGIST: "STRATEGIST";
|
|
597
|
+
RESEARCHER: "RESEARCHER";
|
|
598
|
+
COPYWRITER: "COPYWRITER";
|
|
599
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
600
|
+
REVIEWER: "REVIEWER";
|
|
601
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
602
|
+
INTERVIEWER: "INTERVIEWER";
|
|
603
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
604
|
+
MEDIATOR: "MEDIATOR";
|
|
605
|
+
DESIGNER: "DESIGNER";
|
|
606
|
+
LAYOUTER: "LAYOUTER";
|
|
607
|
+
DISCOVERY: "DISCOVERY";
|
|
608
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
609
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
610
|
+
TECH_LEAD: "TECH_LEAD";
|
|
430
611
|
}>;
|
|
431
612
|
allowed_tools: z.ZodArray<z.ZodString>;
|
|
432
613
|
}, z.core.$strip>;
|
|
@@ -450,6 +631,21 @@ export declare const CurrentGateOutput: z.ZodObject<{
|
|
|
450
631
|
OPS: "OPS";
|
|
451
632
|
TEST: "TEST";
|
|
452
633
|
RG: "RG";
|
|
634
|
+
STRATEGIST: "STRATEGIST";
|
|
635
|
+
RESEARCHER: "RESEARCHER";
|
|
636
|
+
COPYWRITER: "COPYWRITER";
|
|
637
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
638
|
+
REVIEWER: "REVIEWER";
|
|
639
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
640
|
+
INTERVIEWER: "INTERVIEWER";
|
|
641
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
642
|
+
MEDIATOR: "MEDIATOR";
|
|
643
|
+
DESIGNER: "DESIGNER";
|
|
644
|
+
LAYOUTER: "LAYOUTER";
|
|
645
|
+
DISCOVERY: "DISCOVERY";
|
|
646
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
647
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
648
|
+
TECH_LEAD: "TECH_LEAD";
|
|
453
649
|
}>;
|
|
454
650
|
allowed_tools: z.ZodArray<z.ZodString>;
|
|
455
651
|
required_handoff_fields: z.ZodArray<z.ZodString>;
|
|
@@ -468,10 +664,25 @@ export declare const SignOffInput: z.ZodObject<{
|
|
|
468
664
|
OPS: "OPS";
|
|
469
665
|
TEST: "TEST";
|
|
470
666
|
RG: "RG";
|
|
667
|
+
STRATEGIST: "STRATEGIST";
|
|
668
|
+
RESEARCHER: "RESEARCHER";
|
|
669
|
+
COPYWRITER: "COPYWRITER";
|
|
670
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
671
|
+
REVIEWER: "REVIEWER";
|
|
672
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
673
|
+
INTERVIEWER: "INTERVIEWER";
|
|
674
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
675
|
+
MEDIATOR: "MEDIATOR";
|
|
676
|
+
DESIGNER: "DESIGNER";
|
|
677
|
+
LAYOUTER: "LAYOUTER";
|
|
678
|
+
DISCOVERY: "DISCOVERY";
|
|
679
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
680
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
681
|
+
TECH_LEAD: "TECH_LEAD";
|
|
471
682
|
}>;
|
|
472
683
|
signer: z.ZodEnum<{
|
|
473
|
-
mcp: "mcp";
|
|
474
684
|
den: "den";
|
|
685
|
+
mcp: "mcp";
|
|
475
686
|
system: "system";
|
|
476
687
|
}>;
|
|
477
688
|
evidence: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -479,8 +690,8 @@ export declare const SignOffInput: z.ZodObject<{
|
|
|
479
690
|
export declare const SignOffOutput: z.ZodObject<{
|
|
480
691
|
signed: z.ZodLiteral<true>;
|
|
481
692
|
signer: z.ZodEnum<{
|
|
482
|
-
mcp: "mcp";
|
|
483
693
|
den: "den";
|
|
694
|
+
mcp: "mcp";
|
|
484
695
|
system: "system";
|
|
485
696
|
}>;
|
|
486
697
|
timestamp: z.ZodString;
|
|
@@ -511,6 +722,21 @@ export declare const SubmitArtifactInput: z.ZodObject<{
|
|
|
511
722
|
OPS: "OPS";
|
|
512
723
|
TEST: "TEST";
|
|
513
724
|
RG: "RG";
|
|
725
|
+
STRATEGIST: "STRATEGIST";
|
|
726
|
+
RESEARCHER: "RESEARCHER";
|
|
727
|
+
COPYWRITER: "COPYWRITER";
|
|
728
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
729
|
+
REVIEWER: "REVIEWER";
|
|
730
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
731
|
+
INTERVIEWER: "INTERVIEWER";
|
|
732
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
733
|
+
MEDIATOR: "MEDIATOR";
|
|
734
|
+
DESIGNER: "DESIGNER";
|
|
735
|
+
LAYOUTER: "LAYOUTER";
|
|
736
|
+
DISCOVERY: "DISCOVERY";
|
|
737
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
738
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
739
|
+
TECH_LEAD: "TECH_LEAD";
|
|
514
740
|
}>>;
|
|
515
741
|
}, z.core.$strip>;
|
|
516
742
|
export declare const SubmitArtifactOutput: z.ZodObject<{
|
|
@@ -556,6 +782,21 @@ export declare const ReportExceptionInput: z.ZodObject<{
|
|
|
556
782
|
OPS: "OPS";
|
|
557
783
|
TEST: "TEST";
|
|
558
784
|
RG: "RG";
|
|
785
|
+
STRATEGIST: "STRATEGIST";
|
|
786
|
+
RESEARCHER: "RESEARCHER";
|
|
787
|
+
COPYWRITER: "COPYWRITER";
|
|
788
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
789
|
+
REVIEWER: "REVIEWER";
|
|
790
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
791
|
+
INTERVIEWER: "INTERVIEWER";
|
|
792
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
793
|
+
MEDIATOR: "MEDIATOR";
|
|
794
|
+
DESIGNER: "DESIGNER";
|
|
795
|
+
LAYOUTER: "LAYOUTER";
|
|
796
|
+
DISCOVERY: "DISCOVERY";
|
|
797
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
798
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
799
|
+
TECH_LEAD: "TECH_LEAD";
|
|
559
800
|
}>;
|
|
560
801
|
what_failed: z.ZodString;
|
|
561
802
|
breakdown: z.ZodArray<z.ZodObject<{
|
|
@@ -567,8 +808,8 @@ export declare const ReportExceptionInput: z.ZodObject<{
|
|
|
567
808
|
export declare const ReportExceptionOutput: z.ZodObject<{
|
|
568
809
|
exception_id: z.ZodString;
|
|
569
810
|
surfaced_to: z.ZodEnum<{
|
|
570
|
-
mcp: "mcp";
|
|
571
811
|
den: "den";
|
|
812
|
+
mcp: "mcp";
|
|
572
813
|
system: "system";
|
|
573
814
|
}>;
|
|
574
815
|
}, z.core.$strip>;
|
|
@@ -585,6 +826,21 @@ export declare const GetArtifactInput: z.ZodObject<{
|
|
|
585
826
|
OPS: "OPS";
|
|
586
827
|
TEST: "TEST";
|
|
587
828
|
RG: "RG";
|
|
829
|
+
STRATEGIST: "STRATEGIST";
|
|
830
|
+
RESEARCHER: "RESEARCHER";
|
|
831
|
+
COPYWRITER: "COPYWRITER";
|
|
832
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
833
|
+
REVIEWER: "REVIEWER";
|
|
834
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
835
|
+
INTERVIEWER: "INTERVIEWER";
|
|
836
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
837
|
+
MEDIATOR: "MEDIATOR";
|
|
838
|
+
DESIGNER: "DESIGNER";
|
|
839
|
+
LAYOUTER: "LAYOUTER";
|
|
840
|
+
DISCOVERY: "DISCOVERY";
|
|
841
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
842
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
843
|
+
TECH_LEAD: "TECH_LEAD";
|
|
588
844
|
}>;
|
|
589
845
|
format: z.ZodDefault<z.ZodEnum<{
|
|
590
846
|
raw: "raw";
|
|
@@ -612,6 +868,21 @@ export declare const ListArtifactsOutput: z.ZodObject<{
|
|
|
612
868
|
OPS: "OPS";
|
|
613
869
|
TEST: "TEST";
|
|
614
870
|
RG: "RG";
|
|
871
|
+
STRATEGIST: "STRATEGIST";
|
|
872
|
+
RESEARCHER: "RESEARCHER";
|
|
873
|
+
COPYWRITER: "COPYWRITER";
|
|
874
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
875
|
+
REVIEWER: "REVIEWER";
|
|
876
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
877
|
+
INTERVIEWER: "INTERVIEWER";
|
|
878
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
879
|
+
MEDIATOR: "MEDIATOR";
|
|
880
|
+
DESIGNER: "DESIGNER";
|
|
881
|
+
LAYOUTER: "LAYOUTER";
|
|
882
|
+
DISCOVERY: "DISCOVERY";
|
|
883
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
884
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
885
|
+
TECH_LEAD: "TECH_LEAD";
|
|
615
886
|
}>;
|
|
616
887
|
class: z.ZodEnum<{
|
|
617
888
|
skill: "skill";
|
|
@@ -654,6 +925,21 @@ export declare const AuditTrailOutput: z.ZodObject<{
|
|
|
654
925
|
OPS: "OPS";
|
|
655
926
|
TEST: "TEST";
|
|
656
927
|
RG: "RG";
|
|
928
|
+
STRATEGIST: "STRATEGIST";
|
|
929
|
+
RESEARCHER: "RESEARCHER";
|
|
930
|
+
COPYWRITER: "COPYWRITER";
|
|
931
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
932
|
+
REVIEWER: "REVIEWER";
|
|
933
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
934
|
+
INTERVIEWER: "INTERVIEWER";
|
|
935
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
936
|
+
MEDIATOR: "MEDIATOR";
|
|
937
|
+
DESIGNER: "DESIGNER";
|
|
938
|
+
LAYOUTER: "LAYOUTER";
|
|
939
|
+
DISCOVERY: "DISCOVERY";
|
|
940
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
941
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
942
|
+
TECH_LEAD: "TECH_LEAD";
|
|
657
943
|
}>>;
|
|
658
944
|
details: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
659
945
|
}, z.core.$strip>>;
|
|
@@ -677,8 +963,8 @@ export declare const RecentDecisionsOutput: z.ZodObject<{
|
|
|
677
963
|
question: z.ZodString;
|
|
678
964
|
chosen_option_id: z.ZodString;
|
|
679
965
|
signer: z.ZodEnum<{
|
|
680
|
-
mcp: "mcp";
|
|
681
966
|
den: "den";
|
|
967
|
+
mcp: "mcp";
|
|
682
968
|
system: "system";
|
|
683
969
|
}>;
|
|
684
970
|
}, z.core.$strip>>;
|
|
@@ -727,6 +1013,458 @@ export declare const RunDriftAuditOutput: z.ZodObject<{
|
|
|
727
1013
|
}, z.core.$strip>;
|
|
728
1014
|
export type RunDriftAuditInput = z.infer<typeof RunDriftAuditInput>;
|
|
729
1015
|
export type RunDriftAuditOutput = z.infer<typeof RunDriftAuditOutput>;
|
|
1016
|
+
export declare const AuditBudgetComplianceInput: z.ZodObject<{
|
|
1017
|
+
domain: z.ZodUnion<readonly [z.ZodEnum<{
|
|
1018
|
+
development: "development";
|
|
1019
|
+
content: "content";
|
|
1020
|
+
analytics: "analytics";
|
|
1021
|
+
product: "product";
|
|
1022
|
+
}>, z.ZodLiteral<"*">]>;
|
|
1023
|
+
}, z.core.$strip>;
|
|
1024
|
+
export declare const AuditBudgetComplianceOutput: z.ZodObject<{
|
|
1025
|
+
schema_violations: z.ZodArray<z.ZodObject<{
|
|
1026
|
+
domain: z.ZodEnum<{
|
|
1027
|
+
development: "development";
|
|
1028
|
+
content: "content";
|
|
1029
|
+
analytics: "analytics";
|
|
1030
|
+
product: "product";
|
|
1031
|
+
}>;
|
|
1032
|
+
file: z.ZodString;
|
|
1033
|
+
file_type: z.ZodEnum<{
|
|
1034
|
+
agent: "agent";
|
|
1035
|
+
skill: "skill";
|
|
1036
|
+
}>;
|
|
1037
|
+
declared_budget: z.ZodNumber;
|
|
1038
|
+
schema_max: z.ZodNumber;
|
|
1039
|
+
message: z.ZodString;
|
|
1040
|
+
}, z.core.$strip>>;
|
|
1041
|
+
budget_violations: z.ZodArray<z.ZodObject<{
|
|
1042
|
+
domain: z.ZodEnum<{
|
|
1043
|
+
development: "development";
|
|
1044
|
+
content: "content";
|
|
1045
|
+
analytics: "analytics";
|
|
1046
|
+
product: "product";
|
|
1047
|
+
}>;
|
|
1048
|
+
file: z.ZodString;
|
|
1049
|
+
file_type: z.ZodEnum<{
|
|
1050
|
+
agent: "agent";
|
|
1051
|
+
skill: "skill";
|
|
1052
|
+
}>;
|
|
1053
|
+
declared_budget: z.ZodNumber;
|
|
1054
|
+
actual_lines: z.ZodNumber;
|
|
1055
|
+
overage: z.ZodNumber;
|
|
1056
|
+
message: z.ZodString;
|
|
1057
|
+
}, z.core.$strip>>;
|
|
1058
|
+
scanned: z.ZodObject<{
|
|
1059
|
+
agents: z.ZodNumber;
|
|
1060
|
+
skills: z.ZodNumber;
|
|
1061
|
+
}, z.core.$strip>;
|
|
1062
|
+
}, z.core.$strip>;
|
|
1063
|
+
export type AuditBudgetComplianceInput = z.infer<typeof AuditBudgetComplianceInput>;
|
|
1064
|
+
export type AuditBudgetComplianceOutput = z.infer<typeof AuditBudgetComplianceOutput>;
|
|
1065
|
+
export declare const AuditBilocaleParityInput: z.ZodObject<{
|
|
1066
|
+
domain: z.ZodUnion<readonly [z.ZodEnum<{
|
|
1067
|
+
development: "development";
|
|
1068
|
+
content: "content";
|
|
1069
|
+
analytics: "analytics";
|
|
1070
|
+
product: "product";
|
|
1071
|
+
}>, z.ZodLiteral<"*">]>;
|
|
1072
|
+
}, z.core.$strip>;
|
|
1073
|
+
export declare const AuditBilocaleParityOutput: z.ZodObject<{
|
|
1074
|
+
declared_mismatches: z.ZodArray<z.ZodObject<{
|
|
1075
|
+
domain: z.ZodEnum<{
|
|
1076
|
+
development: "development";
|
|
1077
|
+
content: "content";
|
|
1078
|
+
analytics: "analytics";
|
|
1079
|
+
product: "product";
|
|
1080
|
+
}>;
|
|
1081
|
+
id: z.ZodString;
|
|
1082
|
+
file_type: z.ZodEnum<{
|
|
1083
|
+
agent: "agent";
|
|
1084
|
+
skill: "skill";
|
|
1085
|
+
}>;
|
|
1086
|
+
ru_path: z.ZodString;
|
|
1087
|
+
en_path: z.ZodString;
|
|
1088
|
+
ru_declared: z.ZodNumber;
|
|
1089
|
+
en_declared: z.ZodNumber;
|
|
1090
|
+
message: z.ZodString;
|
|
1091
|
+
}, z.core.$strip>>;
|
|
1092
|
+
actual_mismatches: z.ZodArray<z.ZodObject<{
|
|
1093
|
+
domain: z.ZodEnum<{
|
|
1094
|
+
development: "development";
|
|
1095
|
+
content: "content";
|
|
1096
|
+
analytics: "analytics";
|
|
1097
|
+
product: "product";
|
|
1098
|
+
}>;
|
|
1099
|
+
id: z.ZodString;
|
|
1100
|
+
file_type: z.ZodEnum<{
|
|
1101
|
+
agent: "agent";
|
|
1102
|
+
skill: "skill";
|
|
1103
|
+
}>;
|
|
1104
|
+
ru_path: z.ZodString;
|
|
1105
|
+
en_path: z.ZodString;
|
|
1106
|
+
ru_actual: z.ZodNumber;
|
|
1107
|
+
en_actual: z.ZodNumber;
|
|
1108
|
+
diff: z.ZodNumber;
|
|
1109
|
+
message: z.ZodString;
|
|
1110
|
+
}, z.core.$strip>>;
|
|
1111
|
+
orphans: z.ZodArray<z.ZodObject<{
|
|
1112
|
+
domain: z.ZodEnum<{
|
|
1113
|
+
development: "development";
|
|
1114
|
+
content: "content";
|
|
1115
|
+
analytics: "analytics";
|
|
1116
|
+
product: "product";
|
|
1117
|
+
}>;
|
|
1118
|
+
id: z.ZodString;
|
|
1119
|
+
file_type: z.ZodEnum<{
|
|
1120
|
+
agent: "agent";
|
|
1121
|
+
skill: "skill";
|
|
1122
|
+
}>;
|
|
1123
|
+
present_locale: z.ZodEnum<{
|
|
1124
|
+
ru: "ru";
|
|
1125
|
+
en: "en";
|
|
1126
|
+
}>;
|
|
1127
|
+
present_path: z.ZodString;
|
|
1128
|
+
missing_locale: z.ZodEnum<{
|
|
1129
|
+
ru: "ru";
|
|
1130
|
+
en: "en";
|
|
1131
|
+
}>;
|
|
1132
|
+
message: z.ZodString;
|
|
1133
|
+
}, z.core.$strip>>;
|
|
1134
|
+
scanned: z.ZodObject<{
|
|
1135
|
+
pairs: z.ZodNumber;
|
|
1136
|
+
agents: z.ZodNumber;
|
|
1137
|
+
skills: z.ZodNumber;
|
|
1138
|
+
}, z.core.$strip>;
|
|
1139
|
+
}, z.core.$strip>;
|
|
1140
|
+
export type AuditBilocaleParityInput = z.infer<typeof AuditBilocaleParityInput>;
|
|
1141
|
+
export type AuditBilocaleParityOutput = z.infer<typeof AuditBilocaleParityOutput>;
|
|
1142
|
+
export declare const AggregateRunMetricsInput: z.ZodObject<{
|
|
1143
|
+
min_runs: z.ZodDefault<z.ZodNumber>;
|
|
1144
|
+
}, z.core.$strip>;
|
|
1145
|
+
export declare const AggregateRunMetricsOutput: z.ZodObject<{
|
|
1146
|
+
runs_in_ledger: z.ZodNumber;
|
|
1147
|
+
runs_completed: z.ZodNumber;
|
|
1148
|
+
min_runs: z.ZodNumber;
|
|
1149
|
+
met_threshold: z.ZodBoolean;
|
|
1150
|
+
per_workflow: z.ZodArray<z.ZodObject<{
|
|
1151
|
+
mode: z.ZodEnum<{
|
|
1152
|
+
full: "full";
|
|
1153
|
+
bugfix: "bugfix";
|
|
1154
|
+
hotfix: "hotfix";
|
|
1155
|
+
}>;
|
|
1156
|
+
runs: z.ZodNumber;
|
|
1157
|
+
completed: z.ZodNumber;
|
|
1158
|
+
avg_dev_rollbacks: z.ZodNumber;
|
|
1159
|
+
circuit_breaker_trips: z.ZodNumber;
|
|
1160
|
+
total_exceptions: z.ZodNumber;
|
|
1161
|
+
}, z.core.$strip>>;
|
|
1162
|
+
per_agent: z.ZodArray<z.ZodObject<{
|
|
1163
|
+
role: z.ZodString;
|
|
1164
|
+
gate: z.ZodEnum<{
|
|
1165
|
+
PM: "PM";
|
|
1166
|
+
UX: "UX";
|
|
1167
|
+
ARCH: "ARCH";
|
|
1168
|
+
DEV: "DEV";
|
|
1169
|
+
REV: "REV";
|
|
1170
|
+
OPS: "OPS";
|
|
1171
|
+
TEST: "TEST";
|
|
1172
|
+
RG: "RG";
|
|
1173
|
+
STRATEGIST: "STRATEGIST";
|
|
1174
|
+
RESEARCHER: "RESEARCHER";
|
|
1175
|
+
COPYWRITER: "COPYWRITER";
|
|
1176
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1177
|
+
REVIEWER: "REVIEWER";
|
|
1178
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1179
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1180
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1181
|
+
MEDIATOR: "MEDIATOR";
|
|
1182
|
+
DESIGNER: "DESIGNER";
|
|
1183
|
+
LAYOUTER: "LAYOUTER";
|
|
1184
|
+
DISCOVERY: "DISCOVERY";
|
|
1185
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1186
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1187
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1188
|
+
}>;
|
|
1189
|
+
runs_involved: z.ZodNumber;
|
|
1190
|
+
reworked: z.ZodNumber;
|
|
1191
|
+
first_try_rate: z.ZodNumber;
|
|
1192
|
+
exceptions: z.ZodNumber;
|
|
1193
|
+
classification_breakdown: z.ZodObject<{
|
|
1194
|
+
auto_resolve: z.ZodNumber;
|
|
1195
|
+
fork: z.ZodNumber;
|
|
1196
|
+
exception: z.ZodNumber;
|
|
1197
|
+
}, z.core.$strip>;
|
|
1198
|
+
}, z.core.$strip>>;
|
|
1199
|
+
per_skill: z.ZodArray<z.ZodObject<{
|
|
1200
|
+
skill: z.ZodString;
|
|
1201
|
+
invocations: z.ZodNumber;
|
|
1202
|
+
runs_invoked_in: z.ZodNumber;
|
|
1203
|
+
gates: z.ZodArray<z.ZodString>;
|
|
1204
|
+
}, z.core.$strip>>;
|
|
1205
|
+
notes: z.ZodArray<z.ZodString>;
|
|
1206
|
+
}, z.core.$strip>;
|
|
1207
|
+
export type AggregateRunMetricsInput = z.infer<typeof AggregateRunMetricsInput>;
|
|
1208
|
+
export type AggregateRunMetricsOutput = z.infer<typeof AggregateRunMetricsOutput>;
|
|
1209
|
+
/**
|
|
1210
|
+
* The kind of change a proposal requests. Maps 1:1 to the autonomy-matrix risk
|
|
1211
|
+
* tiers (ADR-DEV-122 agent.md): edit_minor → low (auto when gate off),
|
|
1212
|
+
* add_asset → additive (auto when gate off, dedup-guarded in item 4c),
|
|
1213
|
+
* destructive → high (always human, even in autonomy).
|
|
1214
|
+
*/
|
|
1215
|
+
export declare const ProposalChangeKind: z.ZodEnum<{
|
|
1216
|
+
edit_minor: "edit_minor";
|
|
1217
|
+
add_asset: "add_asset";
|
|
1218
|
+
destructive: "destructive";
|
|
1219
|
+
}>;
|
|
1220
|
+
export type ProposalChangeKind = z.infer<typeof ProposalChangeKind>;
|
|
1221
|
+
/** Risk tier surfaced on the record so the approval layer (4b) routes without re-deriving. */
|
|
1222
|
+
export declare const ProposalRisk: z.ZodEnum<{
|
|
1223
|
+
low: "low";
|
|
1224
|
+
high: "high";
|
|
1225
|
+
additive: "additive";
|
|
1226
|
+
}>;
|
|
1227
|
+
export type ProposalRisk = z.infer<typeof ProposalRisk>;
|
|
1228
|
+
/**
|
|
1229
|
+
* Proposal lifecycle status. 4a (this ADR) only ever writes "pending"; the rest
|
|
1230
|
+
* are forward-declared so the approval/apply layer (4b) extends behaviour without
|
|
1231
|
+
* reshaping the record. list_proposals tolerates all of them.
|
|
1232
|
+
*/
|
|
1233
|
+
export declare const ProposalStatus: z.ZodEnum<{
|
|
1234
|
+
applied: "applied";
|
|
1235
|
+
pending: "pending";
|
|
1236
|
+
approved: "approved";
|
|
1237
|
+
rejected: "rejected";
|
|
1238
|
+
superseded: "superseded";
|
|
1239
|
+
}>;
|
|
1240
|
+
export type ProposalStatus = z.infer<typeof ProposalStatus>;
|
|
1241
|
+
/** What asset a proposal targets. For add_asset, `name` is the proposed new asset's name. */
|
|
1242
|
+
export declare const ProposalTarget: z.ZodObject<{
|
|
1243
|
+
domain: z.ZodEnum<{
|
|
1244
|
+
development: "development";
|
|
1245
|
+
content: "content";
|
|
1246
|
+
analytics: "analytics";
|
|
1247
|
+
product: "product";
|
|
1248
|
+
}>;
|
|
1249
|
+
asset: z.ZodEnum<{
|
|
1250
|
+
agent: "agent";
|
|
1251
|
+
skill: "skill";
|
|
1252
|
+
}>;
|
|
1253
|
+
name: z.ZodString;
|
|
1254
|
+
}, z.core.$strip>;
|
|
1255
|
+
export type ProposalTarget = z.infer<typeof ProposalTarget>;
|
|
1256
|
+
export declare const ProposeChangeInput: z.ZodObject<{
|
|
1257
|
+
target: z.ZodObject<{
|
|
1258
|
+
domain: z.ZodEnum<{
|
|
1259
|
+
development: "development";
|
|
1260
|
+
content: "content";
|
|
1261
|
+
analytics: "analytics";
|
|
1262
|
+
product: "product";
|
|
1263
|
+
}>;
|
|
1264
|
+
asset: z.ZodEnum<{
|
|
1265
|
+
agent: "agent";
|
|
1266
|
+
skill: "skill";
|
|
1267
|
+
}>;
|
|
1268
|
+
name: z.ZodString;
|
|
1269
|
+
}, z.core.$strip>;
|
|
1270
|
+
change_kind: z.ZodEnum<{
|
|
1271
|
+
edit_minor: "edit_minor";
|
|
1272
|
+
add_asset: "add_asset";
|
|
1273
|
+
destructive: "destructive";
|
|
1274
|
+
}>;
|
|
1275
|
+
rationale: z.ZodString;
|
|
1276
|
+
evidence: z.ZodString;
|
|
1277
|
+
threshold_met: z.ZodBoolean;
|
|
1278
|
+
draft: z.ZodString;
|
|
1279
|
+
}, z.core.$strip>;
|
|
1280
|
+
export declare const ProposeChangeOutput: z.ZodObject<{
|
|
1281
|
+
id: z.ZodString;
|
|
1282
|
+
status: z.ZodEnum<{
|
|
1283
|
+
applied: "applied";
|
|
1284
|
+
pending: "pending";
|
|
1285
|
+
approved: "approved";
|
|
1286
|
+
rejected: "rejected";
|
|
1287
|
+
superseded: "superseded";
|
|
1288
|
+
}>;
|
|
1289
|
+
risk: z.ZodEnum<{
|
|
1290
|
+
low: "low";
|
|
1291
|
+
high: "high";
|
|
1292
|
+
additive: "additive";
|
|
1293
|
+
}>;
|
|
1294
|
+
path: z.ZodString;
|
|
1295
|
+
}, z.core.$strip>;
|
|
1296
|
+
export type ProposeChangeInput = z.infer<typeof ProposeChangeInput>;
|
|
1297
|
+
export type ProposeChangeOutput = z.infer<typeof ProposeChangeOutput>;
|
|
1298
|
+
/** One stored proposal. Shared by the store reader and list_proposals output. */
|
|
1299
|
+
export declare const ProposalRecord: z.ZodObject<{
|
|
1300
|
+
id: z.ZodString;
|
|
1301
|
+
created_at: z.ZodString;
|
|
1302
|
+
status: z.ZodEnum<{
|
|
1303
|
+
applied: "applied";
|
|
1304
|
+
pending: "pending";
|
|
1305
|
+
approved: "approved";
|
|
1306
|
+
rejected: "rejected";
|
|
1307
|
+
superseded: "superseded";
|
|
1308
|
+
}>;
|
|
1309
|
+
risk: z.ZodEnum<{
|
|
1310
|
+
low: "low";
|
|
1311
|
+
high: "high";
|
|
1312
|
+
additive: "additive";
|
|
1313
|
+
}>;
|
|
1314
|
+
target: z.ZodObject<{
|
|
1315
|
+
domain: z.ZodEnum<{
|
|
1316
|
+
development: "development";
|
|
1317
|
+
content: "content";
|
|
1318
|
+
analytics: "analytics";
|
|
1319
|
+
product: "product";
|
|
1320
|
+
}>;
|
|
1321
|
+
asset: z.ZodEnum<{
|
|
1322
|
+
agent: "agent";
|
|
1323
|
+
skill: "skill";
|
|
1324
|
+
}>;
|
|
1325
|
+
name: z.ZodString;
|
|
1326
|
+
}, z.core.$strip>;
|
|
1327
|
+
change_kind: z.ZodEnum<{
|
|
1328
|
+
edit_minor: "edit_minor";
|
|
1329
|
+
add_asset: "add_asset";
|
|
1330
|
+
destructive: "destructive";
|
|
1331
|
+
}>;
|
|
1332
|
+
rationale: z.ZodString;
|
|
1333
|
+
evidence: z.ZodString;
|
|
1334
|
+
threshold_met: z.ZodBoolean;
|
|
1335
|
+
draft: z.ZodString;
|
|
1336
|
+
}, z.core.$strip>;
|
|
1337
|
+
export type ProposalRecord = z.infer<typeof ProposalRecord>;
|
|
1338
|
+
export declare const ListProposalsInput: z.ZodObject<{
|
|
1339
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1340
|
+
applied: "applied";
|
|
1341
|
+
pending: "pending";
|
|
1342
|
+
approved: "approved";
|
|
1343
|
+
rejected: "rejected";
|
|
1344
|
+
superseded: "superseded";
|
|
1345
|
+
}>>;
|
|
1346
|
+
risk: z.ZodOptional<z.ZodEnum<{
|
|
1347
|
+
low: "low";
|
|
1348
|
+
high: "high";
|
|
1349
|
+
additive: "additive";
|
|
1350
|
+
}>>;
|
|
1351
|
+
domain: z.ZodOptional<z.ZodEnum<{
|
|
1352
|
+
development: "development";
|
|
1353
|
+
content: "content";
|
|
1354
|
+
analytics: "analytics";
|
|
1355
|
+
product: "product";
|
|
1356
|
+
}>>;
|
|
1357
|
+
}, z.core.$strip>;
|
|
1358
|
+
export declare const ListProposalsOutput: z.ZodObject<{
|
|
1359
|
+
proposals: z.ZodArray<z.ZodObject<{
|
|
1360
|
+
id: z.ZodString;
|
|
1361
|
+
created_at: z.ZodString;
|
|
1362
|
+
status: z.ZodEnum<{
|
|
1363
|
+
applied: "applied";
|
|
1364
|
+
pending: "pending";
|
|
1365
|
+
approved: "approved";
|
|
1366
|
+
rejected: "rejected";
|
|
1367
|
+
superseded: "superseded";
|
|
1368
|
+
}>;
|
|
1369
|
+
risk: z.ZodEnum<{
|
|
1370
|
+
low: "low";
|
|
1371
|
+
high: "high";
|
|
1372
|
+
additive: "additive";
|
|
1373
|
+
}>;
|
|
1374
|
+
target: z.ZodObject<{
|
|
1375
|
+
domain: z.ZodEnum<{
|
|
1376
|
+
development: "development";
|
|
1377
|
+
content: "content";
|
|
1378
|
+
analytics: "analytics";
|
|
1379
|
+
product: "product";
|
|
1380
|
+
}>;
|
|
1381
|
+
asset: z.ZodEnum<{
|
|
1382
|
+
agent: "agent";
|
|
1383
|
+
skill: "skill";
|
|
1384
|
+
}>;
|
|
1385
|
+
name: z.ZodString;
|
|
1386
|
+
}, z.core.$strip>;
|
|
1387
|
+
change_kind: z.ZodEnum<{
|
|
1388
|
+
edit_minor: "edit_minor";
|
|
1389
|
+
add_asset: "add_asset";
|
|
1390
|
+
destructive: "destructive";
|
|
1391
|
+
}>;
|
|
1392
|
+
rationale: z.ZodString;
|
|
1393
|
+
evidence: z.ZodString;
|
|
1394
|
+
threshold_met: z.ZodBoolean;
|
|
1395
|
+
draft: z.ZodString;
|
|
1396
|
+
}, z.core.$strip>>;
|
|
1397
|
+
}, z.core.$strip>;
|
|
1398
|
+
export type ListProposalsInput = z.infer<typeof ListProposalsInput>;
|
|
1399
|
+
export type ListProposalsOutput = z.infer<typeof ListProposalsOutput>;
|
|
1400
|
+
/**
|
|
1401
|
+
* A status-transition event for a proposal. Appended to proposals.jsonl as a NEW line
|
|
1402
|
+
* (event-sourcing — the original ProposalRecord is never rewritten). readProposals folds
|
|
1403
|
+
* the latest event per id into the record's effective status. ADR-DEV-124.
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const ProposalReviewEvent: z.ZodObject<{
|
|
1406
|
+
kind: z.ZodLiteral<"review">;
|
|
1407
|
+
id: z.ZodString;
|
|
1408
|
+
status: z.ZodEnum<{
|
|
1409
|
+
applied: "applied";
|
|
1410
|
+
pending: "pending";
|
|
1411
|
+
approved: "approved";
|
|
1412
|
+
rejected: "rejected";
|
|
1413
|
+
superseded: "superseded";
|
|
1414
|
+
}>;
|
|
1415
|
+
decided_by: z.ZodEnum<{
|
|
1416
|
+
den: "den";
|
|
1417
|
+
auditor_auto: "auditor_auto";
|
|
1418
|
+
}>;
|
|
1419
|
+
note: z.ZodOptional<z.ZodString>;
|
|
1420
|
+
reviewed_at: z.ZodString;
|
|
1421
|
+
}, z.core.$strip>;
|
|
1422
|
+
export type ProposalReviewEvent = z.infer<typeof ProposalReviewEvent>;
|
|
1423
|
+
export declare const ReviewProposalInput: z.ZodObject<{
|
|
1424
|
+
id: z.ZodString;
|
|
1425
|
+
decision: z.ZodEnum<{
|
|
1426
|
+
applied: "applied";
|
|
1427
|
+
approve: "approve";
|
|
1428
|
+
reject: "reject";
|
|
1429
|
+
}>;
|
|
1430
|
+
decided_by: z.ZodEnum<{
|
|
1431
|
+
den: "den";
|
|
1432
|
+
auditor_auto: "auditor_auto";
|
|
1433
|
+
}>;
|
|
1434
|
+
note: z.ZodOptional<z.ZodString>;
|
|
1435
|
+
}, z.core.$strip>;
|
|
1436
|
+
export declare const ReviewProposalOutput: z.ZodObject<{
|
|
1437
|
+
id: z.ZodString;
|
|
1438
|
+
status: z.ZodEnum<{
|
|
1439
|
+
applied: "applied";
|
|
1440
|
+
pending: "pending";
|
|
1441
|
+
approved: "approved";
|
|
1442
|
+
rejected: "rejected";
|
|
1443
|
+
superseded: "superseded";
|
|
1444
|
+
}>;
|
|
1445
|
+
risk: z.ZodEnum<{
|
|
1446
|
+
low: "low";
|
|
1447
|
+
high: "high";
|
|
1448
|
+
additive: "additive";
|
|
1449
|
+
}>;
|
|
1450
|
+
decided_by: z.ZodString;
|
|
1451
|
+
target: z.ZodObject<{
|
|
1452
|
+
domain: z.ZodEnum<{
|
|
1453
|
+
development: "development";
|
|
1454
|
+
content: "content";
|
|
1455
|
+
analytics: "analytics";
|
|
1456
|
+
product: "product";
|
|
1457
|
+
}>;
|
|
1458
|
+
asset: z.ZodEnum<{
|
|
1459
|
+
agent: "agent";
|
|
1460
|
+
skill: "skill";
|
|
1461
|
+
}>;
|
|
1462
|
+
name: z.ZodString;
|
|
1463
|
+
}, z.core.$strip>;
|
|
1464
|
+
next_step: z.ZodString;
|
|
1465
|
+
}, z.core.$strip>;
|
|
1466
|
+
export type ReviewProposalInput = z.infer<typeof ReviewProposalInput>;
|
|
1467
|
+
export type ReviewProposalOutput = z.infer<typeof ReviewProposalOutput>;
|
|
730
1468
|
export declare const RunTestsInput: z.ZodObject<{
|
|
731
1469
|
task_id: z.ZodString;
|
|
732
1470
|
cwd: z.ZodOptional<z.ZodString>;
|
|
@@ -861,7 +1599,11 @@ export declare const TOOL_REGISTRY: {
|
|
|
861
1599
|
analytics: "analytics";
|
|
862
1600
|
product: "product";
|
|
863
1601
|
}>;
|
|
864
|
-
|
|
1602
|
+
kind: z.ZodDefault<z.ZodEnum<{
|
|
1603
|
+
gate: "gate";
|
|
1604
|
+
meta: "meta";
|
|
1605
|
+
}>>;
|
|
1606
|
+
signs_off_at: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
865
1607
|
PM: "PM";
|
|
866
1608
|
UX: "UX";
|
|
867
1609
|
ARCH: "ARCH";
|
|
@@ -870,7 +1612,22 @@ export declare const TOOL_REGISTRY: {
|
|
|
870
1612
|
OPS: "OPS";
|
|
871
1613
|
TEST: "TEST";
|
|
872
1614
|
RG: "RG";
|
|
873
|
-
|
|
1615
|
+
STRATEGIST: "STRATEGIST";
|
|
1616
|
+
RESEARCHER: "RESEARCHER";
|
|
1617
|
+
COPYWRITER: "COPYWRITER";
|
|
1618
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1619
|
+
REVIEWER: "REVIEWER";
|
|
1620
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1621
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1622
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1623
|
+
MEDIATOR: "MEDIATOR";
|
|
1624
|
+
DESIGNER: "DESIGNER";
|
|
1625
|
+
LAYOUTER: "LAYOUTER";
|
|
1626
|
+
DISCOVERY: "DISCOVERY";
|
|
1627
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1628
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1629
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1630
|
+
}>>>;
|
|
874
1631
|
tool_allowlist: z.ZodString;
|
|
875
1632
|
budget_lines: z.ZodDefault<z.ZodNumber>;
|
|
876
1633
|
schema_version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
@@ -963,6 +1720,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
963
1720
|
OPS: "OPS";
|
|
964
1721
|
TEST: "TEST";
|
|
965
1722
|
RG: "RG";
|
|
1723
|
+
STRATEGIST: "STRATEGIST";
|
|
1724
|
+
RESEARCHER: "RESEARCHER";
|
|
1725
|
+
COPYWRITER: "COPYWRITER";
|
|
1726
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1727
|
+
REVIEWER: "REVIEWER";
|
|
1728
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1729
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1730
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1731
|
+
MEDIATOR: "MEDIATOR";
|
|
1732
|
+
DESIGNER: "DESIGNER";
|
|
1733
|
+
LAYOUTER: "LAYOUTER";
|
|
1734
|
+
DISCOVERY: "DISCOVERY";
|
|
1735
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1736
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1737
|
+
TECH_LEAD: "TECH_LEAD";
|
|
966
1738
|
}>>;
|
|
967
1739
|
tech: z.ZodOptional<z.ZodString>;
|
|
968
1740
|
topic: z.ZodOptional<z.ZodString>;
|
|
@@ -987,6 +1759,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
987
1759
|
OPS: "OPS";
|
|
988
1760
|
TEST: "TEST";
|
|
989
1761
|
RG: "RG";
|
|
1762
|
+
STRATEGIST: "STRATEGIST";
|
|
1763
|
+
RESEARCHER: "RESEARCHER";
|
|
1764
|
+
COPYWRITER: "COPYWRITER";
|
|
1765
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1766
|
+
REVIEWER: "REVIEWER";
|
|
1767
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1768
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1769
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1770
|
+
MEDIATOR: "MEDIATOR";
|
|
1771
|
+
DESIGNER: "DESIGNER";
|
|
1772
|
+
LAYOUTER: "LAYOUTER";
|
|
1773
|
+
DISCOVERY: "DISCOVERY";
|
|
1774
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1775
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1776
|
+
TECH_LEAD: "TECH_LEAD";
|
|
990
1777
|
}>>;
|
|
991
1778
|
}, z.core.$strip>>;
|
|
992
1779
|
}, z.core.$strip>;
|
|
@@ -1000,6 +1787,32 @@ export declare const TOOL_REGISTRY: {
|
|
|
1000
1787
|
analytics: "analytics";
|
|
1001
1788
|
product: "product";
|
|
1002
1789
|
}>;
|
|
1790
|
+
task_id: z.ZodOptional<z.ZodString>;
|
|
1791
|
+
gate: z.ZodOptional<z.ZodEnum<{
|
|
1792
|
+
PM: "PM";
|
|
1793
|
+
UX: "UX";
|
|
1794
|
+
ARCH: "ARCH";
|
|
1795
|
+
DEV: "DEV";
|
|
1796
|
+
REV: "REV";
|
|
1797
|
+
OPS: "OPS";
|
|
1798
|
+
TEST: "TEST";
|
|
1799
|
+
RG: "RG";
|
|
1800
|
+
STRATEGIST: "STRATEGIST";
|
|
1801
|
+
RESEARCHER: "RESEARCHER";
|
|
1802
|
+
COPYWRITER: "COPYWRITER";
|
|
1803
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1804
|
+
REVIEWER: "REVIEWER";
|
|
1805
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1806
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1807
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1808
|
+
MEDIATOR: "MEDIATOR";
|
|
1809
|
+
DESIGNER: "DESIGNER";
|
|
1810
|
+
LAYOUTER: "LAYOUTER";
|
|
1811
|
+
DISCOVERY: "DISCOVERY";
|
|
1812
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1813
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1814
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1815
|
+
}>>;
|
|
1003
1816
|
}, z.core.$strip>;
|
|
1004
1817
|
readonly output: z.ZodObject<{
|
|
1005
1818
|
frontmatter: z.ZodObject<{
|
|
@@ -1027,8 +1840,24 @@ export declare const TOOL_REGISTRY: {
|
|
|
1027
1840
|
OPS: "OPS";
|
|
1028
1841
|
TEST: "TEST";
|
|
1029
1842
|
RG: "RG";
|
|
1843
|
+
STRATEGIST: "STRATEGIST";
|
|
1844
|
+
RESEARCHER: "RESEARCHER";
|
|
1845
|
+
COPYWRITER: "COPYWRITER";
|
|
1846
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1847
|
+
REVIEWER: "REVIEWER";
|
|
1848
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1849
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1850
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1851
|
+
MEDIATOR: "MEDIATOR";
|
|
1852
|
+
DESIGNER: "DESIGNER";
|
|
1853
|
+
LAYOUTER: "LAYOUTER";
|
|
1854
|
+
DISCOVERY: "DISCOVERY";
|
|
1855
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1856
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1857
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1030
1858
|
}>>>;
|
|
1031
1859
|
tech: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1860
|
+
mcp: "mcp";
|
|
1032
1861
|
typescript: "typescript";
|
|
1033
1862
|
node: "node";
|
|
1034
1863
|
react: "react";
|
|
@@ -1112,6 +1941,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1112
1941
|
OPS: "OPS";
|
|
1113
1942
|
TEST: "TEST";
|
|
1114
1943
|
RG: "RG";
|
|
1944
|
+
STRATEGIST: "STRATEGIST";
|
|
1945
|
+
RESEARCHER: "RESEARCHER";
|
|
1946
|
+
COPYWRITER: "COPYWRITER";
|
|
1947
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1948
|
+
REVIEWER: "REVIEWER";
|
|
1949
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1950
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1951
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
1952
|
+
MEDIATOR: "MEDIATOR";
|
|
1953
|
+
DESIGNER: "DESIGNER";
|
|
1954
|
+
LAYOUTER: "LAYOUTER";
|
|
1955
|
+
DISCOVERY: "DISCOVERY";
|
|
1956
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
1957
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
1958
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1115
1959
|
}>;
|
|
1116
1960
|
question: z.ZodString;
|
|
1117
1961
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -1125,8 +1969,8 @@ export declare const TOOL_REGISTRY: {
|
|
|
1125
1969
|
readonly output: z.ZodObject<{
|
|
1126
1970
|
chosen_option_id: z.ZodString;
|
|
1127
1971
|
signer: z.ZodEnum<{
|
|
1128
|
-
mcp: "mcp";
|
|
1129
1972
|
den: "den";
|
|
1973
|
+
mcp: "mcp";
|
|
1130
1974
|
system: "system";
|
|
1131
1975
|
}>;
|
|
1132
1976
|
adr_id: z.ZodString;
|
|
@@ -1145,6 +1989,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1145
1989
|
OPS: "OPS";
|
|
1146
1990
|
TEST: "TEST";
|
|
1147
1991
|
RG: "RG";
|
|
1992
|
+
STRATEGIST: "STRATEGIST";
|
|
1993
|
+
RESEARCHER: "RESEARCHER";
|
|
1994
|
+
COPYWRITER: "COPYWRITER";
|
|
1995
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
1996
|
+
REVIEWER: "REVIEWER";
|
|
1997
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
1998
|
+
INTERVIEWER: "INTERVIEWER";
|
|
1999
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2000
|
+
MEDIATOR: "MEDIATOR";
|
|
2001
|
+
DESIGNER: "DESIGNER";
|
|
2002
|
+
LAYOUTER: "LAYOUTER";
|
|
2003
|
+
DISCOVERY: "DISCOVERY";
|
|
2004
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2005
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2006
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1148
2007
|
}>;
|
|
1149
2008
|
question: z.ZodString;
|
|
1150
2009
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -1156,8 +2015,8 @@ export declare const TOOL_REGISTRY: {
|
|
|
1156
2015
|
chosen_option_id: z.ZodString;
|
|
1157
2016
|
rationale: z.ZodString;
|
|
1158
2017
|
signer: z.ZodEnum<{
|
|
1159
|
-
mcp: "mcp";
|
|
1160
2018
|
den: "den";
|
|
2019
|
+
mcp: "mcp";
|
|
1161
2020
|
system: "system";
|
|
1162
2021
|
}>;
|
|
1163
2022
|
supersedes: z.ZodOptional<z.ZodString>;
|
|
@@ -1181,6 +2040,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1181
2040
|
OPS: "OPS";
|
|
1182
2041
|
TEST: "TEST";
|
|
1183
2042
|
RG: "RG";
|
|
2043
|
+
STRATEGIST: "STRATEGIST";
|
|
2044
|
+
RESEARCHER: "RESEARCHER";
|
|
2045
|
+
COPYWRITER: "COPYWRITER";
|
|
2046
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2047
|
+
REVIEWER: "REVIEWER";
|
|
2048
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2049
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2050
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2051
|
+
MEDIATOR: "MEDIATOR";
|
|
2052
|
+
DESIGNER: "DESIGNER";
|
|
2053
|
+
LAYOUTER: "LAYOUTER";
|
|
2054
|
+
DISCOVERY: "DISCOVERY";
|
|
2055
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2056
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2057
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1184
2058
|
}>;
|
|
1185
2059
|
outcome: z.ZodEnum<{
|
|
1186
2060
|
auto_resolve: "auto_resolve";
|
|
@@ -1215,6 +2089,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1215
2089
|
OPS: "OPS";
|
|
1216
2090
|
TEST: "TEST";
|
|
1217
2091
|
RG: "RG";
|
|
2092
|
+
STRATEGIST: "STRATEGIST";
|
|
2093
|
+
RESEARCHER: "RESEARCHER";
|
|
2094
|
+
COPYWRITER: "COPYWRITER";
|
|
2095
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2096
|
+
REVIEWER: "REVIEWER";
|
|
2097
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2098
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2099
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2100
|
+
MEDIATOR: "MEDIATOR";
|
|
2101
|
+
DESIGNER: "DESIGNER";
|
|
2102
|
+
LAYOUTER: "LAYOUTER";
|
|
2103
|
+
DISCOVERY: "DISCOVERY";
|
|
2104
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2105
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2106
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1218
2107
|
}>;
|
|
1219
2108
|
to_gate: z.ZodEnum<{
|
|
1220
2109
|
PM: "PM";
|
|
@@ -1225,6 +2114,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1225
2114
|
OPS: "OPS";
|
|
1226
2115
|
TEST: "TEST";
|
|
1227
2116
|
RG: "RG";
|
|
2117
|
+
STRATEGIST: "STRATEGIST";
|
|
2118
|
+
RESEARCHER: "RESEARCHER";
|
|
2119
|
+
COPYWRITER: "COPYWRITER";
|
|
2120
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2121
|
+
REVIEWER: "REVIEWER";
|
|
2122
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2123
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2124
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2125
|
+
MEDIATOR: "MEDIATOR";
|
|
2126
|
+
DESIGNER: "DESIGNER";
|
|
2127
|
+
LAYOUTER: "LAYOUTER";
|
|
2128
|
+
DISCOVERY: "DISCOVERY";
|
|
2129
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2130
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2131
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1228
2132
|
}>;
|
|
1229
2133
|
handoff_string: z.ZodString;
|
|
1230
2134
|
}, z.core.$strip>;
|
|
@@ -1239,6 +2143,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1239
2143
|
OPS: "OPS";
|
|
1240
2144
|
TEST: "TEST";
|
|
1241
2145
|
RG: "RG";
|
|
2146
|
+
STRATEGIST: "STRATEGIST";
|
|
2147
|
+
RESEARCHER: "RESEARCHER";
|
|
2148
|
+
COPYWRITER: "COPYWRITER";
|
|
2149
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2150
|
+
REVIEWER: "REVIEWER";
|
|
2151
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2152
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2153
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2154
|
+
MEDIATOR: "MEDIATOR";
|
|
2155
|
+
DESIGNER: "DESIGNER";
|
|
2156
|
+
LAYOUTER: "LAYOUTER";
|
|
2157
|
+
DISCOVERY: "DISCOVERY";
|
|
2158
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2159
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2160
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1242
2161
|
}>;
|
|
1243
2162
|
allowed_tools: z.ZodArray<z.ZodString>;
|
|
1244
2163
|
}, z.core.$strip>;
|
|
@@ -1262,6 +2181,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1262
2181
|
OPS: "OPS";
|
|
1263
2182
|
TEST: "TEST";
|
|
1264
2183
|
RG: "RG";
|
|
2184
|
+
STRATEGIST: "STRATEGIST";
|
|
2185
|
+
RESEARCHER: "RESEARCHER";
|
|
2186
|
+
COPYWRITER: "COPYWRITER";
|
|
2187
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2188
|
+
REVIEWER: "REVIEWER";
|
|
2189
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2190
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2191
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2192
|
+
MEDIATOR: "MEDIATOR";
|
|
2193
|
+
DESIGNER: "DESIGNER";
|
|
2194
|
+
LAYOUTER: "LAYOUTER";
|
|
2195
|
+
DISCOVERY: "DISCOVERY";
|
|
2196
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2197
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2198
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1265
2199
|
}>;
|
|
1266
2200
|
allowed_tools: z.ZodArray<z.ZodString>;
|
|
1267
2201
|
required_handoff_fields: z.ZodArray<z.ZodString>;
|
|
@@ -1280,10 +2214,25 @@ export declare const TOOL_REGISTRY: {
|
|
|
1280
2214
|
OPS: "OPS";
|
|
1281
2215
|
TEST: "TEST";
|
|
1282
2216
|
RG: "RG";
|
|
2217
|
+
STRATEGIST: "STRATEGIST";
|
|
2218
|
+
RESEARCHER: "RESEARCHER";
|
|
2219
|
+
COPYWRITER: "COPYWRITER";
|
|
2220
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2221
|
+
REVIEWER: "REVIEWER";
|
|
2222
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2223
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2224
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2225
|
+
MEDIATOR: "MEDIATOR";
|
|
2226
|
+
DESIGNER: "DESIGNER";
|
|
2227
|
+
LAYOUTER: "LAYOUTER";
|
|
2228
|
+
DISCOVERY: "DISCOVERY";
|
|
2229
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2230
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2231
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1283
2232
|
}>;
|
|
1284
2233
|
signer: z.ZodEnum<{
|
|
1285
|
-
mcp: "mcp";
|
|
1286
2234
|
den: "den";
|
|
2235
|
+
mcp: "mcp";
|
|
1287
2236
|
system: "system";
|
|
1288
2237
|
}>;
|
|
1289
2238
|
evidence: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1291,8 +2240,8 @@ export declare const TOOL_REGISTRY: {
|
|
|
1291
2240
|
readonly output: z.ZodObject<{
|
|
1292
2241
|
signed: z.ZodLiteral<true>;
|
|
1293
2242
|
signer: z.ZodEnum<{
|
|
1294
|
-
mcp: "mcp";
|
|
1295
2243
|
den: "den";
|
|
2244
|
+
mcp: "mcp";
|
|
1296
2245
|
system: "system";
|
|
1297
2246
|
}>;
|
|
1298
2247
|
timestamp: z.ZodString;
|
|
@@ -1323,6 +2272,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1323
2272
|
OPS: "OPS";
|
|
1324
2273
|
TEST: "TEST";
|
|
1325
2274
|
RG: "RG";
|
|
2275
|
+
STRATEGIST: "STRATEGIST";
|
|
2276
|
+
RESEARCHER: "RESEARCHER";
|
|
2277
|
+
COPYWRITER: "COPYWRITER";
|
|
2278
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2279
|
+
REVIEWER: "REVIEWER";
|
|
2280
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2281
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2282
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2283
|
+
MEDIATOR: "MEDIATOR";
|
|
2284
|
+
DESIGNER: "DESIGNER";
|
|
2285
|
+
LAYOUTER: "LAYOUTER";
|
|
2286
|
+
DISCOVERY: "DISCOVERY";
|
|
2287
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2288
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2289
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1326
2290
|
}>>;
|
|
1327
2291
|
}, z.core.$strip>;
|
|
1328
2292
|
readonly output: z.ZodObject<{
|
|
@@ -1368,6 +2332,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1368
2332
|
OPS: "OPS";
|
|
1369
2333
|
TEST: "TEST";
|
|
1370
2334
|
RG: "RG";
|
|
2335
|
+
STRATEGIST: "STRATEGIST";
|
|
2336
|
+
RESEARCHER: "RESEARCHER";
|
|
2337
|
+
COPYWRITER: "COPYWRITER";
|
|
2338
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2339
|
+
REVIEWER: "REVIEWER";
|
|
2340
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2341
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2342
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2343
|
+
MEDIATOR: "MEDIATOR";
|
|
2344
|
+
DESIGNER: "DESIGNER";
|
|
2345
|
+
LAYOUTER: "LAYOUTER";
|
|
2346
|
+
DISCOVERY: "DISCOVERY";
|
|
2347
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2348
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2349
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1371
2350
|
}>;
|
|
1372
2351
|
what_failed: z.ZodString;
|
|
1373
2352
|
breakdown: z.ZodArray<z.ZodObject<{
|
|
@@ -1379,8 +2358,8 @@ export declare const TOOL_REGISTRY: {
|
|
|
1379
2358
|
readonly output: z.ZodObject<{
|
|
1380
2359
|
exception_id: z.ZodString;
|
|
1381
2360
|
surfaced_to: z.ZodEnum<{
|
|
1382
|
-
mcp: "mcp";
|
|
1383
2361
|
den: "den";
|
|
2362
|
+
mcp: "mcp";
|
|
1384
2363
|
system: "system";
|
|
1385
2364
|
}>;
|
|
1386
2365
|
}, z.core.$strip>;
|
|
@@ -1397,6 +2376,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1397
2376
|
OPS: "OPS";
|
|
1398
2377
|
TEST: "TEST";
|
|
1399
2378
|
RG: "RG";
|
|
2379
|
+
STRATEGIST: "STRATEGIST";
|
|
2380
|
+
RESEARCHER: "RESEARCHER";
|
|
2381
|
+
COPYWRITER: "COPYWRITER";
|
|
2382
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2383
|
+
REVIEWER: "REVIEWER";
|
|
2384
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2385
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2386
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2387
|
+
MEDIATOR: "MEDIATOR";
|
|
2388
|
+
DESIGNER: "DESIGNER";
|
|
2389
|
+
LAYOUTER: "LAYOUTER";
|
|
2390
|
+
DISCOVERY: "DISCOVERY";
|
|
2391
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2392
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2393
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1400
2394
|
}>;
|
|
1401
2395
|
format: z.ZodDefault<z.ZodEnum<{
|
|
1402
2396
|
raw: "raw";
|
|
@@ -1424,6 +2418,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1424
2418
|
OPS: "OPS";
|
|
1425
2419
|
TEST: "TEST";
|
|
1426
2420
|
RG: "RG";
|
|
2421
|
+
STRATEGIST: "STRATEGIST";
|
|
2422
|
+
RESEARCHER: "RESEARCHER";
|
|
2423
|
+
COPYWRITER: "COPYWRITER";
|
|
2424
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2425
|
+
REVIEWER: "REVIEWER";
|
|
2426
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2427
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2428
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2429
|
+
MEDIATOR: "MEDIATOR";
|
|
2430
|
+
DESIGNER: "DESIGNER";
|
|
2431
|
+
LAYOUTER: "LAYOUTER";
|
|
2432
|
+
DISCOVERY: "DISCOVERY";
|
|
2433
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2434
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2435
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1427
2436
|
}>;
|
|
1428
2437
|
class: z.ZodEnum<{
|
|
1429
2438
|
skill: "skill";
|
|
@@ -1466,6 +2475,21 @@ export declare const TOOL_REGISTRY: {
|
|
|
1466
2475
|
OPS: "OPS";
|
|
1467
2476
|
TEST: "TEST";
|
|
1468
2477
|
RG: "RG";
|
|
2478
|
+
STRATEGIST: "STRATEGIST";
|
|
2479
|
+
RESEARCHER: "RESEARCHER";
|
|
2480
|
+
COPYWRITER: "COPYWRITER";
|
|
2481
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2482
|
+
REVIEWER: "REVIEWER";
|
|
2483
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2484
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2485
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2486
|
+
MEDIATOR: "MEDIATOR";
|
|
2487
|
+
DESIGNER: "DESIGNER";
|
|
2488
|
+
LAYOUTER: "LAYOUTER";
|
|
2489
|
+
DISCOVERY: "DISCOVERY";
|
|
2490
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2491
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2492
|
+
TECH_LEAD: "TECH_LEAD";
|
|
1469
2493
|
}>>;
|
|
1470
2494
|
details: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1471
2495
|
}, z.core.$strip>>;
|
|
@@ -1489,8 +2513,8 @@ export declare const TOOL_REGISTRY: {
|
|
|
1489
2513
|
question: z.ZodString;
|
|
1490
2514
|
chosen_option_id: z.ZodString;
|
|
1491
2515
|
signer: z.ZodEnum<{
|
|
1492
|
-
mcp: "mcp";
|
|
1493
2516
|
den: "den";
|
|
2517
|
+
mcp: "mcp";
|
|
1494
2518
|
system: "system";
|
|
1495
2519
|
}>;
|
|
1496
2520
|
}, z.core.$strip>>;
|
|
@@ -1538,6 +2562,348 @@ export declare const TOOL_REGISTRY: {
|
|
|
1538
2562
|
}, z.core.$strip>>;
|
|
1539
2563
|
}, z.core.$strip>;
|
|
1540
2564
|
};
|
|
2565
|
+
readonly audit_budget_compliance: {
|
|
2566
|
+
readonly input: z.ZodObject<{
|
|
2567
|
+
domain: z.ZodUnion<readonly [z.ZodEnum<{
|
|
2568
|
+
development: "development";
|
|
2569
|
+
content: "content";
|
|
2570
|
+
analytics: "analytics";
|
|
2571
|
+
product: "product";
|
|
2572
|
+
}>, z.ZodLiteral<"*">]>;
|
|
2573
|
+
}, z.core.$strip>;
|
|
2574
|
+
readonly output: z.ZodObject<{
|
|
2575
|
+
schema_violations: z.ZodArray<z.ZodObject<{
|
|
2576
|
+
domain: z.ZodEnum<{
|
|
2577
|
+
development: "development";
|
|
2578
|
+
content: "content";
|
|
2579
|
+
analytics: "analytics";
|
|
2580
|
+
product: "product";
|
|
2581
|
+
}>;
|
|
2582
|
+
file: z.ZodString;
|
|
2583
|
+
file_type: z.ZodEnum<{
|
|
2584
|
+
agent: "agent";
|
|
2585
|
+
skill: "skill";
|
|
2586
|
+
}>;
|
|
2587
|
+
declared_budget: z.ZodNumber;
|
|
2588
|
+
schema_max: z.ZodNumber;
|
|
2589
|
+
message: z.ZodString;
|
|
2590
|
+
}, z.core.$strip>>;
|
|
2591
|
+
budget_violations: z.ZodArray<z.ZodObject<{
|
|
2592
|
+
domain: z.ZodEnum<{
|
|
2593
|
+
development: "development";
|
|
2594
|
+
content: "content";
|
|
2595
|
+
analytics: "analytics";
|
|
2596
|
+
product: "product";
|
|
2597
|
+
}>;
|
|
2598
|
+
file: z.ZodString;
|
|
2599
|
+
file_type: z.ZodEnum<{
|
|
2600
|
+
agent: "agent";
|
|
2601
|
+
skill: "skill";
|
|
2602
|
+
}>;
|
|
2603
|
+
declared_budget: z.ZodNumber;
|
|
2604
|
+
actual_lines: z.ZodNumber;
|
|
2605
|
+
overage: z.ZodNumber;
|
|
2606
|
+
message: z.ZodString;
|
|
2607
|
+
}, z.core.$strip>>;
|
|
2608
|
+
scanned: z.ZodObject<{
|
|
2609
|
+
agents: z.ZodNumber;
|
|
2610
|
+
skills: z.ZodNumber;
|
|
2611
|
+
}, z.core.$strip>;
|
|
2612
|
+
}, z.core.$strip>;
|
|
2613
|
+
};
|
|
2614
|
+
readonly audit_bilocale_parity: {
|
|
2615
|
+
readonly input: z.ZodObject<{
|
|
2616
|
+
domain: z.ZodUnion<readonly [z.ZodEnum<{
|
|
2617
|
+
development: "development";
|
|
2618
|
+
content: "content";
|
|
2619
|
+
analytics: "analytics";
|
|
2620
|
+
product: "product";
|
|
2621
|
+
}>, z.ZodLiteral<"*">]>;
|
|
2622
|
+
}, z.core.$strip>;
|
|
2623
|
+
readonly output: z.ZodObject<{
|
|
2624
|
+
declared_mismatches: z.ZodArray<z.ZodObject<{
|
|
2625
|
+
domain: z.ZodEnum<{
|
|
2626
|
+
development: "development";
|
|
2627
|
+
content: "content";
|
|
2628
|
+
analytics: "analytics";
|
|
2629
|
+
product: "product";
|
|
2630
|
+
}>;
|
|
2631
|
+
id: z.ZodString;
|
|
2632
|
+
file_type: z.ZodEnum<{
|
|
2633
|
+
agent: "agent";
|
|
2634
|
+
skill: "skill";
|
|
2635
|
+
}>;
|
|
2636
|
+
ru_path: z.ZodString;
|
|
2637
|
+
en_path: z.ZodString;
|
|
2638
|
+
ru_declared: z.ZodNumber;
|
|
2639
|
+
en_declared: z.ZodNumber;
|
|
2640
|
+
message: z.ZodString;
|
|
2641
|
+
}, z.core.$strip>>;
|
|
2642
|
+
actual_mismatches: z.ZodArray<z.ZodObject<{
|
|
2643
|
+
domain: z.ZodEnum<{
|
|
2644
|
+
development: "development";
|
|
2645
|
+
content: "content";
|
|
2646
|
+
analytics: "analytics";
|
|
2647
|
+
product: "product";
|
|
2648
|
+
}>;
|
|
2649
|
+
id: z.ZodString;
|
|
2650
|
+
file_type: z.ZodEnum<{
|
|
2651
|
+
agent: "agent";
|
|
2652
|
+
skill: "skill";
|
|
2653
|
+
}>;
|
|
2654
|
+
ru_path: z.ZodString;
|
|
2655
|
+
en_path: z.ZodString;
|
|
2656
|
+
ru_actual: z.ZodNumber;
|
|
2657
|
+
en_actual: z.ZodNumber;
|
|
2658
|
+
diff: z.ZodNumber;
|
|
2659
|
+
message: z.ZodString;
|
|
2660
|
+
}, z.core.$strip>>;
|
|
2661
|
+
orphans: z.ZodArray<z.ZodObject<{
|
|
2662
|
+
domain: z.ZodEnum<{
|
|
2663
|
+
development: "development";
|
|
2664
|
+
content: "content";
|
|
2665
|
+
analytics: "analytics";
|
|
2666
|
+
product: "product";
|
|
2667
|
+
}>;
|
|
2668
|
+
id: z.ZodString;
|
|
2669
|
+
file_type: z.ZodEnum<{
|
|
2670
|
+
agent: "agent";
|
|
2671
|
+
skill: "skill";
|
|
2672
|
+
}>;
|
|
2673
|
+
present_locale: z.ZodEnum<{
|
|
2674
|
+
ru: "ru";
|
|
2675
|
+
en: "en";
|
|
2676
|
+
}>;
|
|
2677
|
+
present_path: z.ZodString;
|
|
2678
|
+
missing_locale: z.ZodEnum<{
|
|
2679
|
+
ru: "ru";
|
|
2680
|
+
en: "en";
|
|
2681
|
+
}>;
|
|
2682
|
+
message: z.ZodString;
|
|
2683
|
+
}, z.core.$strip>>;
|
|
2684
|
+
scanned: z.ZodObject<{
|
|
2685
|
+
pairs: z.ZodNumber;
|
|
2686
|
+
agents: z.ZodNumber;
|
|
2687
|
+
skills: z.ZodNumber;
|
|
2688
|
+
}, z.core.$strip>;
|
|
2689
|
+
}, z.core.$strip>;
|
|
2690
|
+
};
|
|
2691
|
+
readonly aggregate_run_metrics: {
|
|
2692
|
+
readonly input: z.ZodObject<{
|
|
2693
|
+
min_runs: z.ZodDefault<z.ZodNumber>;
|
|
2694
|
+
}, z.core.$strip>;
|
|
2695
|
+
readonly output: z.ZodObject<{
|
|
2696
|
+
runs_in_ledger: z.ZodNumber;
|
|
2697
|
+
runs_completed: z.ZodNumber;
|
|
2698
|
+
min_runs: z.ZodNumber;
|
|
2699
|
+
met_threshold: z.ZodBoolean;
|
|
2700
|
+
per_workflow: z.ZodArray<z.ZodObject<{
|
|
2701
|
+
mode: z.ZodEnum<{
|
|
2702
|
+
full: "full";
|
|
2703
|
+
bugfix: "bugfix";
|
|
2704
|
+
hotfix: "hotfix";
|
|
2705
|
+
}>;
|
|
2706
|
+
runs: z.ZodNumber;
|
|
2707
|
+
completed: z.ZodNumber;
|
|
2708
|
+
avg_dev_rollbacks: z.ZodNumber;
|
|
2709
|
+
circuit_breaker_trips: z.ZodNumber;
|
|
2710
|
+
total_exceptions: z.ZodNumber;
|
|
2711
|
+
}, z.core.$strip>>;
|
|
2712
|
+
per_agent: z.ZodArray<z.ZodObject<{
|
|
2713
|
+
role: z.ZodString;
|
|
2714
|
+
gate: z.ZodEnum<{
|
|
2715
|
+
PM: "PM";
|
|
2716
|
+
UX: "UX";
|
|
2717
|
+
ARCH: "ARCH";
|
|
2718
|
+
DEV: "DEV";
|
|
2719
|
+
REV: "REV";
|
|
2720
|
+
OPS: "OPS";
|
|
2721
|
+
TEST: "TEST";
|
|
2722
|
+
RG: "RG";
|
|
2723
|
+
STRATEGIST: "STRATEGIST";
|
|
2724
|
+
RESEARCHER: "RESEARCHER";
|
|
2725
|
+
COPYWRITER: "COPYWRITER";
|
|
2726
|
+
VISUAL_CONCEPT: "VISUAL_CONCEPT";
|
|
2727
|
+
REVIEWER: "REVIEWER";
|
|
2728
|
+
RELEASE_GATE: "RELEASE_GATE";
|
|
2729
|
+
INTERVIEWER: "INTERVIEWER";
|
|
2730
|
+
DATA_ANALYST: "DATA_ANALYST";
|
|
2731
|
+
MEDIATOR: "MEDIATOR";
|
|
2732
|
+
DESIGNER: "DESIGNER";
|
|
2733
|
+
LAYOUTER: "LAYOUTER";
|
|
2734
|
+
DISCOVERY: "DISCOVERY";
|
|
2735
|
+
PRODUCT_STRATEGIST: "PRODUCT_STRATEGIST";
|
|
2736
|
+
UX_DESIGNER: "UX_DESIGNER";
|
|
2737
|
+
TECH_LEAD: "TECH_LEAD";
|
|
2738
|
+
}>;
|
|
2739
|
+
runs_involved: z.ZodNumber;
|
|
2740
|
+
reworked: z.ZodNumber;
|
|
2741
|
+
first_try_rate: z.ZodNumber;
|
|
2742
|
+
exceptions: z.ZodNumber;
|
|
2743
|
+
classification_breakdown: z.ZodObject<{
|
|
2744
|
+
auto_resolve: z.ZodNumber;
|
|
2745
|
+
fork: z.ZodNumber;
|
|
2746
|
+
exception: z.ZodNumber;
|
|
2747
|
+
}, z.core.$strip>;
|
|
2748
|
+
}, z.core.$strip>>;
|
|
2749
|
+
per_skill: z.ZodArray<z.ZodObject<{
|
|
2750
|
+
skill: z.ZodString;
|
|
2751
|
+
invocations: z.ZodNumber;
|
|
2752
|
+
runs_invoked_in: z.ZodNumber;
|
|
2753
|
+
gates: z.ZodArray<z.ZodString>;
|
|
2754
|
+
}, z.core.$strip>>;
|
|
2755
|
+
notes: z.ZodArray<z.ZodString>;
|
|
2756
|
+
}, z.core.$strip>;
|
|
2757
|
+
};
|
|
2758
|
+
readonly propose_change: {
|
|
2759
|
+
readonly input: z.ZodObject<{
|
|
2760
|
+
target: z.ZodObject<{
|
|
2761
|
+
domain: z.ZodEnum<{
|
|
2762
|
+
development: "development";
|
|
2763
|
+
content: "content";
|
|
2764
|
+
analytics: "analytics";
|
|
2765
|
+
product: "product";
|
|
2766
|
+
}>;
|
|
2767
|
+
asset: z.ZodEnum<{
|
|
2768
|
+
agent: "agent";
|
|
2769
|
+
skill: "skill";
|
|
2770
|
+
}>;
|
|
2771
|
+
name: z.ZodString;
|
|
2772
|
+
}, z.core.$strip>;
|
|
2773
|
+
change_kind: z.ZodEnum<{
|
|
2774
|
+
edit_minor: "edit_minor";
|
|
2775
|
+
add_asset: "add_asset";
|
|
2776
|
+
destructive: "destructive";
|
|
2777
|
+
}>;
|
|
2778
|
+
rationale: z.ZodString;
|
|
2779
|
+
evidence: z.ZodString;
|
|
2780
|
+
threshold_met: z.ZodBoolean;
|
|
2781
|
+
draft: z.ZodString;
|
|
2782
|
+
}, z.core.$strip>;
|
|
2783
|
+
readonly output: z.ZodObject<{
|
|
2784
|
+
id: z.ZodString;
|
|
2785
|
+
status: z.ZodEnum<{
|
|
2786
|
+
applied: "applied";
|
|
2787
|
+
pending: "pending";
|
|
2788
|
+
approved: "approved";
|
|
2789
|
+
rejected: "rejected";
|
|
2790
|
+
superseded: "superseded";
|
|
2791
|
+
}>;
|
|
2792
|
+
risk: z.ZodEnum<{
|
|
2793
|
+
low: "low";
|
|
2794
|
+
high: "high";
|
|
2795
|
+
additive: "additive";
|
|
2796
|
+
}>;
|
|
2797
|
+
path: z.ZodString;
|
|
2798
|
+
}, z.core.$strip>;
|
|
2799
|
+
};
|
|
2800
|
+
readonly list_proposals: {
|
|
2801
|
+
readonly input: z.ZodObject<{
|
|
2802
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2803
|
+
applied: "applied";
|
|
2804
|
+
pending: "pending";
|
|
2805
|
+
approved: "approved";
|
|
2806
|
+
rejected: "rejected";
|
|
2807
|
+
superseded: "superseded";
|
|
2808
|
+
}>>;
|
|
2809
|
+
risk: z.ZodOptional<z.ZodEnum<{
|
|
2810
|
+
low: "low";
|
|
2811
|
+
high: "high";
|
|
2812
|
+
additive: "additive";
|
|
2813
|
+
}>>;
|
|
2814
|
+
domain: z.ZodOptional<z.ZodEnum<{
|
|
2815
|
+
development: "development";
|
|
2816
|
+
content: "content";
|
|
2817
|
+
analytics: "analytics";
|
|
2818
|
+
product: "product";
|
|
2819
|
+
}>>;
|
|
2820
|
+
}, z.core.$strip>;
|
|
2821
|
+
readonly output: z.ZodObject<{
|
|
2822
|
+
proposals: z.ZodArray<z.ZodObject<{
|
|
2823
|
+
id: z.ZodString;
|
|
2824
|
+
created_at: z.ZodString;
|
|
2825
|
+
status: z.ZodEnum<{
|
|
2826
|
+
applied: "applied";
|
|
2827
|
+
pending: "pending";
|
|
2828
|
+
approved: "approved";
|
|
2829
|
+
rejected: "rejected";
|
|
2830
|
+
superseded: "superseded";
|
|
2831
|
+
}>;
|
|
2832
|
+
risk: z.ZodEnum<{
|
|
2833
|
+
low: "low";
|
|
2834
|
+
high: "high";
|
|
2835
|
+
additive: "additive";
|
|
2836
|
+
}>;
|
|
2837
|
+
target: z.ZodObject<{
|
|
2838
|
+
domain: z.ZodEnum<{
|
|
2839
|
+
development: "development";
|
|
2840
|
+
content: "content";
|
|
2841
|
+
analytics: "analytics";
|
|
2842
|
+
product: "product";
|
|
2843
|
+
}>;
|
|
2844
|
+
asset: z.ZodEnum<{
|
|
2845
|
+
agent: "agent";
|
|
2846
|
+
skill: "skill";
|
|
2847
|
+
}>;
|
|
2848
|
+
name: z.ZodString;
|
|
2849
|
+
}, z.core.$strip>;
|
|
2850
|
+
change_kind: z.ZodEnum<{
|
|
2851
|
+
edit_minor: "edit_minor";
|
|
2852
|
+
add_asset: "add_asset";
|
|
2853
|
+
destructive: "destructive";
|
|
2854
|
+
}>;
|
|
2855
|
+
rationale: z.ZodString;
|
|
2856
|
+
evidence: z.ZodString;
|
|
2857
|
+
threshold_met: z.ZodBoolean;
|
|
2858
|
+
draft: z.ZodString;
|
|
2859
|
+
}, z.core.$strip>>;
|
|
2860
|
+
}, z.core.$strip>;
|
|
2861
|
+
};
|
|
2862
|
+
readonly review_proposal: {
|
|
2863
|
+
readonly input: z.ZodObject<{
|
|
2864
|
+
id: z.ZodString;
|
|
2865
|
+
decision: z.ZodEnum<{
|
|
2866
|
+
applied: "applied";
|
|
2867
|
+
approve: "approve";
|
|
2868
|
+
reject: "reject";
|
|
2869
|
+
}>;
|
|
2870
|
+
decided_by: z.ZodEnum<{
|
|
2871
|
+
den: "den";
|
|
2872
|
+
auditor_auto: "auditor_auto";
|
|
2873
|
+
}>;
|
|
2874
|
+
note: z.ZodOptional<z.ZodString>;
|
|
2875
|
+
}, z.core.$strip>;
|
|
2876
|
+
readonly output: z.ZodObject<{
|
|
2877
|
+
id: z.ZodString;
|
|
2878
|
+
status: z.ZodEnum<{
|
|
2879
|
+
applied: "applied";
|
|
2880
|
+
pending: "pending";
|
|
2881
|
+
approved: "approved";
|
|
2882
|
+
rejected: "rejected";
|
|
2883
|
+
superseded: "superseded";
|
|
2884
|
+
}>;
|
|
2885
|
+
risk: z.ZodEnum<{
|
|
2886
|
+
low: "low";
|
|
2887
|
+
high: "high";
|
|
2888
|
+
additive: "additive";
|
|
2889
|
+
}>;
|
|
2890
|
+
decided_by: z.ZodString;
|
|
2891
|
+
target: z.ZodObject<{
|
|
2892
|
+
domain: z.ZodEnum<{
|
|
2893
|
+
development: "development";
|
|
2894
|
+
content: "content";
|
|
2895
|
+
analytics: "analytics";
|
|
2896
|
+
product: "product";
|
|
2897
|
+
}>;
|
|
2898
|
+
asset: z.ZodEnum<{
|
|
2899
|
+
agent: "agent";
|
|
2900
|
+
skill: "skill";
|
|
2901
|
+
}>;
|
|
2902
|
+
name: z.ZodString;
|
|
2903
|
+
}, z.core.$strip>;
|
|
2904
|
+
next_step: z.ZodString;
|
|
2905
|
+
}, z.core.$strip>;
|
|
2906
|
+
};
|
|
1541
2907
|
readonly run_tests: {
|
|
1542
2908
|
readonly input: z.ZodObject<{
|
|
1543
2909
|
task_id: z.ZodString;
|