@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
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"name": "Meta Superintelligence Labs",
|
|
17
17
|
"url": "https://huggingface.co/meta-models/Muse-Glimmer-30B"
|
|
18
18
|
},
|
|
19
|
-
"version": "1.0.
|
|
20
|
-
"updatedAt": "2026-08-
|
|
19
|
+
"version": "1.0.2",
|
|
20
|
+
"updatedAt": "2026-08-23T00:00:00Z",
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"licenseClass": "open",
|
|
23
23
|
"licenseShortName": "Apache 2.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"llamaCpp": {
|
|
120
120
|
"huggingfaceRepo": "meta-models/Muse-Glimmer-30B-GGUF",
|
|
121
121
|
"filename": "muse-glimmer-30B-kquant-17gb.gguf",
|
|
122
|
-
"quantization": "
|
|
122
|
+
"quantization": "Q4_K_M",
|
|
123
123
|
"mmprojFilename": "mmproj-kquant.gguf"
|
|
124
124
|
}
|
|
125
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "ornith-9b-q4",
|
|
3
|
-
"name": "Ornith 1.0 (9B)",
|
|
3
|
+
"name": "Ornith 1.0 (9B, Q4)",
|
|
4
4
|
"description": "DeepReinforce's Ornith 1.0 at 9B parameters — an agentic-coding model built for hands-on software work. Native reasoning, native tool calling, 256K context. The small-tier pick for tool-heavy work on a 12GB+ inference budget. MIT licensed.",
|
|
5
5
|
"tags": [
|
|
6
6
|
"deepreinforce",
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ornith1.5-9b-q4",
|
|
3
|
+
"name": "Ornith 1.5 (9B, Q4)",
|
|
4
|
+
"description": "Ornith AI's dense 9B Ornith 1.5 model — a compact self-improving agentic coder trained for software engineering, tool use, and reasoning. The 4-bit build offers the practical small-tier balance of quality and memory use, with native tool calling and a 256K context window. MIT licensed; best suited to machines with 12GB+ usable memory.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"ornith",
|
|
7
|
+
"coding",
|
|
8
|
+
"agentic",
|
|
9
|
+
"tools",
|
|
10
|
+
"reasoning",
|
|
11
|
+
"long-context"
|
|
12
|
+
],
|
|
13
|
+
"category": "coding",
|
|
14
|
+
"maintainer": {
|
|
15
|
+
"name": "Ornith AI",
|
|
16
|
+
"url": "https://huggingface.co/ornith-ai"
|
|
17
|
+
},
|
|
18
|
+
"version": "1.0.0",
|
|
19
|
+
"updatedAt": "2026-08-23T00:00:00Z",
|
|
20
|
+
"versionMinGezelVersion": "1.26227",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"licenseClass": "open",
|
|
23
|
+
"licenseShortName": "MIT",
|
|
24
|
+
"parameterSize": "9B",
|
|
25
|
+
"approxSizeBytes": 5629108992,
|
|
26
|
+
"supportsTools": true,
|
|
27
|
+
"contextWindow": 262144,
|
|
28
|
+
"upstream": "https://huggingface.co/ornith-ai/Ornith-1.5-9B",
|
|
29
|
+
"style": {
|
|
30
|
+
"family": "qwen",
|
|
31
|
+
"reasoningFormat": "think",
|
|
32
|
+
"toolCallFormat": "function-call"
|
|
33
|
+
},
|
|
34
|
+
"behaviors": [
|
|
35
|
+
"reasoning.strip-think-tags",
|
|
36
|
+
"prompt.private-reasoning-guidance",
|
|
37
|
+
"prompt.tool-cookbook-condensed",
|
|
38
|
+
"fabrication.detect-past-tense-no-tools",
|
|
39
|
+
"turn.ollama-num-predict-bumped",
|
|
40
|
+
"turn.preamble-folding",
|
|
41
|
+
"turn.ramble-detection",
|
|
42
|
+
"mcp.compact-tool-schemas",
|
|
43
|
+
"mcp.relax-required-fields",
|
|
44
|
+
"mcp.default-missing-fields",
|
|
45
|
+
"prompt.retrieval-first",
|
|
46
|
+
"tools.mlx-grammar"
|
|
47
|
+
],
|
|
48
|
+
"tuning": {
|
|
49
|
+
"sampling": {
|
|
50
|
+
"temperature": 0.6,
|
|
51
|
+
"topP": 0.95,
|
|
52
|
+
"topK": 20,
|
|
53
|
+
"minP": 0,
|
|
54
|
+
"repetitionPenalty": 1,
|
|
55
|
+
"maxTokens": 8192
|
|
56
|
+
},
|
|
57
|
+
"samplingWhenThinking": {
|
|
58
|
+
"temperature": 0.6,
|
|
59
|
+
"topP": 0.95
|
|
60
|
+
},
|
|
61
|
+
"reasoning": {
|
|
62
|
+
"enableThinking": true,
|
|
63
|
+
"thinkingBudget": 4096
|
|
64
|
+
},
|
|
65
|
+
"promptTags": {
|
|
66
|
+
"enableThinkingTag": "/think",
|
|
67
|
+
"disableThinkingTag": "/no_think"
|
|
68
|
+
},
|
|
69
|
+
"profiles": {
|
|
70
|
+
"thinking-general": {
|
|
71
|
+
"sampling": {
|
|
72
|
+
"temperature": 0.6,
|
|
73
|
+
"topP": 0.95,
|
|
74
|
+
"topK": 20,
|
|
75
|
+
"minP": 0,
|
|
76
|
+
"repetitionPenalty": 1,
|
|
77
|
+
"maxTokens": 12288
|
|
78
|
+
},
|
|
79
|
+
"reasoning": {
|
|
80
|
+
"enableThinking": true,
|
|
81
|
+
"thinkingBudget": 4096
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"thinking-coding": {
|
|
85
|
+
"sampling": {
|
|
86
|
+
"temperature": 0.6,
|
|
87
|
+
"topP": 0.95,
|
|
88
|
+
"topK": 20,
|
|
89
|
+
"minP": 0,
|
|
90
|
+
"repetitionPenalty": 1,
|
|
91
|
+
"maxTokens": 16384
|
|
92
|
+
},
|
|
93
|
+
"reasoning": {
|
|
94
|
+
"enableThinking": true,
|
|
95
|
+
"thinkingBudget": 4096
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"thinking-precise": {
|
|
99
|
+
"sampling": {
|
|
100
|
+
"temperature": 0.4,
|
|
101
|
+
"topP": 0.9,
|
|
102
|
+
"topK": 20,
|
|
103
|
+
"minP": 0,
|
|
104
|
+
"repetitionPenalty": 1,
|
|
105
|
+
"seed": 0,
|
|
106
|
+
"maxTokens": 6144
|
|
107
|
+
},
|
|
108
|
+
"reasoning": {
|
|
109
|
+
"enableThinking": true,
|
|
110
|
+
"thinkingBudget": 4096
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"instruct": {
|
|
114
|
+
"sampling": {
|
|
115
|
+
"temperature": 0.7,
|
|
116
|
+
"topP": 0.8,
|
|
117
|
+
"topK": 20,
|
|
118
|
+
"minP": 0,
|
|
119
|
+
"presencePenalty": 1.5,
|
|
120
|
+
"repetitionPenalty": 1,
|
|
121
|
+
"maxTokens": 4096
|
|
122
|
+
},
|
|
123
|
+
"reasoning": {
|
|
124
|
+
"enableThinking": false
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"creative": {
|
|
128
|
+
"sampling": {
|
|
129
|
+
"temperature": 1.1,
|
|
130
|
+
"topP": 0.95,
|
|
131
|
+
"topK": 40,
|
|
132
|
+
"maxTokens": 8192
|
|
133
|
+
},
|
|
134
|
+
"reasoning": {
|
|
135
|
+
"enableThinking": false
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"llamaCpp": {
|
|
141
|
+
"huggingfaceRepo": "ornith-ai/Ornith-1.5-9B-GGUF",
|
|
142
|
+
"filename": "Ornith-1.5-9B-Q4_K_M.gguf",
|
|
143
|
+
"quantization": "Q4_K_M"
|
|
144
|
+
},
|
|
145
|
+
"mlx": {
|
|
146
|
+
"huggingfaceRepo": "ornith-ai/Ornith-1.5-9B-MLX-4bit",
|
|
147
|
+
"quantization": "4bit"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "qwen3.8-27b-iq1-s",
|
|
3
|
+
"name": "Qwen 3.8 (27B, IQ1_S)",
|
|
4
|
+
"description": "Alibaba's Qwen 3.8 at 27B parameters: a dense, multimodal agentic model with native text, image, and video understanding, 262K context, flexible reasoning effort, MTP, and native tool calling. Unsloth's dynamic UD-IQ1_S is an extreme-compression build at just over 6GB, making the 27B accessible on machines with 16GB usable memory while trading more fidelity than the Q2 build for the smaller footprint.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"alibaba",
|
|
7
|
+
"agentic",
|
|
8
|
+
"coding",
|
|
9
|
+
"multimodal",
|
|
10
|
+
"vision",
|
|
11
|
+
"video",
|
|
12
|
+
"tools",
|
|
13
|
+
"reasoning",
|
|
14
|
+
"long-context",
|
|
15
|
+
"low-memory"
|
|
16
|
+
],
|
|
17
|
+
"category": "general",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "Alibaba",
|
|
20
|
+
"url": "https://huggingface.co/Qwen/Qwen3.8-27B"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"updatedAt": "2026-08-23T00:00:00Z",
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
|
+
"licenseClass": "open",
|
|
26
|
+
"licenseShortName": "Apache 2.0",
|
|
27
|
+
"recoScore": 20,
|
|
28
|
+
"parameterSize": "27B",
|
|
29
|
+
"approxSizeBytes": 6192222208,
|
|
30
|
+
"supportsTools": true,
|
|
31
|
+
"contextWindow": 262144,
|
|
32
|
+
"upstream": "https://huggingface.co/Qwen/Qwen3.8-27B",
|
|
33
|
+
"style": {
|
|
34
|
+
"family": "qwen",
|
|
35
|
+
"reasoningFormat": "think",
|
|
36
|
+
"toolCallFormat": "function-call"
|
|
37
|
+
},
|
|
38
|
+
"behaviors": [
|
|
39
|
+
"reasoning.strip-think-tags",
|
|
40
|
+
"provider.merge-system-messages",
|
|
41
|
+
"mcp.compact-tool-schemas",
|
|
42
|
+
"provider.compact-write-transcript",
|
|
43
|
+
"fabrication.detect-past-tense-no-tools",
|
|
44
|
+
"turn.ollama-num-predict-bumped",
|
|
45
|
+
"turn.preamble-folding",
|
|
46
|
+
"turn.ramble-detection",
|
|
47
|
+
"tools.mlx-grammar",
|
|
48
|
+
"prompt.retrieval-first",
|
|
49
|
+
"prompt.workspace-gestalt",
|
|
50
|
+
"prompt.derive-by-execution"
|
|
51
|
+
],
|
|
52
|
+
"tuning": {
|
|
53
|
+
"sampling": {
|
|
54
|
+
"temperature": 1,
|
|
55
|
+
"topP": 0.95,
|
|
56
|
+
"topK": 20,
|
|
57
|
+
"minP": 0,
|
|
58
|
+
"presencePenalty": 0,
|
|
59
|
+
"repetitionPenalty": 1,
|
|
60
|
+
"maxTokens": 12288
|
|
61
|
+
},
|
|
62
|
+
"samplingWhenThinking": {
|
|
63
|
+
"temperature": 1,
|
|
64
|
+
"topP": 0.95
|
|
65
|
+
},
|
|
66
|
+
"reasoning": {
|
|
67
|
+
"enableThinking": true,
|
|
68
|
+
"thinkingBudget": 4096,
|
|
69
|
+
"templateKwargs": {
|
|
70
|
+
"reasoning_effort": "medium"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"promptTags": {
|
|
74
|
+
"enableThinkingTag": "/think",
|
|
75
|
+
"disableThinkingTag": "/no_think"
|
|
76
|
+
},
|
|
77
|
+
"profiles": {
|
|
78
|
+
"thinking-general": {
|
|
79
|
+
"sampling": {
|
|
80
|
+
"temperature": 1,
|
|
81
|
+
"topP": 0.95,
|
|
82
|
+
"topK": 20,
|
|
83
|
+
"minP": 0,
|
|
84
|
+
"presencePenalty": 0,
|
|
85
|
+
"repetitionPenalty": 1,
|
|
86
|
+
"maxTokens": 12288
|
|
87
|
+
},
|
|
88
|
+
"reasoning": {
|
|
89
|
+
"enableThinking": true,
|
|
90
|
+
"thinkingBudget": 4096,
|
|
91
|
+
"templateKwargs": {
|
|
92
|
+
"reasoning_effort": "medium"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"thinking-deep": {
|
|
97
|
+
"reasoning": {
|
|
98
|
+
"enableThinking": true,
|
|
99
|
+
"thinkingBudget": 4096,
|
|
100
|
+
"templateKwargs": {
|
|
101
|
+
"reasoning_effort": "xhigh"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"thinking-coding": {
|
|
106
|
+
"sampling": {
|
|
107
|
+
"temperature": 1,
|
|
108
|
+
"topP": 0.95,
|
|
109
|
+
"topK": 20,
|
|
110
|
+
"minP": 0,
|
|
111
|
+
"presencePenalty": 0,
|
|
112
|
+
"repetitionPenalty": 1,
|
|
113
|
+
"maxTokens": 16384
|
|
114
|
+
},
|
|
115
|
+
"reasoning": {
|
|
116
|
+
"enableThinking": true,
|
|
117
|
+
"thinkingBudget": 4096,
|
|
118
|
+
"templateKwargs": {
|
|
119
|
+
"reasoning_effort": "medium"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"thinking-precise": {
|
|
124
|
+
"sampling": {
|
|
125
|
+
"temperature": 0.6,
|
|
126
|
+
"topP": 0.95,
|
|
127
|
+
"topK": 20,
|
|
128
|
+
"minP": 0,
|
|
129
|
+
"presencePenalty": 0,
|
|
130
|
+
"repetitionPenalty": 1,
|
|
131
|
+
"seed": 0,
|
|
132
|
+
"maxTokens": 6144
|
|
133
|
+
},
|
|
134
|
+
"reasoning": {
|
|
135
|
+
"enableThinking": true,
|
|
136
|
+
"thinkingBudget": 4096,
|
|
137
|
+
"templateKwargs": {
|
|
138
|
+
"reasoning_effort": "medium"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"instruct": {
|
|
143
|
+
"sampling": {
|
|
144
|
+
"temperature": 0.7,
|
|
145
|
+
"topP": 0.8,
|
|
146
|
+
"topK": 20,
|
|
147
|
+
"minP": 0,
|
|
148
|
+
"presencePenalty": 1.5,
|
|
149
|
+
"repetitionPenalty": 1,
|
|
150
|
+
"maxTokens": 4096
|
|
151
|
+
},
|
|
152
|
+
"reasoning": {
|
|
153
|
+
"enableThinking": false
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"creative": {
|
|
157
|
+
"sampling": {
|
|
158
|
+
"temperature": 1,
|
|
159
|
+
"topP": 0.95,
|
|
160
|
+
"topK": 40,
|
|
161
|
+
"minP": 0,
|
|
162
|
+
"presencePenalty": 1.5,
|
|
163
|
+
"repetitionPenalty": 1,
|
|
164
|
+
"maxTokens": 8192
|
|
165
|
+
},
|
|
166
|
+
"reasoning": {
|
|
167
|
+
"enableThinking": false
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"llamaCpp": {
|
|
173
|
+
"huggingfaceRepo": "unsloth/Qwen3.8-27B-GGUF",
|
|
174
|
+
"filename": "Qwen3.8-27B-UD-IQ1_S.gguf",
|
|
175
|
+
"quantization": "UD-IQ1_S",
|
|
176
|
+
"mmprojFilename": "mmproj-F16.gguf"
|
|
177
|
+
},
|
|
178
|
+
"releasePatch": {
|
|
179
|
+
"tuning": {
|
|
180
|
+
"engine": {
|
|
181
|
+
"llamaCpp": {
|
|
182
|
+
"spec": {
|
|
183
|
+
"mtp": true,
|
|
184
|
+
"nMax": 4
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "qwen3.8-27b-q2",
|
|
3
|
+
"name": "Qwen 3.8 (27B, Q2)",
|
|
4
|
+
"description": "Alibaba's Qwen 3.8 at 27B parameters: a dense, multimodal agentic model with native text, image, and video understanding, 262K context, flexible reasoning effort, MTP, and native tool calling. Unsloth's dynamic UD-Q2_K_XL brings the 27B within reach of machines with 16GB+ usable memory while retaining more fidelity than the extreme IQ1_S build.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"alibaba",
|
|
7
|
+
"agentic",
|
|
8
|
+
"coding",
|
|
9
|
+
"multimodal",
|
|
10
|
+
"vision",
|
|
11
|
+
"video",
|
|
12
|
+
"tools",
|
|
13
|
+
"reasoning",
|
|
14
|
+
"long-context"
|
|
15
|
+
],
|
|
16
|
+
"category": "general",
|
|
17
|
+
"maintainer": {
|
|
18
|
+
"name": "Alibaba",
|
|
19
|
+
"url": "https://huggingface.co/Qwen/Qwen3.8-27B"
|
|
20
|
+
},
|
|
21
|
+
"version": "1.0.0",
|
|
22
|
+
"updatedAt": "2026-08-23T00:00:00Z",
|
|
23
|
+
"license": "Apache-2.0",
|
|
24
|
+
"licenseClass": "open",
|
|
25
|
+
"licenseShortName": "Apache 2.0",
|
|
26
|
+
"recoScore": 20,
|
|
27
|
+
"parameterSize": "27B",
|
|
28
|
+
"approxSizeBytes": 9828981664,
|
|
29
|
+
"supportsTools": true,
|
|
30
|
+
"contextWindow": 262144,
|
|
31
|
+
"upstream": "https://huggingface.co/Qwen/Qwen3.8-27B",
|
|
32
|
+
"style": {
|
|
33
|
+
"family": "qwen",
|
|
34
|
+
"reasoningFormat": "think",
|
|
35
|
+
"toolCallFormat": "function-call"
|
|
36
|
+
},
|
|
37
|
+
"behaviors": [
|
|
38
|
+
"reasoning.strip-think-tags",
|
|
39
|
+
"provider.merge-system-messages",
|
|
40
|
+
"mcp.compact-tool-schemas",
|
|
41
|
+
"provider.compact-write-transcript",
|
|
42
|
+
"fabrication.detect-past-tense-no-tools",
|
|
43
|
+
"turn.ollama-num-predict-bumped",
|
|
44
|
+
"turn.preamble-folding",
|
|
45
|
+
"turn.ramble-detection",
|
|
46
|
+
"tools.mlx-grammar",
|
|
47
|
+
"prompt.retrieval-first",
|
|
48
|
+
"prompt.workspace-gestalt",
|
|
49
|
+
"prompt.derive-by-execution"
|
|
50
|
+
],
|
|
51
|
+
"tuning": {
|
|
52
|
+
"sampling": {
|
|
53
|
+
"temperature": 1,
|
|
54
|
+
"topP": 0.95,
|
|
55
|
+
"topK": 20,
|
|
56
|
+
"minP": 0,
|
|
57
|
+
"presencePenalty": 0,
|
|
58
|
+
"repetitionPenalty": 1,
|
|
59
|
+
"maxTokens": 12288
|
|
60
|
+
},
|
|
61
|
+
"samplingWhenThinking": {
|
|
62
|
+
"temperature": 1,
|
|
63
|
+
"topP": 0.95
|
|
64
|
+
},
|
|
65
|
+
"reasoning": {
|
|
66
|
+
"enableThinking": true,
|
|
67
|
+
"thinkingBudget": 4096,
|
|
68
|
+
"templateKwargs": {
|
|
69
|
+
"reasoning_effort": "medium"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"promptTags": {
|
|
73
|
+
"enableThinkingTag": "/think",
|
|
74
|
+
"disableThinkingTag": "/no_think"
|
|
75
|
+
},
|
|
76
|
+
"profiles": {
|
|
77
|
+
"thinking-general": {
|
|
78
|
+
"sampling": {
|
|
79
|
+
"temperature": 1,
|
|
80
|
+
"topP": 0.95,
|
|
81
|
+
"topK": 20,
|
|
82
|
+
"minP": 0,
|
|
83
|
+
"presencePenalty": 0,
|
|
84
|
+
"repetitionPenalty": 1,
|
|
85
|
+
"maxTokens": 12288
|
|
86
|
+
},
|
|
87
|
+
"reasoning": {
|
|
88
|
+
"enableThinking": true,
|
|
89
|
+
"thinkingBudget": 4096,
|
|
90
|
+
"templateKwargs": {
|
|
91
|
+
"reasoning_effort": "medium"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"thinking-deep": {
|
|
96
|
+
"reasoning": {
|
|
97
|
+
"enableThinking": true,
|
|
98
|
+
"thinkingBudget": 4096,
|
|
99
|
+
"templateKwargs": {
|
|
100
|
+
"reasoning_effort": "xhigh"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"thinking-coding": {
|
|
105
|
+
"sampling": {
|
|
106
|
+
"temperature": 1,
|
|
107
|
+
"topP": 0.95,
|
|
108
|
+
"topK": 20,
|
|
109
|
+
"minP": 0,
|
|
110
|
+
"presencePenalty": 0,
|
|
111
|
+
"repetitionPenalty": 1,
|
|
112
|
+
"maxTokens": 16384
|
|
113
|
+
},
|
|
114
|
+
"reasoning": {
|
|
115
|
+
"enableThinking": true,
|
|
116
|
+
"thinkingBudget": 4096,
|
|
117
|
+
"templateKwargs": {
|
|
118
|
+
"reasoning_effort": "medium"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"thinking-precise": {
|
|
123
|
+
"sampling": {
|
|
124
|
+
"temperature": 0.6,
|
|
125
|
+
"topP": 0.95,
|
|
126
|
+
"topK": 20,
|
|
127
|
+
"minP": 0,
|
|
128
|
+
"presencePenalty": 0,
|
|
129
|
+
"repetitionPenalty": 1,
|
|
130
|
+
"seed": 0,
|
|
131
|
+
"maxTokens": 6144
|
|
132
|
+
},
|
|
133
|
+
"reasoning": {
|
|
134
|
+
"enableThinking": true,
|
|
135
|
+
"thinkingBudget": 4096,
|
|
136
|
+
"templateKwargs": {
|
|
137
|
+
"reasoning_effort": "medium"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"instruct": {
|
|
142
|
+
"sampling": {
|
|
143
|
+
"temperature": 0.7,
|
|
144
|
+
"topP": 0.8,
|
|
145
|
+
"topK": 20,
|
|
146
|
+
"minP": 0,
|
|
147
|
+
"presencePenalty": 1.5,
|
|
148
|
+
"repetitionPenalty": 1,
|
|
149
|
+
"maxTokens": 4096
|
|
150
|
+
},
|
|
151
|
+
"reasoning": {
|
|
152
|
+
"enableThinking": false
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"creative": {
|
|
156
|
+
"sampling": {
|
|
157
|
+
"temperature": 1,
|
|
158
|
+
"topP": 0.95,
|
|
159
|
+
"topK": 40,
|
|
160
|
+
"minP": 0,
|
|
161
|
+
"presencePenalty": 1.5,
|
|
162
|
+
"repetitionPenalty": 1,
|
|
163
|
+
"maxTokens": 8192
|
|
164
|
+
},
|
|
165
|
+
"reasoning": {
|
|
166
|
+
"enableThinking": false
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"llamaCpp": {
|
|
172
|
+
"huggingfaceRepo": "unsloth/Qwen3.8-27B-GGUF",
|
|
173
|
+
"filename": "Qwen3.8-27B-UD-Q2_K_XL.gguf",
|
|
174
|
+
"quantization": "UD-Q2_K_XL",
|
|
175
|
+
"mmprojFilename": "mmproj-F16.gguf"
|
|
176
|
+
},
|
|
177
|
+
"releasePatch": {
|
|
178
|
+
"tuning": {
|
|
179
|
+
"engine": {
|
|
180
|
+
"llamaCpp": {
|
|
181
|
+
"spec": {
|
|
182
|
+
"mtp": true,
|
|
183
|
+
"nMax": 4
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"frozen": true,
|
|
2
3
|
"workflow": {
|
|
3
4
|
"plan": "Reproduce first, diagnose second, change code only after the evidence identifies a root cause. Keep an explicit hypothesis ledger so plausible stories cannot silently become facts. Prefer the smallest experiment that separates competing explanations. The final report must connect symptom, causal mechanism, fix, and regression proof with inspectable paths and command results.",
|
|
4
5
|
"phases": [
|
|
@@ -26,7 +26,13 @@
|
|
|
26
26
|
"description": "Debug systematically: reproduce the failure and find the true root cause before changing any code, then fix and verify. Enforces a no-fix-without-diagnosis discipline.",
|
|
27
27
|
"tags": [
|
|
28
28
|
"debugging",
|
|
29
|
-
"engineering"
|
|
29
|
+
"engineering",
|
|
30
|
+
"investigation",
|
|
31
|
+
"root-cause",
|
|
32
|
+
"incident",
|
|
33
|
+
"diagnosis",
|
|
34
|
+
"debug",
|
|
35
|
+
"memory"
|
|
30
36
|
]
|
|
31
37
|
},
|
|
32
38
|
{
|
|
@@ -86,7 +92,11 @@
|
|
|
86
92
|
"description": "Exercise a running app in a real browser, triage what breaks, and produce a report-only QA findings list with a health score — no code changes.",
|
|
87
93
|
"tags": [
|
|
88
94
|
"qa",
|
|
89
|
-
"testing"
|
|
95
|
+
"testing",
|
|
96
|
+
"browser",
|
|
97
|
+
"manual-test",
|
|
98
|
+
"smoke-test",
|
|
99
|
+
"playwright"
|
|
90
100
|
]
|
|
91
101
|
},
|
|
92
102
|
{
|