docs: update documentation for asset system#48
Merged
Conversation
Extend dev-workflows from a rule compiler to a complete AI workflow system. The new asset system supports slash commands, spec templates, editor hooks, and presets that bundle everything together. Running `devw init --preset spec-driven` now sets up a full spec-driven development workflow.
Update README, Mintlify docs, and content registry to reflect the new asset system (commands, templates, hooks, presets). Fix outdated block naming, add missing rules and bridges to tables, create assets concept page, and generate changeset for minor version bump.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Update all documentation (README, Mintlify docs, content registry) to reflect the asset system added in #47, and generate changeset for minor version bump.
Why
PR #47 was merged with the code changes but the documentation commit was not included. This PR adds the docs and changeset.
Changes
New files
.changeset/add-asset-system.md— Changeset for minor bump (→ 0.5.0)docs/concepts/assets.mdx— New concept page documenting commands, templates, hooks, and presetsUpdated files
README.md— Updated quick start, rules table (6 → 13), new Assets section, fixed Windsurf bridge pathcontent/rules/README.md— Addedworkflow/spec-driven(12 → 13 rules)docs/index.mdx— Added Assets section, preset init exampledocs/quickstart.mdx— All 5 bridges in table, asset install examples, preset initdocs/commands/add.mdx— Asset types table, 13 rules, 7 assets listeddocs/commands/compile.mdx— All 5 bridges, asset deployment tabledocs/commands/init.mdx—--presetflag,.dwf/assets/in structuredocs/commands/doctor.mdx— 10 checks (was 7)docs/commands/list.mdx— 7 list types (added assets, commands, templates, hooks)docs/docs.json— Addedconcepts/assetsto navigationTest
pnpm release:generaterecognizes the changeset🤖 Generated with Claude Code