@autocode-cli/autocode 0.24.0 → 0.24.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/.output/nitro.json +1 -1
- package/.output/public/_nuxt/{Ct1wD_ak.js → 8PJti6tf.js} +1 -1
- package/.output/public/_nuxt/{M57FIHwY.js → BB7mNyvB.js} +1 -1
- package/.output/public/_nuxt/{teKmjdue.js → BMvB5hkX.js} +1 -1
- package/.output/public/_nuxt/{CIgI-kep.js → BarhsfnG.js} +1 -1
- package/.output/public/_nuxt/{CHc8-G9J.js → BbEo0CFB.js} +1 -1
- package/.output/public/_nuxt/{uyQmTYnD.js → BcQFK3DA.js} +1 -1
- package/.output/public/_nuxt/{DsCGEKfY.js → BfvaD8zq.js} +3 -3
- package/.output/public/_nuxt/{Bo-KGD7n.js → BhrZFGnk.js} +1 -1
- package/.output/public/_nuxt/{DKj_oZ78.js → Bu1-IDNY.js} +1 -1
- package/.output/public/_nuxt/{BE_AlRS6.js → Bz9WwRWr.js} +1 -1
- package/.output/public/_nuxt/{66ZmMMJ2.js → C2zPiS0N.js} +1 -1
- package/.output/public/_nuxt/{BL3gdTy3.js → C5qkUISE.js} +1 -1
- package/.output/public/_nuxt/{BELXF6aE.js → C9Z_Mjdv.js} +1 -1
- package/.output/public/_nuxt/{BDASIxln.js → CG6fFX4R.js} +1 -1
- package/.output/public/_nuxt/{B6eh1ZOq.js → CP8dHttY.js} +1 -1
- package/.output/public/_nuxt/{DlTeOLHG.js → CQWl6TIZ.js} +1 -1
- package/.output/public/_nuxt/{C2_wg8pQ.js → CeVGNobe.js} +1 -1
- package/.output/public/_nuxt/{C4EkQk2p.js → Cu-0JJ8B.js} +1 -1
- package/.output/public/_nuxt/{DEicEhPN.js → CxCUB-jw.js} +1 -1
- package/.output/public/_nuxt/{BA3hQEn3.js → D3gHSFO1.js} +1 -1
- package/.output/public/_nuxt/{E2h0K5Qn.js → D44BzzMg.js} +1 -1
- package/.output/public/_nuxt/{C7zce8Gq.js → DABo4_10.js} +1 -1
- package/.output/public/_nuxt/{DxaZgXvq.js → DPY45j3g.js} +1 -1
- package/.output/public/_nuxt/{p5o8ebxv.js → DZQLsTee.js} +1 -1
- package/.output/public/_nuxt/{DXYLT_D8.js → DerTgqhZ.js} +1 -1
- package/.output/public/_nuxt/{BICeJifN.js → DrnWNKxr.js} +1 -1
- package/.output/public/_nuxt/{DvVB97EX.js → aL-hwrDv.js} +1 -1
- package/.output/public/_nuxt/{Dtyr3Ptk.js → aMXqd-8n.js} +1 -1
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/fda5642b-b71a-476c-9e0f-eb15a462e2fe.json +1 -0
- package/.output/public/_nuxt/{-dQPdr6B.js → jYOQFUDH.js} +1 -1
- package/.output/public/_nuxt/{8THboZmE.js → p0o0xQ7S.js} +1 -1
- package/.output/public/_nuxt/{CKeBHRuu.js → vfCqvZ7p.js} +1 -1
- package/.output/public/_payload.json +1 -1
- package/.output/public/index.html +1 -1
- package/.output/server/chunks/build/client.precomputed.mjs +1 -1
- package/.output/server/chunks/build/server.mjs +2 -2
- package/.output/server/chunks/build/styles.mjs +14 -14
- package/.output/server/chunks/nitro/nitro.mjs +245 -254
- package/.output/server/package.json +1 -1
- package/package.json +1 -1
- package/templates/prompts/splitter.en.md +17 -2
- package/templates/prompts/splitter.fr.md +17 -2
- package/.output/public/_nuxt/builds/meta/a848760b-b2f3-47a2-a548-c3c02733b51c.json +0 -1
- /package/.output/public/_i18n/{LLdrvu-h → fC3ee0mv}/en/messages.json +0 -0
- /package/.output/public/_i18n/{LLdrvu-h → fC3ee0mv}/fr/messages.json +0 -0
package/package.json
CHANGED
|
@@ -16,19 +16,34 @@ If the task is small enough to be completed in one go, proceed directly without
|
|
|
16
16
|
|
|
17
17
|
1. Analyze the requirement to identify distinct functional components
|
|
18
18
|
2. Identify natural boundaries between features, layers, or responsibilities
|
|
19
|
+
|
|
20
|
+
### If splitting is needed
|
|
21
|
+
|
|
19
22
|
3. Define clear acceptance criteria for each sub-issue
|
|
20
23
|
4. Ensure each split issue is independently testable and deployable
|
|
21
|
-
5. Create sub-issues: `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog --parent
|
|
24
|
+
5. Create sub-issues: `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog --parent {key}`
|
|
22
25
|
6. Verify no functionality has been forgotten or duplicated across issues
|
|
23
26
|
7. Create an integration issue that references all sub-issues to validate cohesion
|
|
24
|
-
8. Document: `autocode comment
|
|
27
|
+
8. Document the split: `autocode comment {key} "Splitter: Issue split into X sub-issues: [list of keys]. Parent issue completed."`
|
|
28
|
+
9. **COMPLETE the parent issue**: `autocode move {key} done`
|
|
29
|
+
|
|
30
|
+
### If no splitting is needed
|
|
31
|
+
|
|
32
|
+
3. Document: `autocode comment {key} "Splitter: Atomic task, no splitting needed. Continuing to ready."`
|
|
33
|
+
4. The issue will automatically continue to the next column (ready)
|
|
25
34
|
|
|
26
35
|
## Validation Criteria
|
|
27
36
|
|
|
37
|
+
### If split was performed
|
|
28
38
|
- [ ] All sub-issues are atomic and independently implementable
|
|
29
39
|
- [ ] No functionality from the original requirement has been forgotten
|
|
30
40
|
- [ ] An integration issue exists to verify all parts work together cohesively
|
|
31
41
|
- [ ] Each sub-issue has clear acceptance criteria
|
|
42
|
+
- [ ] The parent issue was moved to `done` via `autocode move {key} done`
|
|
43
|
+
|
|
44
|
+
### If no split was needed
|
|
45
|
+
- [ ] A comment explains why the task is already atomic
|
|
46
|
+
- [ ] The issue will continue normally to ready
|
|
32
47
|
|
|
33
48
|
## Notes
|
|
34
49
|
|
|
@@ -16,19 +16,34 @@ Si la tâche est suffisamment petite pour être complétée en une fois, procéd
|
|
|
16
16
|
|
|
17
17
|
1. Analyser le besoin pour identifier les composants fonctionnels distincts
|
|
18
18
|
2. Identifier les frontières naturelles entre fonctionnalités, couches ou responsabilités
|
|
19
|
+
|
|
20
|
+
### Si découpage nécessaire
|
|
21
|
+
|
|
19
22
|
3. Définir des critères d'acceptation clairs pour chaque sous-ticket
|
|
20
23
|
4. S'assurer que chaque ticket découpé est testable et déployable indépendamment
|
|
21
|
-
5. Créer les sous-tickets : `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog --parent
|
|
24
|
+
5. Créer les sous-tickets : `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog --parent {key}`
|
|
22
25
|
6. Vérifier qu'aucune fonctionnalité n'a été oubliée ou dupliquée entre les tickets
|
|
23
26
|
7. Créer un ticket d'intégration qui référence tous les sous-tickets pour valider la cohésion
|
|
24
|
-
8. Documenter : `autocode comment
|
|
27
|
+
8. Documenter le découpage : `autocode comment {key} "Splitter: Ticket découpé en X sous-tickets: [liste des clés]. Ticket parent terminé."`
|
|
28
|
+
9. **TERMINER le ticket parent** : `autocode move {key} done`
|
|
29
|
+
|
|
30
|
+
### Si pas de découpage nécessaire
|
|
31
|
+
|
|
32
|
+
3. Documenter : `autocode comment {key} "Splitter: Tâche atomique, pas de découpage nécessaire. Continue vers ready."`
|
|
33
|
+
4. Le ticket continuera automatiquement vers la colonne suivante (ready)
|
|
25
34
|
|
|
26
35
|
## Critères de Validation
|
|
27
36
|
|
|
37
|
+
### Si découpage effectué
|
|
28
38
|
- [ ] Tous les sous-tickets sont atomiques et implémentables indépendamment
|
|
29
39
|
- [ ] Aucune fonctionnalité du besoin original n'a été oubliée
|
|
30
40
|
- [ ] Un ticket d'intégration existe pour vérifier que toutes les parties fonctionnent ensemble
|
|
31
41
|
- [ ] Chaque sous-ticket possède des critères d'acceptation clairs
|
|
42
|
+
- [ ] Le ticket parent a été envoyé en `done` via `autocode move {key} done`
|
|
43
|
+
|
|
44
|
+
### Si pas de découpage
|
|
45
|
+
- [ ] Un commentaire explique pourquoi la tâche est déjà atomique
|
|
46
|
+
- [ ] Le ticket continuera normalement vers ready
|
|
32
47
|
|
|
33
48
|
## Notes
|
|
34
49
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"a848760b-b2f3-47a2-a548-c3c02733b51c","timestamp":1767712489736,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":["/"]}
|
|
File without changes
|
|
File without changes
|