@bendyline/gilde 0.1.39 → 0.1.41
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/authoring/chat-models/muse-glimmer-30b-q4.json +3 -3
- package/authoring/chat-models/ornith-9b-q4.json +1 -1
- package/authoring/chat-models/ornith1.5-9b-q4.json +149 -0
- package/authoring/chat-models/qwen3.8-27b-iq1-s.json +190 -0
- package/authoring/chat-models/qwen3.8-27b-q2.json +189 -0
- package/authoring/gstack/overlays/investigate.json +1 -0
- package/authoring/gstack/overlays/qa-only.json +1 -0
- package/authoring/gstack/wave.json +12 -2
- package/authoring/tactical/books/accessibility-retrofit.json +188 -0
- package/authoring/tactical/books/apply-review-findings.json +189 -0
- package/authoring/tactical/books/bug-fix-tdd.json +237 -0
- package/authoring/tactical/books/ci-pipeline.json +168 -0
- package/authoring/tactical/books/codemod-sweep.json +182 -0
- package/authoring/tactical/books/dependency-upgrade.json +196 -0
- package/authoring/tactical/books/flaky-test-fix.json +238 -0
- package/authoring/tactical/books/hotfix-flow.json +187 -0
- package/authoring/tactical/books/perf-optimization.json +219 -0
- package/authoring/tactical/books/refactor-module.json +217 -0
- package/authoring/tactical/books/schema-migration.json +192 -0
- package/authoring/tactical/books/test-suite-backfill.json +172 -0
- package/authoring/tactical/books/type-safety-pass.json +185 -0
- package/authoring/tactical/books/ux-update.json +178 -0
- package/authoring/tactical/evals/accessibility-retrofit.json +230 -0
- package/authoring/tactical/evals/apply-review-findings.json +290 -0
- package/authoring/tactical/evals/bug-fix-tdd.json +221 -0
- package/authoring/tactical/evals/ci-pipeline.json +227 -0
- package/authoring/tactical/evals/codemod-sweep.json +252 -0
- package/authoring/tactical/evals/dependency-upgrade.json +235 -0
- package/authoring/tactical/evals/flaky-test-fix.json +239 -0
- package/authoring/tactical/evals/hotfix-flow.json +220 -0
- package/authoring/tactical/evals/perf-optimization.json +235 -0
- package/authoring/tactical/evals/refactor-module.json +241 -0
- package/authoring/tactical/evals/schema-migration.json +225 -0
- package/authoring/tactical/evals/test-suite-backfill.json +197 -0
- package/authoring/tactical/evals/type-safety-pass.json +221 -0
- package/authoring/tactical/evals/ux-update.json +206 -0
- package/authoring/tactical/wave.json +89 -0
- package/data/chat-models/de/deepseek-r1-8b-q4/manifest.json +56 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +56 -0
- package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +73 -1
- package/data/chat-models/gp/gpt-oss-20b-q4/manifest.json +77 -1
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/ll/llama3.2-3b-q4/manifest.json +3 -1
- package/data/chat-models/mi/mistral-7b-q4/manifest.json +54 -3
- package/data/chat-models/mi/mistral-medium-3.5-128b-q4/manifest.json +76 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +4 -3
- package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.2/manifest.json +20 -0
- package/data/chat-models/or/ornith-9b-q4/manifest.json +1 -1
- package/data/chat-models/or/ornith1.5-9b-q4/manifest.json +187 -0
- package/data/chat-models/or/ornith1.5-9b-q4/versions/1.0.0/manifest.json +53 -0
- package/data/chat-models/qw/qwen3.8-27b-iq1-s/manifest.json +195 -0
- package/data/chat-models/qw/qwen3.8-27b-iq1-s/versions/1.0.0/manifest.json +19 -0
- package/data/chat-models/qw/qwen3.8-27b-q2/manifest.json +194 -0
- package/data/chat-models/qw/qwen3.8-27b-q2/versions/1.0.0/manifest.json +19 -0
- package/data/craftbook-templates/a1/a11y-audit/manifest.json +1 -0
- package/data/craftbook-templates/ab/ab-test-readout/manifest.json +1 -0
- package/data/craftbook-templates/ac/accessibility-retrofit/manifest.json +6 -4
- package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/craftbook.json +451 -0
- package/data/craftbook-templates/ac/accessibility-retrofit/versions/2.0.0/test.json +231 -0
- package/data/craftbook-templates/ad/ad-variations/manifest.json +1 -0
- package/data/craftbook-templates/al/album-curate/manifest.json +1 -0
- package/data/craftbook-templates/al/alert-rules/manifest.json +1 -0
- package/data/craftbook-templates/al/alt-text-pass/manifest.json +6 -1
- package/data/craftbook-templates/an/anniversary-cut/manifest.json +1 -0
- package/data/craftbook-templates/an/annotated-bibliography/manifest.json +1 -0
- package/data/craftbook-templates/an/annual-document-review/manifest.json +1 -0
- package/data/craftbook-templates/an/anomaly-scan/manifest.json +1 -0
- package/data/craftbook-templates/ap/api-contract-review/manifest.json +1 -0
- package/data/craftbook-templates/ap/apply-review-findings/art.json +12 -0
- package/data/craftbook-templates/ap/apply-review-findings/logo.webp +0 -0
- package/data/craftbook-templates/ap/apply-review-findings/manifest.json +23 -0
- package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/craftbook.json +436 -0
- package/data/craftbook-templates/ap/apply-review-findings/versions/1.0.0/test.json +291 -0
- package/data/craftbook-templates/ar/artifact-integrity-review/manifest.json +1 -0
- package/data/craftbook-templates/au/audio-ad-spot/manifest.json +1 -0
- package/data/craftbook-templates/au/audio-highlight-reel/manifest.json +1 -0
- package/data/craftbook-templates/au/audiobook-master-pack/manifest.json +1 -0
- package/data/craftbook-templates/au/auth-flow/manifest.json +1 -0
- package/data/craftbook-templates/au/automation-recipe/manifest.json +1 -0
- package/data/craftbook-templates/ba/backup-routine/manifest.json +1 -0
- package/data/craftbook-templates/bl/blog-post/manifest.json +1 -0
- package/data/craftbook-templates/bo/board-deck/manifest.json +1 -0
- package/data/craftbook-templates/bo/board-game-web/manifest.json +1 -0
- package/data/craftbook-templates/bo/booking-automation/manifest.json +1 -0
- package/data/craftbook-templates/br/branding-website/manifest.json +1 -0
- package/data/craftbook-templates/br/broadcast-announcement/manifest.json +1 -0
- package/data/craftbook-templates/br/browser-qa-audit/manifest.json +6 -1
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/craftbook.json +438 -0
- package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.5/test.json +379 -0
- package/data/craftbook-templates/bu/bug-fix-tdd/manifest.json +4 -3
- package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/craftbook.json +545 -0
- package/data/craftbook-templates/bu/bug-fix-tdd/versions/2.0.0/test.json +222 -0
- package/data/craftbook-templates/bu/build-loop/manifest.json +1 -0
- package/data/craftbook-templates/ca/calendar-brief/manifest.json +1 -0
- package/data/craftbook-templates/ca/canvas-generative-art/manifest.json +1 -0
- package/data/craftbook-templates/ca/careful-mode/manifest.json +1 -0
- package/data/craftbook-templates/ca/case-study/manifest.json +1 -0
- package/data/craftbook-templates/ca/case-study-writeup/manifest.json +1 -0
- package/data/craftbook-templates/ch/changelog-cut/manifest.json +6 -1
- package/data/craftbook-templates/ch/changelog-writeup/manifest.json +6 -1
- package/data/craftbook-templates/ch/chapter-narration-run/manifest.json +1 -0
- package/data/craftbook-templates/ch/chapter-weave/manifest.json +1 -0
- package/data/craftbook-templates/ch/character-sheet/manifest.json +1 -0
- package/data/craftbook-templates/ch/character-turnaround/manifest.json +1 -0
- package/data/craftbook-templates/ch/chart-pack/manifest.json +1 -0
- package/data/craftbook-templates/ch/chrome-extension/manifest.json +1 -0
- package/data/craftbook-templates/ci/ci-pipeline/manifest.json +6 -3
- package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/craftbook.json +423 -0
- package/data/craftbook-templates/ci/ci-pipeline/versions/2.0.0/test.json +228 -0
- package/data/craftbook-templates/ci/citation-audit/manifest.json +1 -0
- package/data/craftbook-templates/cl/cli-tool/manifest.json +1 -0
- package/data/craftbook-templates/co/code-review/manifest.json +1 -0
- package/data/craftbook-templates/co/codebase-refactoring-review/manifest.json +1 -0
- package/data/craftbook-templates/co/codebase-ux-review/manifest.json +1 -0
- package/data/craftbook-templates/co/codemod-sweep/art.json +12 -0
- package/data/craftbook-templates/co/codemod-sweep/logo.webp +0 -0
- package/data/craftbook-templates/co/codemod-sweep/manifest.json +23 -0
- package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/craftbook.json +441 -0
- package/data/craftbook-templates/co/codemod-sweep/versions/1.0.0/test.json +253 -0
- package/data/craftbook-templates/co/cohort-analysis/manifest.json +1 -0
- package/data/craftbook-templates/co/company-research-brief/manifest.json +1 -0
- package/data/craftbook-templates/co/comparison-matrix/manifest.json +1 -0
- package/data/craftbook-templates/co/compat-check/manifest.json +1 -0
- package/data/craftbook-templates/co/competitive-analysis/manifest.json +1 -0
- package/data/craftbook-templates/co/comprehensive-codebase-review/art.json +12 -0
- package/data/craftbook-templates/co/comprehensive-codebase-review/logo.webp +0 -0
- package/data/craftbook-templates/co/comprehensive-codebase-review/manifest.json +27 -0
- package/data/craftbook-templates/co/comprehensive-codebase-review/versions/1.0.0/craftbook.json +337 -0
- package/data/craftbook-templates/co/comprehensive-codebase-review/versions/1.0.0/test.json +160 -0
- package/data/craftbook-templates/co/config-scaffold/manifest.json +1 -0
- package/data/craftbook-templates/co/content-accuracy-review/manifest.json +1 -0
- package/data/craftbook-templates/co/content-deck/manifest.json +1 -0
- package/data/craftbook-templates/co/contract-template/manifest.json +1 -0
- package/data/craftbook-templates/co/cookbook-layout/manifest.json +1 -0
- package/data/craftbook-templates/co/copy-review/manifest.json +1 -0
- package/data/craftbook-templates/co/corpus-email-digest/manifest.json +1 -0
- package/data/craftbook-templates/co/corpus-synthesis/manifest.json +1 -0
- package/data/craftbook-templates/co/cover-letter/manifest.json +1 -0
- package/data/craftbook-templates/cr/crm-update-batch/manifest.json +1 -0
- package/data/craftbook-templates/cr/cron-job/manifest.json +1 -0
- package/data/craftbook-templates/cr/crossword-forge/manifest.json +1 -0
- package/data/craftbook-templates/cs/csv-transformer/manifest.json +1 -0
- package/data/craftbook-templates/da/dashboard-spec/manifest.json +1 -0
- package/data/craftbook-templates/da/data-dictionary/manifest.json +1 -0
- package/data/craftbook-templates/da/data-export-migrate/manifest.json +1 -0
- package/data/craftbook-templates/da/data-join-merge/manifest.json +1 -0
- package/data/craftbook-templates/da/data-pipeline-etl/manifest.json +1 -0
- package/data/craftbook-templates/da/data-quality-audit/manifest.json +1 -0
- package/data/craftbook-templates/da/data-to-report/manifest.json +1 -0
- package/data/craftbook-templates/da/data-viz-page/manifest.json +1 -0
- package/data/craftbook-templates/da/dataset-clean/manifest.json +1 -0
- package/data/craftbook-templates/db/db-index-tuning/manifest.json +1 -0
- package/data/craftbook-templates/de/deep-security-review/manifest.json +1 -0
- package/data/craftbook-templates/de/dependency-audit/manifest.json +1 -0
- package/data/craftbook-templates/de/dependency-upgrade/art.json +12 -0
- package/data/craftbook-templates/de/dependency-upgrade/logo.webp +0 -0
- package/data/craftbook-templates/de/dependency-upgrade/manifest.json +23 -0
- package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/craftbook.json +459 -0
- package/data/craftbook-templates/de/dependency-upgrade/versions/1.0.0/test.json +236 -0
- package/data/craftbook-templates/de/deploy-checklist/manifest.json +1 -0
- package/data/craftbook-templates/de/design-review/manifest.json +1 -0
- package/data/craftbook-templates/de/design-system-consultation/manifest.json +1 -0
- package/data/craftbook-templates/di/diagram-from-text/manifest.json +1 -0
- package/data/craftbook-templates/di/digest-from-feeds/manifest.json +1 -0
- package/data/craftbook-templates/do/doc-intake-pipeline/manifest.json +1 -0
- package/data/craftbook-templates/do/doc-rewrite/manifest.json +1 -0
- package/data/craftbook-templates/do/dockerize-app/manifest.json +1 -0
- package/data/craftbook-templates/do/docs-site/manifest.json +1 -0
- package/data/craftbook-templates/do/documentation-drift-review/manifest.json +1 -0
- package/data/craftbook-templates/dr/draft-social-post/manifest.json +1 -0
- package/data/craftbook-templates/dr/drive-wrap-up/manifest.json +1 -0
- package/data/craftbook-templates/du/due-diligence-brief/manifest.json +1 -0
- package/data/craftbook-templates/eb/ebook-compile/manifest.json +1 -0
- package/data/craftbook-templates/ed/edit-notes/manifest.json +1 -0
- package/data/craftbook-templates/em/email-sequence/manifest.json +1 -0
- package/data/craftbook-templates/em/email-template/manifest.json +1 -0
- package/data/craftbook-templates/en/engineering-retrospective/manifest.json +1 -0
- package/data/craftbook-templates/ep/episode-plan/manifest.json +1 -0
- package/data/craftbook-templates/es/escalation-playbook/manifest.json +1 -0
- package/data/craftbook-templates/ev/evidence-brief/manifest.json +1 -0
- package/data/craftbook-templates/ex/executive-level-review/manifest.json +1 -0
- package/data/craftbook-templates/ex/expense-categorize/manifest.json +1 -0
- package/data/craftbook-templates/fa/fact-check/manifest.json +1 -0
- package/data/craftbook-templates/fa/family-story-chapter/manifest.json +1 -0
- package/data/craftbook-templates/fa/faq-from-docs/manifest.json +1 -0
- package/data/craftbook-templates/fa/favicon-set/manifest.json +1 -0
- package/data/craftbook-templates/fe/feature-flag-release/manifest.json +6 -1
- package/data/craftbook-templates/fe/feature-flag-rollout/manifest.json +5 -1
- package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/craftbook.json +203 -0
- package/data/craftbook-templates/fe/feature-flag-rollout/versions/1.1.0/test.json +165 -0
- package/data/craftbook-templates/fe/feedback-widget/manifest.json +1 -0
- package/data/craftbook-templates/fl/flaky-test-fix/art.json +12 -0
- package/data/craftbook-templates/fl/flaky-test-fix/logo.webp +0 -0
- package/data/craftbook-templates/fl/flaky-test-fix/manifest.json +24 -0
- package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/craftbook.json +534 -0
- package/data/craftbook-templates/fl/flaky-test-fix/versions/1.0.0/test.json +240 -0
- package/data/craftbook-templates/fo/folder-to-audio/manifest.json +1 -0
- package/data/craftbook-templates/fo/forecast-model/manifest.json +1 -0
- package/data/craftbook-templates/fo/form-fill-batch/manifest.json +1 -0
- package/data/craftbook-templates/fo/form-wizard/manifest.json +1 -0
- package/data/craftbook-templates/fr/freeze-scope/manifest.json +1 -0
- package/data/craftbook-templates/ga/game-with-screens/manifest.json +1 -0
- package/data/craftbook-templates/gl/glossary-build/manifest.json +1 -0
- package/data/craftbook-templates/gr/graphql-api/manifest.json +1 -0
- package/data/craftbook-templates/gr/grpc-service/manifest.json +1 -0
- package/data/craftbook-templates/ha/handbook-section/manifest.json +1 -0
- package/data/craftbook-templates/he/hero-image/manifest.json +1 -0
- package/data/craftbook-templates/ho/holiday-card-run/manifest.json +1 -0
- package/data/craftbook-templates/ho/hotfix-flow/manifest.json +6 -3
- package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/craftbook.json +442 -0
- package/data/craftbook-templates/ho/hotfix-flow/versions/2.0.0/test.json +221 -0
- package/data/craftbook-templates/ht/html-arcade-game/manifest.json +1 -0
- package/data/craftbook-templates/ht/html-puzzle-game/manifest.json +1 -0
- package/data/craftbook-templates/ic/icon-pack/manifest.json +1 -0
- package/data/craftbook-templates/id/idea-office-hours/manifest.json +1 -0
- package/data/craftbook-templates/id/idle-clicker-game/manifest.json +1 -0
- package/data/craftbook-templates/im/image-batch-edit/manifest.json +1 -0
- package/data/craftbook-templates/im/image-dedup-cluster/manifest.json +1 -0
- package/data/craftbook-templates/im/image-palette-extract/manifest.json +1 -0
- package/data/craftbook-templates/im/image-seo-rename/manifest.json +1 -0
- package/data/craftbook-templates/im/image-set-index/manifest.json +1 -0
- package/data/craftbook-templates/in/inbox-triage/manifest.json +1 -0
- package/data/craftbook-templates/in/incident-comms-templates/manifest.json +1 -0
- package/data/craftbook-templates/in/incident-postmortem/manifest.json +1 -0
- package/data/craftbook-templates/in/insurance-inventory/manifest.json +1 -0
- package/data/craftbook-templates/in/interactive-quiz/manifest.json +1 -0
- package/data/craftbook-templates/in/investigate/manifest.json +5 -1
- package/data/craftbook-templates/in/investigate-root-cause/manifest.json +6 -1
- package/data/craftbook-templates/in/invitation-design/manifest.json +1 -0
- package/data/craftbook-templates/in/invoice-generator/manifest.json +1 -0
- package/data/craftbook-templates/in/invoice-run/manifest.json +1 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/it/item-intake/manifest.json +1 -0
- package/data/craftbook-templates/ju/juice-pass/manifest.json +1 -0
- package/data/craftbook-templates/kn/knowledge-base-article/manifest.json +1 -0
- package/data/craftbook-templates/kp/kpi-scorecard/manifest.json +1 -0
- package/data/craftbook-templates/la/landing-copy/manifest.json +1 -0
- package/data/craftbook-templates/la/landing-page/manifest.json +1 -0
- package/data/craftbook-templates/le/lead-enrichment/manifest.json +1 -0
- package/data/craftbook-templates/li/library-package/manifest.json +1 -0
- package/data/craftbook-templates/li/literature-review/manifest.json +1 -0
- package/data/craftbook-templates/li/live-browser-qa/manifest.json +6 -1
- package/data/craftbook-templates/lo/localize-content/manifest.json +1 -0
- package/data/craftbook-templates/lo/logo-set/manifest.json +1 -0
- package/data/craftbook-templates/ma/market-scan/manifest.json +1 -0
- package/data/craftbook-templates/me/meeting-minutes/manifest.json +1 -0
- package/data/craftbook-templates/me/meeting-notes-to-actions/manifest.json +1 -0
- package/data/craftbook-templates/me/meeting-prep-brief/manifest.json +1 -0
- package/data/craftbook-templates/me/meeting-summary-audio/manifest.json +1 -0
- package/data/craftbook-templates/me/memory-prompt-session/manifest.json +1 -0
- package/data/craftbook-templates/me/message-queue-consumer/manifest.json +1 -0
- package/data/craftbook-templates/mi/micro-game-jam/manifest.json +1 -0
- package/data/craftbook-templates/mo/mock-interview/manifest.json +1 -0
- package/data/craftbook-templates/mo/mod-scaffold/manifest.json +1 -0
- package/data/craftbook-templates/mo/monitor-and-alert/manifest.json +1 -0
- package/data/craftbook-templates/mo/month-close/manifest.json +1 -0
- package/data/craftbook-templates/mo/monthly-recording-review/manifest.json +1 -0
- package/data/craftbook-templates/mo/moodboard/manifest.json +1 -0
- package/data/craftbook-templates/mo/morning-brief/manifest.json +1 -0
- package/data/craftbook-templates/mo/morning-report/manifest.json +1 -0
- package/data/craftbook-templates/mu/music-metadata-tag/manifest.json +1 -0
- package/data/craftbook-templates/na/narrated-slideshow/manifest.json +1 -0
- package/data/craftbook-templates/ne/newsletter-issue/manifest.json +1 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/art.json +12 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/logo.webp +0 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/manifest.json +23 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/craftbook.json +145 -0
- package/data/craftbook-templates/ni/nightly-fix-sweep/versions/1.0.0/test.json +121 -0
- package/data/craftbook-templates/no/notification-router/manifest.json +1 -0
- package/data/craftbook-templates/oc/ocr-extract/manifest.json +1 -0
- package/data/craftbook-templates/of/offer-compare/manifest.json +1 -0
- package/data/craftbook-templates/of/office-hours/manifest.json +1 -0
- package/data/craftbook-templates/on/onboarding-checklist/manifest.json +1 -0
- package/data/craftbook-templates/on/onboarding-flow/manifest.json +1 -0
- package/data/craftbook-templates/on/oncall-handoff/manifest.json +1 -0
- package/data/craftbook-templates/on/one-pager/manifest.json +1 -0
- package/data/craftbook-templates/op/ops-runbook/manifest.json +1 -0
- package/data/craftbook-templates/pa/page-spread/manifest.json +1 -0
- package/data/craftbook-templates/pa/parser-grammar/manifest.json +1 -0
- package/data/craftbook-templates/pe/perf-audit/manifest.json +1 -0
- package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/craftbook.json +195 -0
- package/data/craftbook-templates/pe/perf-audit/versions/1.1.0/test.json +165 -0
- package/data/craftbook-templates/pe/perf-optimization/manifest.json +4 -3
- package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/craftbook.json +511 -0
- package/data/craftbook-templates/pe/perf-optimization/versions/2.0.0/test.json +236 -0
- package/data/craftbook-templates/pe/pest-diagnosis/manifest.json +1 -0
- package/data/craftbook-templates/ph/photo-cull/manifest.json +1 -0
- package/data/craftbook-templates/ph/physics-toy/manifest.json +1 -0
- package/data/craftbook-templates/pi/pitch-deck/manifest.json +1 -0
- package/data/craftbook-templates/pl/plan/manifest.json +1 -0
- package/data/craftbook-templates/pl/playtest-report/manifest.json +1 -0
- package/data/craftbook-templates/po/podcast-chaptering/manifest.json +1 -0
- package/data/craftbook-templates/po/portfolio-site/manifest.json +1 -0
- package/data/craftbook-templates/po/powerpoint-deck/manifest.json +1 -0
- package/data/craftbook-templates/pr/pr-security-review/manifest.json +1 -0
- package/data/craftbook-templates/pr/practice-exam/manifest.json +1 -0
- package/data/craftbook-templates/pr/practice-session/manifest.json +1 -0
- package/data/craftbook-templates/pr/pre-departure-countdown/manifest.json +1 -0
- package/data/craftbook-templates/pr/press-release/manifest.json +1 -0
- package/data/craftbook-templates/pr/price-tracker/manifest.json +1 -0
- package/data/craftbook-templates/pr/pricing-page/manifest.json +1 -0
- package/data/craftbook-templates/pr/product-descriptions/manifest.json +1 -0
- package/data/craftbook-templates/pr/proposal-sow/manifest.json +1 -0
- package/data/craftbook-templates/pu/pull-request-review/manifest.json +1 -0
- package/data/craftbook-templates/pu/puzzle-pack-layout/manifest.json +1 -0
- package/data/craftbook-templates/pw/pwa-offline/manifest.json +1 -0
- package/data/craftbook-templates/qa/qa/manifest.json +4 -1
- package/data/craftbook-templates/qu/quarterly-summary/manifest.json +1 -0
- package/data/craftbook-templates/re/reading-list/manifest.json +1 -0
- package/data/craftbook-templates/re/receipt-intake/manifest.json +1 -0
- package/data/craftbook-templates/re/receipt-ocr-ledger/manifest.json +1 -0
- package/data/craftbook-templates/re/reception-report/manifest.json +1 -0
- package/data/craftbook-templates/re/recipe-capture/manifest.json +1 -0
- package/data/craftbook-templates/re/record-a-relative/manifest.json +1 -0
- package/data/craftbook-templates/re/recurring-invoice-run/manifest.json +1 -0
- package/data/craftbook-templates/re/refactor-module/manifest.json +3 -2
- package/data/craftbook-templates/re/refactor-module/versions/1.0.4/craftbook.json +150 -0
- package/data/craftbook-templates/re/refactor-module/versions/1.0.4/test.json +95 -0
- package/data/craftbook-templates/re/refactor-module/versions/2.0.0/craftbook.json +509 -0
- package/data/craftbook-templates/re/refactor-module/versions/2.0.0/test.json +242 -0
- package/data/craftbook-templates/re/regex-builder/manifest.json +1 -0
- package/data/craftbook-templates/re/release-announcement/manifest.json +1 -0
- package/data/craftbook-templates/re/release-artifact-sanity-check/manifest.json +1 -0
- package/data/craftbook-templates/re/release-notes/manifest.json +6 -1
- package/data/craftbook-templates/re/release-notes/versions/1.0.3/craftbook.json +220 -0
- package/data/craftbook-templates/re/release-notes/versions/1.0.3/test.json +114 -0
- package/data/craftbook-templates/re/release-pipeline-ci/manifest.json +6 -1
- package/data/craftbook-templates/re/release-readiness-review/manifest.json +1 -0
- package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/craftbook.json +192 -0
- package/data/craftbook-templates/re/release-readiness-review/versions/1.1.0/test.json +113 -0
- package/data/craftbook-templates/re/reliability-review/manifest.json +1 -0
- package/data/craftbook-templates/re/report-pdf/manifest.json +1 -0
- package/data/craftbook-templates/re/research-report/manifest.json +1 -0
- package/data/craftbook-templates/re/research-to-document/manifest.json +1 -0
- package/data/craftbook-templates/re/rest-api/manifest.json +1 -0
- package/data/craftbook-templates/re/resume-cv/manifest.json +1 -0
- package/data/craftbook-templates/re/reviewer-loop/manifest.json +1 -0
- package/data/craftbook-templates/ro/rollback-plan/manifest.json +1 -0
- package/data/craftbook-templates/ro/root-cause-investigation/manifest.json +8 -1
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/craftbook.json +433 -0
- package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.5/test.json +157 -0
- package/data/craftbook-templates/ro/rough-cut-assembly/manifest.json +1 -0
- package/data/craftbook-templates/ru/runbook/manifest.json +1 -0
- package/data/craftbook-templates/sc/schema-migration/manifest.json +5 -4
- package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/craftbook.json +459 -0
- package/data/craftbook-templates/sc/schema-migration/versions/2.0.0/test.json +226 -0
- package/data/craftbook-templates/sc/scrape-to-structured/manifest.json +1 -0
- package/data/craftbook-templates/sc/script-automation/manifest.json +1 -0
- package/data/craftbook-templates/sd/sdk-wrapper/manifest.json +1 -0
- package/data/craftbook-templates/se/seasonal-maintenance-sweep/manifest.json +1 -0
- package/data/craftbook-templates/se/security-architecture-review/manifest.json +1 -0
- package/data/craftbook-templates/se/seo-meta-pack/manifest.json +1 -0
- package/data/craftbook-templates/sh/ship/manifest.json +1 -0
- package/data/craftbook-templates/so/social-digest/manifest.json +1 -0
- package/data/craftbook-templates/so/social-thread/manifest.json +1 -0
- package/data/craftbook-templates/so/source-quality-audit/manifest.json +1 -0
- package/data/craftbook-templates/sp/spa-dashboard/manifest.json +1 -0
- package/data/craftbook-templates/sp/spec-authoring/manifest.json +1 -0
- package/data/craftbook-templates/sp/spec-doc/manifest.json +1 -0
- package/data/craftbook-templates/sp/spreadsheet-model/manifest.json +1 -0
- package/data/craftbook-templates/sp/sprite-sheet/manifest.json +1 -0
- package/data/craftbook-templates/sq/sql-analysis/manifest.json +1 -0
- package/data/craftbook-templates/st/standup-summary/manifest.json +1 -0
- package/data/craftbook-templates/st/state-machine/manifest.json +1 -0
- package/data/craftbook-templates/st/status-report/manifest.json +1 -0
- package/data/craftbook-templates/su/subscription-audit/manifest.json +1 -0
- package/data/craftbook-templates/su/subtitle-generator/manifest.json +1 -0
- package/data/craftbook-templates/su/summarize-long/manifest.json +1 -0
- package/data/craftbook-templates/su/survey-analysis/manifest.json +1 -0
- package/data/craftbook-templates/sv/svg-animation/manifest.json +1 -0
- package/data/craftbook-templates/ta/tailor-resume/manifest.json +1 -0
- package/data/craftbook-templates/te/technical-documentation/manifest.json +1 -0
- package/data/craftbook-templates/te/test-coverage-review/manifest.json +1 -0
- package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/craftbook.json +195 -0
- package/data/craftbook-templates/te/test-coverage-review/versions/1.2.0/test.json +116 -0
- package/data/craftbook-templates/te/test-suite-backfill/manifest.json +2 -2
- package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/craftbook.json +428 -0
- package/data/craftbook-templates/te/test-suite-backfill/versions/2.0.0/test.json +198 -0
- package/data/craftbook-templates/th/thank-you-batch/manifest.json +1 -0
- package/data/craftbook-templates/th/thank-you-sweep/manifest.json +1 -0
- package/data/craftbook-templates/th/threat-model/manifest.json +1 -0
- package/data/craftbook-templates/th/thumbnail-generator/manifest.json +1 -0
- package/data/craftbook-templates/ti/tileset-batch/manifest.json +1 -0
- package/data/craftbook-templates/to/tone-rewrite/manifest.json +1 -0
- package/data/craftbook-templates/to/topic-explainer/manifest.json +1 -0
- package/data/craftbook-templates/tr/transcribe-and-shownotes/manifest.json +1 -0
- package/data/craftbook-templates/tr/transcribe-audio/manifest.json +1 -0
- package/data/craftbook-templates/tr/transcribe-index/manifest.json +1 -0
- package/data/craftbook-templates/tr/translate-content/manifest.json +1 -0
- package/data/craftbook-templates/ty/type-safety-pass/manifest.json +4 -3
- package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/craftbook.json +428 -0
- package/data/craftbook-templates/ty/type-safety-pass/versions/2.0.0/test.json +222 -0
- package/data/craftbook-templates/ux/ux-update/art.json +12 -0
- package/data/craftbook-templates/ux/ux-update/logo.webp +0 -0
- package/data/craftbook-templates/ux/ux-update/manifest.json +22 -0
- package/data/craftbook-templates/ux/ux-update/versions/1.0.0/craftbook.json +439 -0
- package/data/craftbook-templates/ux/ux-update/versions/1.0.0/test.json +207 -0
- package/data/craftbook-templates/ve/version-bump/manifest.json +1 -0
- package/data/craftbook-templates/ve/version-bump/versions/1.1.0/craftbook.json +206 -0
- package/data/craftbook-templates/ve/version-bump/versions/1.1.0/test.json +95 -0
- package/data/craftbook-templates/vi/video-storyboard/manifest.json +1 -0
- package/data/craftbook-templates/vi/visit-prep/manifest.json +1 -0
- package/data/craftbook-templates/vo/voiceover-script/manifest.json +1 -0
- package/data/craftbook-templates/we/weak-spot-drill/manifest.json +1 -0
- package/data/craftbook-templates/we/web-app-crud/manifest.json +1 -0
- package/data/craftbook-templates/we/web-component/manifest.json +1 -0
- package/data/craftbook-templates/we/webhook-handler/manifest.json +1 -0
- package/data/craftbook-templates/we/week-plan/manifest.json +1 -0
- package/data/craftbook-templates/we/weekly-menu-plan/manifest.json +1 -0
- package/data/craftbook-templates/we/weekly-pipeline-review/manifest.json +1 -0
- package/data/craftbook-templates/we/weekly-review/manifest.json +1 -0
- package/data/craftbook-templates/we/weekly-walkthrough/manifest.json +1 -0
- package/data/craftbook-templates/wh/whitepaper/manifest.json +1 -0
- package/data/craftbook-templates/ye/year-in-review/manifest.json +1 -0
- package/data/craftbook-templates/yo/youtube-chapters-seo/manifest.json +1 -0
- package/data/gezel-templates/bo/boekwachter/versions/1.1.0/about.md +29 -0
- package/data/gezel-templates/bo/boekwachter/versions/1.1.0/manifest.json +16 -0
- package/data/gezel-templates/bu/builder/versions/1.5.0/about.md +34 -0
- package/data/gezel-templates/bu/builder/versions/1.5.0/manifest.json +16 -0
- package/data/gezel-templates/de/developer/versions/1.5.0/about.md +34 -0
- package/data/gezel-templates/de/developer/versions/1.5.0/manifest.json +21 -0
- package/data/gezel-templates/index.json +1 -1
- package/data/gezel-templates/re/reviewer/versions/1.4.0/about.md +49 -0
- package/data/gezel-templates/re/reviewer/versions/1.4.0/manifest.json +21 -0
- package/data/project-types/index.json +1 -1
- package/data/project-types/so/software-project/manifest.json +20 -0
- package/data/project-types/so/software-project/versions/1.0.0/about.md +3 -0
- package/data/project-types/so/software-project/versions/1.0.0/manifest.json +41 -0
- package/data/project-types/so/software-project/versions/1.0.0/mission.md +4 -0
- package/package.json +1 -1
- package/schemas/craftbook-doc.schema.json +248 -0
- package/schemas/craftbook-template-identity.schema.json +21 -0
- package/schemas/craftbook-template-version.schema.json +248 -0
- package/schemas/craftbook-test.schema.json +210 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "project-type",
|
|
4
|
+
"id": "software-project",
|
|
5
|
+
"name": "Software Project",
|
|
6
|
+
"description": "A working codebase with a real crew: a developer voorman who builds and fixes, a reviewer who checks the work, and a boekwachter who reads the code while you sleep and files what it finds. Weekly dependency and documentation sweeps keep the quiet rot out.",
|
|
7
|
+
"tags": [
|
|
8
|
+
"code",
|
|
9
|
+
"software",
|
|
10
|
+
"development",
|
|
11
|
+
"engineering",
|
|
12
|
+
"repository"
|
|
13
|
+
],
|
|
14
|
+
"category": "code",
|
|
15
|
+
"maintainer": {
|
|
16
|
+
"name": "Gezel"
|
|
17
|
+
},
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"yankedVersions": []
|
|
20
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
This project is a working codebase. The crew treats it the way a good engineering team treats production software: bugs get reproduced before they get fixed, changes come with tests, fixes get reviewed before they count as done, and claims are backed by real runs rather than confidence.
|
|
2
|
+
|
|
3
|
+
The developer leads the work. The reviewer is the second set of eyes on anything that changes behavior. The boekwachter reads the code and its documents in quiet hours and files concrete findings — those findings feed the nightly fix sweep, which drafts change proposals for the user to review and apply. Nothing lands in the tree without a person or a green gate behind it.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"releasedAt": "2026-08-24T00:00:00.000Z",
|
|
5
|
+
"minGezelVersion": "1.26236",
|
|
6
|
+
"meesterManaged": true,
|
|
7
|
+
"gezels": [
|
|
8
|
+
{
|
|
9
|
+
"templateId": "developer",
|
|
10
|
+
"voorman": true
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"templateId": "reviewer"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"templateId": "boekwachter"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"craftbooks": [
|
|
20
|
+
"bug-fix-tdd",
|
|
21
|
+
"refactor-module",
|
|
22
|
+
"test-suite-backfill",
|
|
23
|
+
"code-review",
|
|
24
|
+
"root-cause-investigation",
|
|
25
|
+
"release-readiness-review"
|
|
26
|
+
],
|
|
27
|
+
"schedules": [
|
|
28
|
+
{
|
|
29
|
+
"cron": "0 9 * * 1",
|
|
30
|
+
"craftbook": "dependency-audit",
|
|
31
|
+
"consent": "ask",
|
|
32
|
+
"overlap": "skip"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"cron": "0 9 * * 3",
|
|
36
|
+
"craftbook": "documentation-drift-review",
|
|
37
|
+
"consent": "ask",
|
|
38
|
+
"overlap": "skip"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
- Keep the codebase healthy: bugs reproduced, fixed at the real site, and guarded by regression tests.
|
|
2
|
+
- Every behavior change reviewed before it is called done.
|
|
3
|
+
- Tests stay green; claims about runs come from real receipts.
|
|
4
|
+
- Dependencies and documentation reviewed on their weekly cadence, with findings triaged rather than ignored.
|
package/package.json
CHANGED
|
@@ -158,6 +158,41 @@
|
|
|
158
158
|
]
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
|
+
"commands": {
|
|
162
|
+
"type": "array",
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "object",
|
|
165
|
+
"properties": {
|
|
166
|
+
"scope": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"enum": [
|
|
169
|
+
"script",
|
|
170
|
+
"npx"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"name": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"minLength": 1
|
|
176
|
+
},
|
|
177
|
+
"args": {
|
|
178
|
+
"type": "array",
|
|
179
|
+
"items": {
|
|
180
|
+
"type": "string"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"reason": {
|
|
184
|
+
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
"optional": {
|
|
187
|
+
"type": "boolean"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"required": [
|
|
191
|
+
"scope",
|
|
192
|
+
"name"
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
},
|
|
161
196
|
"connectors": {
|
|
162
197
|
"type": "array",
|
|
163
198
|
"items": {
|
|
@@ -1776,6 +1811,56 @@
|
|
|
1776
1811
|
"tools"
|
|
1777
1812
|
]
|
|
1778
1813
|
},
|
|
1814
|
+
{
|
|
1815
|
+
"type": "object",
|
|
1816
|
+
"properties": {
|
|
1817
|
+
"kind": {
|
|
1818
|
+
"type": "string",
|
|
1819
|
+
"const": "commandEvidence"
|
|
1820
|
+
},
|
|
1821
|
+
"script": {
|
|
1822
|
+
"type": "string",
|
|
1823
|
+
"minLength": 1
|
|
1824
|
+
},
|
|
1825
|
+
"bin": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"minLength": 1
|
|
1828
|
+
},
|
|
1829
|
+
"args": {
|
|
1830
|
+
"type": "array",
|
|
1831
|
+
"items": {
|
|
1832
|
+
"type": "string"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"expect": {
|
|
1836
|
+
"type": "string",
|
|
1837
|
+
"enum": [
|
|
1838
|
+
"pass",
|
|
1839
|
+
"fail"
|
|
1840
|
+
]
|
|
1841
|
+
},
|
|
1842
|
+
"minRuns": {
|
|
1843
|
+
"type": "integer",
|
|
1844
|
+
"exclusiveMinimum": 0,
|
|
1845
|
+
"maximum": 9007199254740991
|
|
1846
|
+
},
|
|
1847
|
+
"onDraft": {
|
|
1848
|
+
"type": "string",
|
|
1849
|
+
"enum": [
|
|
1850
|
+
"defer",
|
|
1851
|
+
"require"
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1854
|
+
"label": {
|
|
1855
|
+
"type": "string",
|
|
1856
|
+
"minLength": 1
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"required": [
|
|
1860
|
+
"kind",
|
|
1861
|
+
"expect"
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1779
1864
|
{
|
|
1780
1865
|
"type": "object",
|
|
1781
1866
|
"properties": {
|
|
@@ -2760,6 +2845,56 @@
|
|
|
2760
2845
|
"tools"
|
|
2761
2846
|
]
|
|
2762
2847
|
},
|
|
2848
|
+
{
|
|
2849
|
+
"type": "object",
|
|
2850
|
+
"properties": {
|
|
2851
|
+
"kind": {
|
|
2852
|
+
"type": "string",
|
|
2853
|
+
"const": "commandEvidence"
|
|
2854
|
+
},
|
|
2855
|
+
"script": {
|
|
2856
|
+
"type": "string",
|
|
2857
|
+
"minLength": 1
|
|
2858
|
+
},
|
|
2859
|
+
"bin": {
|
|
2860
|
+
"type": "string",
|
|
2861
|
+
"minLength": 1
|
|
2862
|
+
},
|
|
2863
|
+
"args": {
|
|
2864
|
+
"type": "array",
|
|
2865
|
+
"items": {
|
|
2866
|
+
"type": "string"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
"expect": {
|
|
2870
|
+
"type": "string",
|
|
2871
|
+
"enum": [
|
|
2872
|
+
"pass",
|
|
2873
|
+
"fail"
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
"minRuns": {
|
|
2877
|
+
"type": "integer",
|
|
2878
|
+
"exclusiveMinimum": 0,
|
|
2879
|
+
"maximum": 9007199254740991
|
|
2880
|
+
},
|
|
2881
|
+
"onDraft": {
|
|
2882
|
+
"type": "string",
|
|
2883
|
+
"enum": [
|
|
2884
|
+
"defer",
|
|
2885
|
+
"require"
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
"label": {
|
|
2889
|
+
"type": "string",
|
|
2890
|
+
"minLength": 1
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
"required": [
|
|
2894
|
+
"kind",
|
|
2895
|
+
"expect"
|
|
2896
|
+
]
|
|
2897
|
+
},
|
|
2763
2898
|
{
|
|
2764
2899
|
"type": "object",
|
|
2765
2900
|
"properties": {
|
|
@@ -4711,6 +4846,56 @@
|
|
|
4711
4846
|
"tools"
|
|
4712
4847
|
]
|
|
4713
4848
|
},
|
|
4849
|
+
{
|
|
4850
|
+
"type": "object",
|
|
4851
|
+
"properties": {
|
|
4852
|
+
"kind": {
|
|
4853
|
+
"type": "string",
|
|
4854
|
+
"const": "commandEvidence"
|
|
4855
|
+
},
|
|
4856
|
+
"script": {
|
|
4857
|
+
"type": "string",
|
|
4858
|
+
"minLength": 1
|
|
4859
|
+
},
|
|
4860
|
+
"bin": {
|
|
4861
|
+
"type": "string",
|
|
4862
|
+
"minLength": 1
|
|
4863
|
+
},
|
|
4864
|
+
"args": {
|
|
4865
|
+
"type": "array",
|
|
4866
|
+
"items": {
|
|
4867
|
+
"type": "string"
|
|
4868
|
+
}
|
|
4869
|
+
},
|
|
4870
|
+
"expect": {
|
|
4871
|
+
"type": "string",
|
|
4872
|
+
"enum": [
|
|
4873
|
+
"pass",
|
|
4874
|
+
"fail"
|
|
4875
|
+
]
|
|
4876
|
+
},
|
|
4877
|
+
"minRuns": {
|
|
4878
|
+
"type": "integer",
|
|
4879
|
+
"exclusiveMinimum": 0,
|
|
4880
|
+
"maximum": 9007199254740991
|
|
4881
|
+
},
|
|
4882
|
+
"onDraft": {
|
|
4883
|
+
"type": "string",
|
|
4884
|
+
"enum": [
|
|
4885
|
+
"defer",
|
|
4886
|
+
"require"
|
|
4887
|
+
]
|
|
4888
|
+
},
|
|
4889
|
+
"label": {
|
|
4890
|
+
"type": "string",
|
|
4891
|
+
"minLength": 1
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4894
|
+
"required": [
|
|
4895
|
+
"kind",
|
|
4896
|
+
"expect"
|
|
4897
|
+
]
|
|
4898
|
+
},
|
|
4714
4899
|
{
|
|
4715
4900
|
"type": "object",
|
|
4716
4901
|
"properties": {
|
|
@@ -5695,6 +5880,56 @@
|
|
|
5695
5880
|
"tools"
|
|
5696
5881
|
]
|
|
5697
5882
|
},
|
|
5883
|
+
{
|
|
5884
|
+
"type": "object",
|
|
5885
|
+
"properties": {
|
|
5886
|
+
"kind": {
|
|
5887
|
+
"type": "string",
|
|
5888
|
+
"const": "commandEvidence"
|
|
5889
|
+
},
|
|
5890
|
+
"script": {
|
|
5891
|
+
"type": "string",
|
|
5892
|
+
"minLength": 1
|
|
5893
|
+
},
|
|
5894
|
+
"bin": {
|
|
5895
|
+
"type": "string",
|
|
5896
|
+
"minLength": 1
|
|
5897
|
+
},
|
|
5898
|
+
"args": {
|
|
5899
|
+
"type": "array",
|
|
5900
|
+
"items": {
|
|
5901
|
+
"type": "string"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
"expect": {
|
|
5905
|
+
"type": "string",
|
|
5906
|
+
"enum": [
|
|
5907
|
+
"pass",
|
|
5908
|
+
"fail"
|
|
5909
|
+
]
|
|
5910
|
+
},
|
|
5911
|
+
"minRuns": {
|
|
5912
|
+
"type": "integer",
|
|
5913
|
+
"exclusiveMinimum": 0,
|
|
5914
|
+
"maximum": 9007199254740991
|
|
5915
|
+
},
|
|
5916
|
+
"onDraft": {
|
|
5917
|
+
"type": "string",
|
|
5918
|
+
"enum": [
|
|
5919
|
+
"defer",
|
|
5920
|
+
"require"
|
|
5921
|
+
]
|
|
5922
|
+
},
|
|
5923
|
+
"label": {
|
|
5924
|
+
"type": "string",
|
|
5925
|
+
"minLength": 1
|
|
5926
|
+
}
|
|
5927
|
+
},
|
|
5928
|
+
"required": [
|
|
5929
|
+
"kind",
|
|
5930
|
+
"expect"
|
|
5931
|
+
]
|
|
5932
|
+
},
|
|
5698
5933
|
{
|
|
5699
5934
|
"type": "object",
|
|
5700
5935
|
"properties": {
|
|
@@ -6162,6 +6397,19 @@
|
|
|
6162
6397
|
"steps"
|
|
6163
6398
|
]
|
|
6164
6399
|
},
|
|
6400
|
+
"diffpackCapable": {
|
|
6401
|
+
"type": "boolean"
|
|
6402
|
+
},
|
|
6403
|
+
"capabilityFloor": {
|
|
6404
|
+
"type": "string",
|
|
6405
|
+
"enum": [
|
|
6406
|
+
"tiny",
|
|
6407
|
+
"small",
|
|
6408
|
+
"medium",
|
|
6409
|
+
"large",
|
|
6410
|
+
"cloud"
|
|
6411
|
+
]
|
|
6412
|
+
},
|
|
6165
6413
|
"scripts": {
|
|
6166
6414
|
"type": "object",
|
|
6167
6415
|
"propertyNames": {
|
|
@@ -92,6 +92,27 @@
|
|
|
92
92
|
"general"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
+
"category": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"enum": [
|
|
98
|
+
"code-build",
|
|
99
|
+
"code-quality",
|
|
100
|
+
"code-review",
|
|
101
|
+
"code-data",
|
|
102
|
+
"code-release",
|
|
103
|
+
"code-ops",
|
|
104
|
+
"code-docs",
|
|
105
|
+
"writing",
|
|
106
|
+
"media",
|
|
107
|
+
"design",
|
|
108
|
+
"marketing",
|
|
109
|
+
"research",
|
|
110
|
+
"business",
|
|
111
|
+
"personal",
|
|
112
|
+
"practice",
|
|
113
|
+
"other"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
95
116
|
"workflow": {
|
|
96
117
|
"type": "string"
|
|
97
118
|
}
|
|
@@ -1429,6 +1429,56 @@
|
|
|
1429
1429
|
"tools"
|
|
1430
1430
|
]
|
|
1431
1431
|
},
|
|
1432
|
+
{
|
|
1433
|
+
"type": "object",
|
|
1434
|
+
"properties": {
|
|
1435
|
+
"kind": {
|
|
1436
|
+
"type": "string",
|
|
1437
|
+
"const": "commandEvidence"
|
|
1438
|
+
},
|
|
1439
|
+
"script": {
|
|
1440
|
+
"type": "string",
|
|
1441
|
+
"minLength": 1
|
|
1442
|
+
},
|
|
1443
|
+
"bin": {
|
|
1444
|
+
"type": "string",
|
|
1445
|
+
"minLength": 1
|
|
1446
|
+
},
|
|
1447
|
+
"args": {
|
|
1448
|
+
"type": "array",
|
|
1449
|
+
"items": {
|
|
1450
|
+
"type": "string"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"expect": {
|
|
1454
|
+
"type": "string",
|
|
1455
|
+
"enum": [
|
|
1456
|
+
"pass",
|
|
1457
|
+
"fail"
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
"minRuns": {
|
|
1461
|
+
"type": "integer",
|
|
1462
|
+
"exclusiveMinimum": 0,
|
|
1463
|
+
"maximum": 9007199254740991
|
|
1464
|
+
},
|
|
1465
|
+
"onDraft": {
|
|
1466
|
+
"type": "string",
|
|
1467
|
+
"enum": [
|
|
1468
|
+
"defer",
|
|
1469
|
+
"require"
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
"label": {
|
|
1473
|
+
"type": "string",
|
|
1474
|
+
"minLength": 1
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"required": [
|
|
1478
|
+
"kind",
|
|
1479
|
+
"expect"
|
|
1480
|
+
]
|
|
1481
|
+
},
|
|
1432
1482
|
{
|
|
1433
1483
|
"type": "object",
|
|
1434
1484
|
"properties": {
|
|
@@ -2413,6 +2463,56 @@
|
|
|
2413
2463
|
"tools"
|
|
2414
2464
|
]
|
|
2415
2465
|
},
|
|
2466
|
+
{
|
|
2467
|
+
"type": "object",
|
|
2468
|
+
"properties": {
|
|
2469
|
+
"kind": {
|
|
2470
|
+
"type": "string",
|
|
2471
|
+
"const": "commandEvidence"
|
|
2472
|
+
},
|
|
2473
|
+
"script": {
|
|
2474
|
+
"type": "string",
|
|
2475
|
+
"minLength": 1
|
|
2476
|
+
},
|
|
2477
|
+
"bin": {
|
|
2478
|
+
"type": "string",
|
|
2479
|
+
"minLength": 1
|
|
2480
|
+
},
|
|
2481
|
+
"args": {
|
|
2482
|
+
"type": "array",
|
|
2483
|
+
"items": {
|
|
2484
|
+
"type": "string"
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"expect": {
|
|
2488
|
+
"type": "string",
|
|
2489
|
+
"enum": [
|
|
2490
|
+
"pass",
|
|
2491
|
+
"fail"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2494
|
+
"minRuns": {
|
|
2495
|
+
"type": "integer",
|
|
2496
|
+
"exclusiveMinimum": 0,
|
|
2497
|
+
"maximum": 9007199254740991
|
|
2498
|
+
},
|
|
2499
|
+
"onDraft": {
|
|
2500
|
+
"type": "string",
|
|
2501
|
+
"enum": [
|
|
2502
|
+
"defer",
|
|
2503
|
+
"require"
|
|
2504
|
+
]
|
|
2505
|
+
},
|
|
2506
|
+
"label": {
|
|
2507
|
+
"type": "string",
|
|
2508
|
+
"minLength": 1
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"required": [
|
|
2512
|
+
"kind",
|
|
2513
|
+
"expect"
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2416
2516
|
{
|
|
2417
2517
|
"type": "object",
|
|
2418
2518
|
"properties": {
|
|
@@ -4358,6 +4458,56 @@
|
|
|
4358
4458
|
"tools"
|
|
4359
4459
|
]
|
|
4360
4460
|
},
|
|
4461
|
+
{
|
|
4462
|
+
"type": "object",
|
|
4463
|
+
"properties": {
|
|
4464
|
+
"kind": {
|
|
4465
|
+
"type": "string",
|
|
4466
|
+
"const": "commandEvidence"
|
|
4467
|
+
},
|
|
4468
|
+
"script": {
|
|
4469
|
+
"type": "string",
|
|
4470
|
+
"minLength": 1
|
|
4471
|
+
},
|
|
4472
|
+
"bin": {
|
|
4473
|
+
"type": "string",
|
|
4474
|
+
"minLength": 1
|
|
4475
|
+
},
|
|
4476
|
+
"args": {
|
|
4477
|
+
"type": "array",
|
|
4478
|
+
"items": {
|
|
4479
|
+
"type": "string"
|
|
4480
|
+
}
|
|
4481
|
+
},
|
|
4482
|
+
"expect": {
|
|
4483
|
+
"type": "string",
|
|
4484
|
+
"enum": [
|
|
4485
|
+
"pass",
|
|
4486
|
+
"fail"
|
|
4487
|
+
]
|
|
4488
|
+
},
|
|
4489
|
+
"minRuns": {
|
|
4490
|
+
"type": "integer",
|
|
4491
|
+
"exclusiveMinimum": 0,
|
|
4492
|
+
"maximum": 9007199254740991
|
|
4493
|
+
},
|
|
4494
|
+
"onDraft": {
|
|
4495
|
+
"type": "string",
|
|
4496
|
+
"enum": [
|
|
4497
|
+
"defer",
|
|
4498
|
+
"require"
|
|
4499
|
+
]
|
|
4500
|
+
},
|
|
4501
|
+
"label": {
|
|
4502
|
+
"type": "string",
|
|
4503
|
+
"minLength": 1
|
|
4504
|
+
}
|
|
4505
|
+
},
|
|
4506
|
+
"required": [
|
|
4507
|
+
"kind",
|
|
4508
|
+
"expect"
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4361
4511
|
{
|
|
4362
4512
|
"type": "object",
|
|
4363
4513
|
"properties": {
|
|
@@ -5342,6 +5492,56 @@
|
|
|
5342
5492
|
"tools"
|
|
5343
5493
|
]
|
|
5344
5494
|
},
|
|
5495
|
+
{
|
|
5496
|
+
"type": "object",
|
|
5497
|
+
"properties": {
|
|
5498
|
+
"kind": {
|
|
5499
|
+
"type": "string",
|
|
5500
|
+
"const": "commandEvidence"
|
|
5501
|
+
},
|
|
5502
|
+
"script": {
|
|
5503
|
+
"type": "string",
|
|
5504
|
+
"minLength": 1
|
|
5505
|
+
},
|
|
5506
|
+
"bin": {
|
|
5507
|
+
"type": "string",
|
|
5508
|
+
"minLength": 1
|
|
5509
|
+
},
|
|
5510
|
+
"args": {
|
|
5511
|
+
"type": "array",
|
|
5512
|
+
"items": {
|
|
5513
|
+
"type": "string"
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"expect": {
|
|
5517
|
+
"type": "string",
|
|
5518
|
+
"enum": [
|
|
5519
|
+
"pass",
|
|
5520
|
+
"fail"
|
|
5521
|
+
]
|
|
5522
|
+
},
|
|
5523
|
+
"minRuns": {
|
|
5524
|
+
"type": "integer",
|
|
5525
|
+
"exclusiveMinimum": 0,
|
|
5526
|
+
"maximum": 9007199254740991
|
|
5527
|
+
},
|
|
5528
|
+
"onDraft": {
|
|
5529
|
+
"type": "string",
|
|
5530
|
+
"enum": [
|
|
5531
|
+
"defer",
|
|
5532
|
+
"require"
|
|
5533
|
+
]
|
|
5534
|
+
},
|
|
5535
|
+
"label": {
|
|
5536
|
+
"type": "string",
|
|
5537
|
+
"minLength": 1
|
|
5538
|
+
}
|
|
5539
|
+
},
|
|
5540
|
+
"required": [
|
|
5541
|
+
"kind",
|
|
5542
|
+
"expect"
|
|
5543
|
+
]
|
|
5544
|
+
},
|
|
5345
5545
|
{
|
|
5346
5546
|
"type": "object",
|
|
5347
5547
|
"properties": {
|
|
@@ -6114,6 +6314,54 @@
|
|
|
6114
6314
|
"typeId"
|
|
6115
6315
|
]
|
|
6116
6316
|
}
|
|
6317
|
+
},
|
|
6318
|
+
"commands": {
|
|
6319
|
+
"type": "array",
|
|
6320
|
+
"items": {
|
|
6321
|
+
"type": "object",
|
|
6322
|
+
"properties": {
|
|
6323
|
+
"scope": {
|
|
6324
|
+
"type": "string",
|
|
6325
|
+
"enum": [
|
|
6326
|
+
"script",
|
|
6327
|
+
"npx"
|
|
6328
|
+
]
|
|
6329
|
+
},
|
|
6330
|
+
"name": {
|
|
6331
|
+
"type": "string",
|
|
6332
|
+
"minLength": 1
|
|
6333
|
+
},
|
|
6334
|
+
"args": {
|
|
6335
|
+
"type": "array",
|
|
6336
|
+
"items": {
|
|
6337
|
+
"type": "string"
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
"reason": {
|
|
6341
|
+
"type": "string"
|
|
6342
|
+
},
|
|
6343
|
+
"optional": {
|
|
6344
|
+
"type": "boolean"
|
|
6345
|
+
}
|
|
6346
|
+
},
|
|
6347
|
+
"required": [
|
|
6348
|
+
"scope",
|
|
6349
|
+
"name"
|
|
6350
|
+
]
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6353
|
+
"diffpackCapable": {
|
|
6354
|
+
"type": "boolean"
|
|
6355
|
+
},
|
|
6356
|
+
"capabilityFloor": {
|
|
6357
|
+
"type": "string",
|
|
6358
|
+
"enum": [
|
|
6359
|
+
"tiny",
|
|
6360
|
+
"small",
|
|
6361
|
+
"medium",
|
|
6362
|
+
"large",
|
|
6363
|
+
"cloud"
|
|
6364
|
+
]
|
|
6117
6365
|
}
|
|
6118
6366
|
},
|
|
6119
6367
|
"required": [
|