Skip to content

Commit e02e3cb

Browse files
committed
skills(dev-lifecycle): update calling command
1 parent df689cb commit e02e3cb

File tree

2 files changed

+3
-60
lines changed

2 files changed

+3
-60
lines changed

skills/dev-lifecycle/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Sequential phases producing docs in `docs/ai/`. Flow: 1→2→3→4→(5 after e
99

1010
## Prerequisite
1111

12-
Before starting any phase, run `npx ai-devkit lint` to verify the base `docs/ai/` structure exists and is valid.
12+
Before starting any phase, run `npx ai-devkit@latest lint` to verify the base `docs/ai/` structure exists and is valid.
1313

14-
If working on a specific feature, also run `npx ai-devkit lint --feature <name>` to validate feature-scoped docs.
14+
If working on a specific feature, also run `npx ai-devkit@latest lint --feature <name>` to validate feature-scoped docs.
1515

1616
If lint fails because project docs are not initialized, run `npx ai-devkit@latest init`, then rerun lint. Do not proceed until checks pass.
1717

@@ -34,7 +34,7 @@ Load only the reference file for the current phase. For Phase 1, also load [refe
3434

3535
## Resuming Work
3636

37-
If the user wants to continue work on an existing feature, run `npx ai-devkit lint --feature <feature-name>` first, then run `scripts/check-status.sh <feature-name>` to infer the current phase from doc state and planning progress. Start from the suggested phase.
37+
If the user wants to continue work on an existing feature, run `npx ai-devkit@latest lint --feature <feature-name>` first, then run `scripts/check-status.sh <feature-name>` to infer the current phase from doc state and planning progress. Start from the suggested phase.
3838

3939
## Backward Transitions
4040

skills/dev-lifecycle/scripts/check-docs.sh

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)