fix: address meta-feedback issues from #22#23
Merged
KyleAMathews merged 3 commits intomainfrom Mar 3, 2026
Merged
Conversation
Scanner: derive intent config from repository/homepage fields when explicit intent field is absent, reducing config boilerplate. Scaffold: fix npx command references to use @tanstack/intent, add monorepo guidance, include _artifacts exclusion instructions. Domain discovery: add wrong_pattern/correct_pattern to failure mode schema, add peer dependency reading to Phase 1, make domain count flexible instead of fixed 4-7, add grouping validation step. Generator: add line budget awareness instruction to Step 2. Validator: improve 500-line error message to guide agents toward rewriting for conciseness. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit: |
Scaffold now explains the monorepo layout: domain map artifacts at repo root, skills written per-package, each package needs @tanstack/intent devDep, bin entry, and shim. Domain discovery: notes monorepo artifact placement at repo root. Tree generator: adds package field to skill tree YAML schema. Generate skill: writes to per-package skills directory when package field is present. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses all actionable bugs and improvements from the Durable Streams meta-feedback test run.
Scanner: derive config from standard package.json fields
skills/directory no longer need an explicitintentconfig fieldrepois derived fromrepository,docsfromhomepageintentfield still takes priority when presentScaffold CLI fixes
npx intent→npx @tanstack/intentin all scaffold output_artifacts/exclusion instructions ("!skills/_artifacts"infilesarray)Monorepo support across scaffold + all meta skills
@tanstack/intentdevDep, bin entry + shim, skills infilesarraypackagefield to skill tree YAML schemapackagefield is presentDomain discovery improvements
wrong_patternandcorrect_patternfields added to failure mode YAML schemaGenerator & validator
Test plan
skills/but norepositoryorintentfieldintentfield) still work🤖 Generated with Claude Code
Closes #22