Skip to content

Update to v0.4.0 - #4

Merged
Conava merged 8 commits into
mainfrom
update
Jul 13, 2026
Merged

Update to v0.4.0#4
Conava merged 8 commits into
mainfrom
update

Conversation

@Conava

@Conava Conava commented Jul 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 13, 2026 11:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_lane config + /quick skill) and refined test-depth guidance (test_depth, focused vs deep) across planning/TDD docs.
  • Replaced legacy dependency workflows (cve-patcher, migrate, dependency-patcher/migrator) with skills/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.

Comment thread skills/kb-design/scripts/design_system.py
Comment thread hooks/scripts/validate-write.sh
Comment thread hooks/scripts/validate-bash.sh
Comment thread skills/kb-design/scripts/design_system.py
@Conava
Conava merged commit 259d0a9 into main Jul 13, 2026
1 check passed
@Conava
Conava deleted the update branch July 13, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants