@autocode-cli/autocode 0.1.12 → 0.1.13
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/README.md +1 -1
- package/dist/cli/commands/init.js +1 -1
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/list.js +2 -2
- package/dist/cli/commands/list.js.map +1 -1
- package/dist/cli/commands/move.js +3 -3
- package/dist/cli/commands/move.js.map +1 -1
- package/dist/cli/commands/new.js +3 -3
- package/dist/cli/commands/new.js.map +1 -1
- package/dist/core/column.d.ts +0 -4
- package/dist/core/column.d.ts.map +1 -1
- package/dist/core/column.js +0 -6
- package/dist/core/column.js.map +1 -1
- package/dist/core/ticket.d.ts +1 -1
- package/dist/core/ticket.js +4 -4
- package/dist/core/ticket.js.map +1 -1
- package/dist/core/workflow.d.ts +1 -1
- package/dist/core/workflow.js +4 -4
- package/dist/server/api.d.ts.map +1 -1
- package/dist/server/api.js +73 -4
- package/dist/server/api.js.map +1 -1
- package/dist/server/dashboard/pages/pipeline-configurator.d.ts.map +1 -1
- package/dist/server/dashboard/pages/pipeline-configurator.js +176 -0
- package/dist/server/dashboard/pages/pipeline-configurator.js.map +1 -1
- package/dist/server/dashboard/scripts/index.js +3 -3
- package/dist/services/claude.d.ts +4 -1
- package/dist/services/claude.d.ts.map +1 -1
- package/dist/services/claude.js +7 -4
- package/dist/services/claude.js.map +1 -1
- package/package.json +1 -1
- package/templates/analysis-prompt.en.md +77 -0
- package/templates/analysis-prompt.fr.md +87 -0
- package/templates/catalog.yaml +1 -1
- package/templates/prompts/backlog.en.md +8 -19
- package/templates/prompts/backlog.fr.md +8 -19
- package/templates/prompts/design.en.md +2 -2
- package/templates/prompts/design.fr.md +2 -2
- package/templates/prompts/dev.en.md +2 -2
- package/templates/prompts/dev.fr.md +2 -2
- package/templates/prompts/done.en.md +2 -2
- package/templates/prompts/done.fr.md +2 -2
- package/templates/prompts/in-progress.en.md +2 -2
- package/templates/prompts/in-progress.fr.md +2 -2
- package/templates/prompts/qualification.en.md +2 -2
- package/templates/prompts/qualification.fr.md +2 -2
- package/templates/prompts/retest-cypress.en.md +2 -6
- package/templates/prompts/retest-cypress.fr.md +2 -6
- package/templates/prompts/retest-playwright.en.md +1 -4
- package/templates/prompts/retest-playwright.fr.md +1 -4
- package/templates/prompts/retest.en.md +1 -4
- package/templates/prompts/retest.fr.md +1 -4
- package/templates/prompts/review-best-practices.en.md +2 -6
- package/templates/prompts/review-best-practices.fr.md +2 -6
- package/templates/prompts/review-code.en.md +2 -6
- package/templates/prompts/review-code.fr.md +2 -6
- package/templates/prompts/review-consistency.en.md +2 -6
- package/templates/prompts/review-consistency.fr.md +2 -6
- package/templates/prompts/review-no-duplication.en.md +2 -6
- package/templates/prompts/review-no-duplication.fr.md +2 -6
- package/templates/prompts/review-security.en.md +2 -2
- package/templates/prompts/review-security.fr.md +2 -2
- package/templates/prompts/specification.en.md +2 -2
- package/templates/prompts/specification.fr.md +2 -2
- package/templates/prompts/splitter.en.md +3 -4
- package/templates/prompts/splitter.fr.md +3 -4
- package/templates/prompts/testing-cypress.en.md +1 -4
- package/templates/prompts/testing-cypress.fr.md +1 -4
- package/templates/prompts/testing-integration.en.md +1 -4
- package/templates/prompts/testing-integration.fr.md +1 -4
- package/templates/prompts/testing-playwright.en.md +1 -4
- package/templates/prompts/testing-playwright.fr.md +1 -4
- package/templates/prompts/testing-unit.en.md +1 -4
- package/templates/prompts/testing-unit.fr.md +1 -4
- package/templates/prompts/update-docs.en.md +2 -6
- package/templates/prompts/update-docs.fr.md +2 -6
- package/templates/prompts/ready.en.md +0 -31
- package/templates/prompts/ready.fr.md +0 -31
|
@@ -7,28 +7,17 @@ Stockage des nouveaux tickets. Les tickets ici doivent etre qualifies avant de c
|
|
|
7
7
|
## Actions
|
|
8
8
|
|
|
9
9
|
1. Lire le ticket (titre, description, pieces jointes)
|
|
10
|
-
2. Verifier
|
|
11
|
-
3. Si mal redige :
|
|
12
|
-
4.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
7. Si travail hors scope detecte :
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <ticket-key> "Qualification effectuee"`
|
|
20
|
-
9. Avancer : `autocode next <ticket-key>`
|
|
21
|
-
|
|
22
|
-
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
10
|
+
2. Verifier que le ticket est suffisamment complet pour etre traite
|
|
11
|
+
3. Si incomplet ou mal redige : ajouter un commentaire demandant des clarifications
|
|
12
|
+
4. Avancer : `autocode next <ticket-key>`
|
|
13
|
+
|
|
14
|
+
> Ou laisser en backlog si le ticket n'est pas pret
|
|
23
15
|
|
|
24
16
|
## Criteres de Validation
|
|
25
17
|
|
|
26
|
-
- [ ]
|
|
27
|
-
- [ ]
|
|
28
|
-
- [ ] Perimetre defini (inclus/exclus)
|
|
29
|
-
- [ ] Priorite definie correctement
|
|
30
|
-
- [ ] Si bug : etapes de reproduction documentees
|
|
18
|
+
- [ ] Ticket lu et compris
|
|
19
|
+
- [ ] Si pret : avance vers qualification
|
|
31
20
|
|
|
32
21
|
## Notes
|
|
33
22
|
|
|
34
|
-
|
|
23
|
+
Le backlog est un stockage passif. La qualification active se fait a l'etape suivante.
|
|
@@ -13,8 +13,8 @@ Create technical and/or UX design for the feature. Prepare mockups, diagrams, or
|
|
|
13
13
|
5. Define state management approach if applicable
|
|
14
14
|
6. Document design decisions and trade-offs
|
|
15
15
|
7. If out of scope work detected:
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
16
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
17
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
19
|
8. Document: `autocode comment <ticket-key> "Design complete: <summary>"`
|
|
20
20
|
9. Advance: `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Creer le design technique et/ou UX pour la fonctionnalite. Preparer les maquette
|
|
|
13
13
|
5. Definir l'approche de gestion d'etat si applicable
|
|
14
14
|
6. Documenter les decisions de design et compromis
|
|
15
15
|
7. Si travail hors scope detecte :
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
16
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
17
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
19
|
8. Documenter : `autocode comment <ticket-key> "Design termine : <resume>"`
|
|
20
20
|
9. Avancer : `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Implement the feature or fix according to specifications. Write clean, maintaina
|
|
|
13
13
|
5. Handle edge cases and errors gracefully
|
|
14
14
|
6. Test locally before proceeding
|
|
15
15
|
7. If out of scope work detected:
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
16
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
17
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
19
|
8. Document: `autocode comment <ticket-key> "Development complete: <files modified>"`
|
|
20
20
|
9. Advance: `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Implementer la fonctionnalite ou le correctif selon les specifications. Ecrire d
|
|
|
13
13
|
5. Gerer les cas limites et erreurs elegamment
|
|
14
14
|
6. Tester localement avant de continuer
|
|
15
15
|
7. Si travail hors scope detecte :
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
16
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
17
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
19
|
8. Documenter : `autocode comment <ticket-key> "Developpement termine : <fichiers modifies>"`
|
|
20
20
|
9. Avancer : `autocode next <ticket-key>`
|
|
@@ -9,8 +9,8 @@ Archive of completed and validated tickets. End of workflow.
|
|
|
9
9
|
1. Document: `autocode comment <ticket-key> "Ticket completed"`
|
|
10
10
|
|
|
11
11
|
> If problem discovered: `autocode move <ticket-key> <target-column-slug>` or create a new ticket:
|
|
12
|
-
> - Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
13
|
-
> - Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
12
|
+
> - Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
13
|
+
> - Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
14
14
|
|
|
15
15
|
## Validation Criteria
|
|
16
16
|
|
|
@@ -9,8 +9,8 @@ Archive des tickets termines et valides. Fin du workflow.
|
|
|
9
9
|
1. Documenter : `autocode comment <ticket-key> "Ticket termine"`
|
|
10
10
|
|
|
11
11
|
> Si probleme decouvert : `autocode move <ticket-key> <target-column-slug>` ou creer un nouveau ticket :
|
|
12
|
-
> - Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
13
|
-
> - Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
12
|
+
> - Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
13
|
+
> - Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
14
14
|
|
|
15
15
|
## Criteres de Validation
|
|
16
16
|
|
|
@@ -12,8 +12,8 @@ Active development. Ticket is being worked on, code is being written.
|
|
|
12
12
|
4. Implement the solution
|
|
13
13
|
5. Test locally that it works
|
|
14
14
|
6. If out of scope work detected:
|
|
15
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
16
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
15
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
16
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
17
17
|
- In scope: handle directly in current ticket
|
|
18
18
|
7. Document: `autocode comment <ticket-key> "Work completed"`
|
|
19
19
|
8. Advance: `autocode next <ticket-key>`
|
|
@@ -12,8 +12,8 @@ Developpement actif. Le ticket est en cours de travail, le code est en cours d'e
|
|
|
12
12
|
4. Implementer la solution
|
|
13
13
|
5. Tester localement que ca fonctionne
|
|
14
14
|
6. Si travail hors scope detecte :
|
|
15
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
16
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
15
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
16
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
17
17
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
18
18
|
7. Documenter : `autocode comment <ticket-key> "Travail effectue"`
|
|
19
19
|
8. Avancer : `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Analyze and qualify the ticket requirement. Ensure the request is clear, feasibl
|
|
|
13
13
|
5. Identify dependencies with other tickets or systems
|
|
14
14
|
6. If clarification needed: add comment with questions
|
|
15
15
|
7. If out of scope work detected:
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
16
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
17
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
19
|
8. Document: `autocode comment <ticket-key> "Qualification complete: <summary>"`
|
|
20
20
|
9. Advance: `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Analyser et qualifier le besoin du ticket. S'assurer que la demande est claire,
|
|
|
13
13
|
5. Identifier les dependances avec d'autres tickets ou systemes
|
|
14
14
|
6. Si clarification necessaire : ajouter un commentaire avec les questions
|
|
15
15
|
7. Si travail hors scope detecte :
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
16
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
17
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
19
|
8. Documenter : `autocode comment <ticket-key> "Qualification terminee : <resume>"`
|
|
20
20
|
9. Avancer : `autocode next <ticket-key>`
|
|
@@ -10,12 +10,8 @@ Re-run all automated E2E tests to ensure refactoring did not introduce regressio
|
|
|
10
10
|
2. Compare results with pre-refactoring run
|
|
11
11
|
3. If new failures: identify cause (test or code issue)
|
|
12
12
|
4. Fix any regressions before proceeding
|
|
13
|
-
5.
|
|
14
|
-
|
|
15
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
16
|
-
- In scope: handle directly in current ticket
|
|
17
|
-
6. Document: `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
18
|
-
7. Advance: `autocode next <ticket-key>`
|
|
13
|
+
5. Document: `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
14
|
+
6. Advance: `autocode next <ticket-key>`
|
|
19
15
|
|
|
20
16
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
21
17
|
|
|
@@ -10,12 +10,8 @@ Re-executer tous les tests E2E automatises pour s'assurer que le refactoring n'a
|
|
|
10
10
|
2. Comparer les resultats avec l'execution pre-refactoring
|
|
11
11
|
3. Si nouveaux echecs : identifier la cause (probleme de test ou de code)
|
|
12
12
|
4. Corriger toute regression avant de continuer
|
|
13
|
-
5.
|
|
14
|
-
|
|
15
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
16
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
17
|
-
6. Documenter : `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
18
|
-
7. Avancer : `autocode next <ticket-key>`
|
|
13
|
+
5. Documenter : `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
14
|
+
6. Avancer : `autocode next <ticket-key>`
|
|
19
15
|
|
|
20
16
|
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
21
17
|
|
|
@@ -12,10 +12,7 @@ Post-refactoring validation with Playwright. Verify that refactoring did not bre
|
|
|
12
12
|
4. Verify edge cases still work
|
|
13
13
|
5. Compare behavior with pre-refactoring state
|
|
14
14
|
6. If regression detected: return to review step
|
|
15
|
-
7.
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
15
|
+
7. Do not test functionality outside the ticket scope
|
|
19
16
|
8. Document: `autocode comment <ticket-key> "Retest Playwright OK"`
|
|
20
17
|
9. Advance: `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -12,10 +12,7 @@ Validation post-refactoring avec Playwright. Verifier que le refactoring n'a pas
|
|
|
12
12
|
4. Verifier que les cas limites fonctionnent toujours
|
|
13
13
|
5. Comparer le comportement avec l'etat pre-refactoring
|
|
14
14
|
6. Si regression detectee : retour a l'etape de review
|
|
15
|
-
7.
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
15
|
+
7. Ne pas tester de fonctionnalites hors scope du ticket
|
|
19
16
|
8. Documenter : `autocode comment <ticket-key> "Retest Playwright OK"`
|
|
20
17
|
9. Avancer : `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -13,10 +13,7 @@ Re-run all tests after bug fixes or corrections. Ensure no regressions were intr
|
|
|
13
13
|
5. Verify the original issue is fixed
|
|
14
14
|
6. Check for regressions in related functionality
|
|
15
15
|
7. If tests fail: return to appropriate column for fixes
|
|
16
|
-
8.
|
|
17
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
|
-
- In scope: handle directly in current ticket
|
|
16
|
+
8. Do not write tests for code outside the ticket scope
|
|
20
17
|
9. Document: `autocode comment <ticket-key> "Retest passed: all tests green"`
|
|
21
18
|
10. Advance: `autocode next <ticket-key>`
|
|
22
19
|
|
|
@@ -13,10 +13,7 @@ Re-executer tous les tests apres corrections de bugs. S'assurer qu'aucune regres
|
|
|
13
13
|
5. Verifier que le probleme original est corrige
|
|
14
14
|
6. Verifier les regressions dans les fonctionnalites liees
|
|
15
15
|
7. Si les tests echouent : retourner a la colonne appropriee pour corrections
|
|
16
|
-
8.
|
|
17
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
16
|
+
8. Ne pas ecrire de tests pour du code hors scope du ticket
|
|
20
17
|
9. Documenter : `autocode comment <ticket-key> "Retest OK : tous les tests verts"`
|
|
21
18
|
10. Avancer : `autocode next <ticket-key>`
|
|
22
19
|
|
|
@@ -12,12 +12,8 @@ Code quality audit. Verify conventions and best practices are followed.
|
|
|
12
12
|
4. Verify file size (components < 300 lines)
|
|
13
13
|
5. Verify import organization
|
|
14
14
|
6. Fix violations found
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <ticket-key> "Review best practices OK"`
|
|
20
|
-
9. Advance: `autocode next <ticket-key>`
|
|
15
|
+
7. Document: `autocode comment <ticket-key> "Review best practices OK"`
|
|
16
|
+
8. Advance: `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -12,12 +12,8 @@ Audit qualite du code. Verifier que les conventions et bonnes pratiques sont res
|
|
|
12
12
|
4. Verifier la taille des fichiers (composants < 300 lignes)
|
|
13
13
|
5. Verifier l'organisation des imports
|
|
14
14
|
6. Corriger les violations trouvees
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <ticket-key> "Review best practices OK"`
|
|
20
|
-
9. Avancer : `autocode next <ticket-key>`
|
|
15
|
+
7. Documenter : `autocode comment <ticket-key> "Review best practices OK"`
|
|
16
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -13,12 +13,8 @@ Perform peer code review. Ensure code quality, readability, and adherence to pro
|
|
|
13
13
|
5. Check error handling
|
|
14
14
|
6. Suggest improvements if needed
|
|
15
15
|
7. If issues found: add comment with feedback and return to dev
|
|
16
|
-
8.
|
|
17
|
-
|
|
18
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
|
-
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <ticket-key> "Code review passed: <summary>"`
|
|
21
|
-
10. Advance: `autocode next <ticket-key>`
|
|
16
|
+
8. Document: `autocode comment <ticket-key> "Code review passed: <summary>"`
|
|
17
|
+
9. Advance: `autocode next <ticket-key>`
|
|
22
18
|
|
|
23
19
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
20
|
|
|
@@ -13,12 +13,8 @@ Effectuer une revue de code. Assurer la qualite du code, sa lisibilite et le res
|
|
|
13
13
|
5. Verifier la gestion des erreurs
|
|
14
14
|
6. Suggerer des ameliorations si necessaire
|
|
15
15
|
7. Si problemes trouves : ajouter un commentaire avec feedback et retourner au dev
|
|
16
|
-
8.
|
|
17
|
-
|
|
18
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <ticket-key> "Code review OK : <resume>"`
|
|
21
|
-
10. Avancer : `autocode next <ticket-key>`
|
|
16
|
+
8. Documenter : `autocode comment <ticket-key> "Code review OK : <resume>"`
|
|
17
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
22
18
|
|
|
23
19
|
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
20
|
|
|
@@ -12,12 +12,8 @@ Verify code integrates harmoniously with existing project architecture.
|
|
|
12
12
|
4. Check error handling (uniform try/catch)
|
|
13
13
|
5. Verify correct Pinia store usage
|
|
14
14
|
6. Fix inconsistencies
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <ticket-key> "Review consistency OK"`
|
|
20
|
-
9. Advance: `autocode next <ticket-key>`
|
|
15
|
+
7. Document: `autocode comment <ticket-key> "Review consistency OK"`
|
|
16
|
+
8. Advance: `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -12,12 +12,8 @@ Verifier que le code s'integre harmonieusement avec l'architecture existante du
|
|
|
12
12
|
4. Controler la gestion d'erreurs (try/catch uniforme)
|
|
13
13
|
5. Verifier l'usage correct des stores Pinia
|
|
14
14
|
6. Corriger les incoherences
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <ticket-key> "Review consistency OK"`
|
|
20
|
-
9. Avancer : `autocode next <ticket-key>`
|
|
15
|
+
7. Documenter : `autocode comment <ticket-key> "Review consistency OK"`
|
|
16
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -12,12 +12,8 @@ Identify and eliminate code duplication. Factor into reusable functions/composab
|
|
|
12
12
|
4. Detect copy-pasted business logic
|
|
13
13
|
5. Extract to composable/service/shared function if >2 usages
|
|
14
14
|
6. Update all existing calls
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <ticket-key> "Review no duplication OK"`
|
|
20
|
-
9. Advance: `autocode next <ticket-key>`
|
|
15
|
+
7. Document: `autocode comment <ticket-key> "Review no duplication OK"`
|
|
16
|
+
8. Advance: `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -12,12 +12,8 @@ Identifier et eliminer la duplication de code. Factoriser en fonctions/composabl
|
|
|
12
12
|
4. Detecter la logique metier copiee-collee
|
|
13
13
|
5. Extraire en composable/service/fonction partagee si >2 usages
|
|
14
14
|
6. Mettre a jour tous les appels existants
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <ticket-key> "Review no duplication OK"`
|
|
20
|
-
9. Avancer : `autocode next <ticket-key>`
|
|
15
|
+
7. Documenter : `autocode comment <ticket-key> "Review no duplication OK"`
|
|
16
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
21
17
|
|
|
22
18
|
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
@@ -14,8 +14,8 @@ Security audit. Identify and fix potential vulnerabilities (OWASP Top 10).
|
|
|
14
14
|
6. Audit API calls (injection, XSS)
|
|
15
15
|
7. Fix vulnerabilities
|
|
16
16
|
8. If out of scope work detected:
|
|
17
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
18
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
17
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
18
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
20
|
9. Document: `autocode comment <ticket-key> "Review security OK"`
|
|
21
21
|
10. Advance: `autocode next <ticket-key>`
|
|
@@ -14,8 +14,8 @@ Audit securite. Identifier et corriger les vulnerabilites potentielles (OWASP To
|
|
|
14
14
|
6. Auditer les appels API (injection, XSS)
|
|
15
15
|
7. Corriger les vulnerabilites
|
|
16
16
|
8. Si travail hors scope detecte :
|
|
17
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
18
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
17
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
18
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
20
|
9. Documenter : `autocode comment <ticket-key> "Review security OK"`
|
|
21
21
|
10. Avancer : `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Write detailed technical specifications for the ticket. Define the implementatio
|
|
|
13
13
|
5. Specify API contracts if applicable
|
|
14
14
|
6. Document edge cases and error handling
|
|
15
15
|
7. If out of scope work detected:
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>"
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>"
|
|
16
|
+
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column ready`
|
|
17
|
+
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
19
|
8. Document: `autocode comment <ticket-key> "Specification complete: <technical approach>"`
|
|
20
20
|
9. Advance: `autocode next <ticket-key>`
|
|
@@ -13,8 +13,8 @@ Rediger les specifications techniques detaillees pour le ticket. Definir clairem
|
|
|
13
13
|
5. Specifier les contrats API si applicable
|
|
14
14
|
6. Documenter les cas limites et la gestion d'erreurs
|
|
15
15
|
7. Si travail hors scope detecte :
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>"
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>"
|
|
16
|
+
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column ready`
|
|
17
|
+
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteres>" --semver patch --column backlog`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
19
|
8. Documenter : `autocode comment <ticket-key> "Specification terminee : <approche technique>"`
|
|
20
20
|
9. Avancer : `autocode next <ticket-key>`
|
|
@@ -18,12 +18,11 @@ If the task is small enough to be completed in one go, proceed directly without
|
|
|
18
18
|
2. Identify natural boundaries between features, layers, or responsibilities
|
|
19
19
|
3. Define clear acceptance criteria for each sub-ticket
|
|
20
20
|
4. Ensure each split ticket is independently testable and deployable
|
|
21
|
-
5. Create sub-tickets: `autocode new "<title>" "<description>"
|
|
21
|
+
5. Create sub-tickets: `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
22
22
|
6. Verify no functionality has been forgotten or duplicated across tickets
|
|
23
23
|
7. Create an integration ticket that references all sub-tickets to validate cohesion
|
|
24
|
-
8.
|
|
25
|
-
9.
|
|
26
|
-
10. Advance: `autocode next <ticket-key>`
|
|
24
|
+
8. Document: `autocode comment <ticket-key> "[summary]"`
|
|
25
|
+
9. Advance: `autocode next <ticket-key>`
|
|
27
26
|
|
|
28
27
|
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
29
28
|
|
|
@@ -18,12 +18,11 @@ Si la tâche est suffisamment petite pour être complétée en une fois, procéd
|
|
|
18
18
|
2. Identifier les frontières naturelles entre fonctionnalités, couches ou responsabilités
|
|
19
19
|
3. Définir des critères d'acceptation clairs pour chaque sous-ticket
|
|
20
20
|
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>"
|
|
21
|
+
5. Créer les sous-tickets : `autocode new "<title>" "<description>" --priority P2 --labels "<labels>" --acceptance "<criteria>" --semver patch --column backlog`
|
|
22
22
|
6. Vérifier qu'aucune fonctionnalité n'a été oubliée ou dupliquée entre les tickets
|
|
23
23
|
7. Créer un ticket d'intégration qui référence tous les sous-tickets pour valider la cohésion
|
|
24
|
-
8.
|
|
25
|
-
9.
|
|
26
|
-
10. Avancer : `autocode next <ticket-key>`
|
|
24
|
+
8. Documenter : `autocode comment <ticket-key> "[résumé]"`
|
|
25
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
27
26
|
|
|
28
27
|
> Ou retourner : `autocode move <ticket-key> <target-column-slug>`
|
|
29
28
|
|
|
@@ -12,10 +12,7 @@ Write AND execute E2E automated tests to prevent regressions.
|
|
|
12
12
|
4. Describe tests clearly (describe/it)
|
|
13
13
|
5. Execute tests: npx cypress run
|
|
14
14
|
6. If failures: fix tests or code
|
|
15
|
-
7.
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
15
|
+
7. Do not write tests for code outside the ticket scope
|
|
19
16
|
8. Document: `autocode comment <ticket-key> "Cypress tests OK"`
|
|
20
17
|
9. Advance: `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -12,10 +12,7 @@ Rediger ET executer des tests E2E automatises pour prevenir les regressions.
|
|
|
12
12
|
4. Decrire les tests clairement (describe/it)
|
|
13
13
|
5. Executer les tests : npx cypress run
|
|
14
14
|
6. Si echecs : corriger les tests ou le code
|
|
15
|
-
7.
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
15
|
+
7. Ne pas ecrire de tests pour du code hors scope du ticket
|
|
19
16
|
8. Documenter : `autocode comment <ticket-key> "Tests Cypress OK"`
|
|
20
17
|
9. Avancer : `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -13,10 +13,7 @@ Run integration tests to verify components work correctly together. Ensure syste
|
|
|
13
13
|
5. Test database operations
|
|
14
14
|
6. Test external service connections
|
|
15
15
|
7. Fix any failing tests
|
|
16
|
-
8.
|
|
17
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
|
-
- In scope: handle directly in current ticket
|
|
16
|
+
8. Do not write tests for code outside the ticket scope
|
|
20
17
|
9. Document: `autocode comment <ticket-key> "Integration tests passed"`
|
|
21
18
|
10. Advance: `autocode next <ticket-key>`
|
|
22
19
|
|
|
@@ -13,10 +13,7 @@ Executer les tests d'integration pour verifier que les composants fonctionnent c
|
|
|
13
13
|
5. Tester les operations base de donnees
|
|
14
14
|
6. Tester les connexions aux services externes
|
|
15
15
|
7. Corriger les tests en echec
|
|
16
|
-
8.
|
|
17
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
16
|
+
8. Ne pas ecrire de tests pour du code hors scope du ticket
|
|
20
17
|
9. Documenter : `autocode comment <ticket-key> "Tests d'integration OK"`
|
|
21
18
|
10. Avancer : `autocode next <ticket-key>`
|
|
22
19
|
|
|
@@ -12,10 +12,7 @@ Live functional testing with Playwright. Manually verify feature works by naviga
|
|
|
12
12
|
4. Test edge cases
|
|
13
13
|
5. Verify error handling
|
|
14
14
|
6. Capture screenshots if needed
|
|
15
|
-
7.
|
|
16
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
|
-
- In scope: handle directly in current ticket
|
|
15
|
+
7. Do not test functionality outside the ticket scope
|
|
19
16
|
8. Document: `autocode comment <ticket-key> "Playwright tests OK"`
|
|
20
17
|
9. Advance: `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -12,10 +12,7 @@ Test fonctionnel live avec Playwright. Verifier manuellement que la feature fonc
|
|
|
12
12
|
4. Tester les cas limites
|
|
13
13
|
5. Verifier la gestion d'erreurs
|
|
14
14
|
6. Capturer des screenshots si necessaire
|
|
15
|
-
7.
|
|
16
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
15
|
+
7. Ne pas tester de fonctionnalites hors scope du ticket
|
|
19
16
|
8. Documenter : `autocode comment <ticket-key> "Tests Playwright OK"`
|
|
20
17
|
9. Avancer : `autocode next <ticket-key>`
|
|
21
18
|
|
|
@@ -13,10 +13,7 @@ Write and run unit tests for the implemented feature. Ensure code coverage and r
|
|
|
13
13
|
5. Run all unit tests: `npm test` or equivalent
|
|
14
14
|
6. Fix any failing tests
|
|
15
15
|
7. Verify coverage meets project standards
|
|
16
|
-
8.
|
|
17
|
-
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
|
-
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
|
-
- In scope: handle directly in current ticket
|
|
16
|
+
8. Do not write tests for code outside the ticket scope
|
|
20
17
|
9. Document: `autocode comment <ticket-key> "Unit tests passed: <coverage>%"`
|
|
21
18
|
10. Advance: `autocode next <ticket-key>`
|
|
22
19
|
|
|
@@ -13,10 +13,7 @@ Ecrire et executer les tests unitaires pour la fonctionnalite implementee. Assur
|
|
|
13
13
|
5. Executer tous les tests unitaires : `npm test` ou equivalent
|
|
14
14
|
6. Corriger les tests en echec
|
|
15
15
|
7. Verifier que la couverture respecte les standards du projet
|
|
16
|
-
8.
|
|
17
|
-
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
|
-
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
|
-
- Dans le scope : traiter directement dans le ticket actuel
|
|
16
|
+
8. Ne pas ecrire de tests pour du code hors scope du ticket
|
|
20
17
|
9. Documenter : `autocode comment <ticket-key> "Tests unitaires OK : <couverture>%"`
|
|
21
18
|
10. Avancer : `autocode next <ticket-key>`
|
|
22
19
|
|