Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the devline plugin to v0.4.0 by reshaping the pipeline’s “fast lane” flow, consolidating dependency tooling into a single deps launcher + dependency agent, and moving several “kb-*” reference skills into agent-side agents/references/* documents. It also adds a one-command installer and revises design-system persistence to be repo-scoped.
Changes:
- Added fast-lane support (
fast_laneconfig +/quickskill) and refined test-depth guidance (test_depth,focusedvsdeep) across planning/TDD docs. - Replaced legacy dependency workflows (
cve-patcher,migrate, dependency-patcher/migrator) withskills/deps+agents/dependency. - Added
install.sh, updated release automation to a manual workflow dispatch, and adjusted security hooks.
Reviewed changes
Copilot reviewed 61 out of 61 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/writing/SKILL.md | Clarifies “DOs then DON’Ts” application when de-AI’ing text. |
| skills/writing/references/creative.md | Expands creative-writing craft guidance (rhythm, narrator discipline, naming). |
| skills/setup/SKILL.md | Updates setup instructions and adds optional companion tooling guidance. |
| skills/setup/assets/devline-local-template.md | Adds fast_lane + test_depth, updates settings batches and link. |
| skills/setup/assets/claude-md-template.md | Reduces CLAUDE.md template sections (removes Learning/Recovery + Lessons placeholder). |
| skills/quick/SKILL.md | New user-invocable fast-lane launcher skill. |
| skills/migrate/SKILL.md | Removes legacy migrate skill (replaced by deps --migrate). |
| skills/kb-tdd-workflow/SKILL.md | Adds test_depth semantics and refines E2E guidance. |
| skills/kb-documentation/SKILL.md | Removes legacy kb-documentation (replaced by agents/references/documentation.md). |
| skills/kb-documentation/references/doc-tools.md | Removes doc-tools reference (moved into consolidated documentation reference). |
| skills/kb-documentation/references/doc-templates.md | Removes doc templates (moved into consolidated documentation reference). |
| skills/kb-design/SKILL.md | Documents durable docs/design-system/ persistence and corrections log expectations. |
| skills/kb-design/scripts/search.py | Updates persistence confirmation output to repo-scoped design-system/ pathing. |
| skills/kb-design/scripts/design_system.py | Switches persistence layout to one-per-repo design-system/ and adds corrections-log preservation logic. |
| skills/kb-dependency-migration/SKILL.md | Removes legacy migration methodology skill (folded into deps/dependency flow). |
| skills/kb-dependency-management/SKILL.md | Updates to reflect new dependency agent and deps launcher naming. |
| skills/kb-debugging/SKILL.md | Removes legacy debugging skill (replaced by agents/references/debugging.md). |
| skills/kb-debugging/references/debugging-tools.md | Removes debugging tools reference (moved into agents/references/debugging.md). |
| skills/kb-debugging/references/common-errors.md | Removes common errors reference (moved into agents/references/debugging.md). |
| skills/kb-cloud-infra/SKILL.md | Removes legacy cloud/infra skill (replaced by agents/references/cloud-infra.md and implementer guidance). |
| skills/kb-cloud-infra/references/container-patterns.md | Removes container patterns reference (moved into agents/references/cloud-infra.md). |
| skills/kb-cloud-infra/references/cicd-patterns.md | Removes CI/CD patterns reference (moved into agents/references/cloud-infra.md). |
| skills/kb-cloud-infra/references/aws-patterns.md | Removes AWS patterns reference (moved into agents/references/cloud-infra.md). |
| skills/kb-blast-radius/SKILL.md | Updates scope/role references (deep-review → reviewer scope=branch). |
| skills/find-docs/SKILL.md | Streamlines Context7 usage guidance. |
| skills/devline/SKILL.md | Adds explicit change classification + fast lane, refactors state persistence to reference docs, updates final review to reviewer scope=branch. |
| skills/devline/references/worktree-protocol.md | Updates worktree guidance after devops agent removal. |
| skills/devline/references/recovery.md | Adds dedicated state persistence & recovery reference. |
| skills/devline/references/implementation-protocol.md | Consolidates infra tasks into implementer responsibility. |
| skills/design/SKILL.md | Refactors frontend-planner mode detection and documents live design-system persistence workflow. |
| skills/deps/SKILL.md | New unified dependency patch/migrate launcher skill. |
| skills/deep-review/SKILL.md | Updates deep-review behavior to use reviewer scope=branch and new verdict naming. |
| skills/cve-patcher/SKILL.md | Removes legacy CVE patcher skill (replaced by deps). |
| skills/brainstorm/SKILL.md | Adds acceptance criteria + test depth selection to brainstorm format. |
| release.sh | Removes local release script (replaced by GitHub Actions workflow). |
| install.sh | Adds cross-platform installer for Claude Code + devline + companions. |
| hooks/scripts/validate-write.sh | Removes path-based blocks; keeps content-based secret scanning. |
| hooks/scripts/validate-bash.sh | Removes several git/workflow policy guards; keeps destructive/external mutation checks. |
| hooks/scripts/enforce-branch.sh | Removes feature-branch enforcement hook. |
| hooks/hooks.json | Removes enforce-branch hook wiring. |
| agents/reviewer.md | Updates reviewer scope semantics and branch-level final gate behavior. |
| agents/references/plan-format.md | Adds plan-level Test Depth header and adjusts agent options. |
| agents/references/frontend-output-templates.md | Adds canonical table definitions and refactors template references to them. |
| agents/references/documentation.md | New consolidated docs reference (templates + tooling + standards). |
| agents/references/debugging.md | New consolidated debugging reference (patterns + tools). |
| agents/references/cloud-infra.md | New consolidated infra reference (detection + patterns + best practices). |
| agents/planner.md | Removes CLAUDE.md lesson requirement; folds infra tasks into implementer. |
| agents/implementer.md | Adds infra-task responsibilities and test-depth handling. |
| agents/docs-keeper.md | Switches to agents/references/documentation.md and adds CLAUDE.md compaction guidance. |
| agents/devops.md | Removes devops agent (infra work now handled by implementer). |
| agents/dependency.md | New dependency agent replacing patcher/migrator split. |
| agents/dependency-patcher.md | Removes legacy dependency-patcher agent. |
| agents/dependency-migrator.md | Removes legacy dependency-migrator agent. |
| agents/deep-review.md | Removes legacy deep-review agent (branch gate now reviewer scope=branch). |
| agents/debugger.md | Switches debugging reference from kb-debugging to agents/references/debugging.md. |
| .github/workflows/validate.yml | Ensures install.sh is executable and shellchecked. |
| .github/workflows/release.yml | Replaces tag-push release flow with manual workflow_dispatch release process. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.