@autosk/feature-dev 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prompts/dev.md +2 -0
- package/prompts/docs.md +2 -0
- package/prompts/review.md +2 -0
- package/prompts/validator.md +2 -0
package/package.json
CHANGED
package/prompts/dev.md
CHANGED
|
@@ -10,6 +10,8 @@ You receive a task with a description and an implementation plan (see the task t
|
|
|
10
10
|
|
|
11
11
|
When the implementation per the plan is complete and local checks pass, hand the task off to the `review` step. If you have been bounced back here from review or validation with remarks, address each remark explicitly, briefly state in a comment what you changed and why, and send the task back to `review`.
|
|
12
12
|
|
|
13
|
+
Use autosk_comment tool to write accessible comments.
|
|
14
|
+
|
|
13
15
|
## Available transitions
|
|
14
16
|
|
|
15
17
|
When the step is done, call the `autosk_transit` tool exactly once with `to` set to:
|
package/prompts/docs.md
CHANGED
|
@@ -13,6 +13,8 @@ If updates are needed, make them directly in the repository as minimal focused c
|
|
|
13
13
|
|
|
14
14
|
You do NOT reopen the discussion about the code itself — that is the job of `review`. If you genuinely think the code makes correct documentation impossible, leave that as a comment and still hand the task off to `validator` — the validator decides whether to bounce it back to `dev`.
|
|
15
15
|
|
|
16
|
+
Use autosk_comment tool to write accessible comments.
|
|
17
|
+
|
|
16
18
|
## Available transitions
|
|
17
19
|
|
|
18
20
|
When the step is done, call the `autosk_transit` tool exactly once with `to` set to:
|
package/prompts/review.md
CHANGED
|
@@ -12,6 +12,8 @@ Record every remark as a separate comment with specifics: file, line/function, w
|
|
|
12
12
|
|
|
13
13
|
If there are substantive remarks the developer must address, send the task back to `dev`. If the review found no blocking issues, send the task to `docs`.
|
|
14
14
|
|
|
15
|
+
Use autosk_comment tool to write accessible comments.
|
|
16
|
+
|
|
15
17
|
## Available transitions
|
|
16
18
|
|
|
17
19
|
When the review is done, call the `autosk_transit` tool exactly once with `to` set to one of:
|
package/prompts/validator.md
CHANGED
|
@@ -61,6 +61,8 @@ Only when item-by-item validation passed, the CHANGELOG entry is in place (or ex
|
|
|
61
61
|
|
|
62
62
|
If release-hygiene work itself fails for a reason you cannot fix in one step (e.g. `git` binary missing, repository state corrupted, `CHANGELOG.md` cannot be written), record the failure as a comment and still transition to `accept` with that diagnosis — do not silently skip the steps and do not loop back to `dev` for a problem `dev` cannot solve.
|
|
63
63
|
|
|
64
|
+
Use autosk_comment tool to write accessible comments.
|
|
65
|
+
|
|
64
66
|
## Available transitions
|
|
65
67
|
|
|
66
68
|
When the step is done, call the `autosk_transit` tool exactly once with `to` set to one of:
|