@autocode-cli/autocode 0.1.11 → 0.1.12
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 +5 -5
- package/dist/cli/commands/comment.js +1 -1
- package/dist/cli/commands/comment.js.map +1 -1
- package/dist/cli/commands/list.js +1 -1
- package/dist/cli/commands/list.js.map +1 -1
- package/dist/cli/commands/move.js +2 -2
- package/dist/cli/commands/move.js.map +1 -1
- package/dist/cli/commands/new.js +1 -1
- package/dist/cli/commands/new.js.map +1 -1
- package/dist/cli/commands/next.js +1 -1
- package/dist/cli/commands/next.js.map +1 -1
- package/dist/cli/commands/show.js +1 -1
- package/dist/cli/commands/show.js.map +1 -1
- package/dist/server/api.js +3 -3
- package/package.json +1 -1
- package/templates/catalog.yaml +1 -1
- package/templates/prompts/backlog.en.md +3 -3
- package/templates/prompts/backlog.fr.md +3 -3
- package/templates/prompts/changelog.en.md +4 -8
- package/templates/prompts/changelog.fr.md +4 -8
- package/templates/prompts/deploy-prod.en.md +4 -8
- package/templates/prompts/deploy-prod.fr.md +4 -8
- package/templates/prompts/deploy-staging.en.md +4 -8
- package/templates/prompts/deploy-staging.fr.md +4 -8
- package/templates/prompts/design.en.md +3 -3
- package/templates/prompts/design.fr.md +3 -3
- package/templates/prompts/dev.en.md +3 -3
- package/templates/prompts/dev.fr.md +3 -3
- package/templates/prompts/done.en.md +2 -2
- package/templates/prompts/done.fr.md +2 -2
- package/templates/prompts/git-commit.en.md +5 -7
- package/templates/prompts/git-commit.fr.md +5 -7
- package/templates/prompts/git-push.en.md +4 -8
- package/templates/prompts/git-push.fr.md +4 -8
- package/templates/prompts/git-tag.en.md +4 -8
- package/templates/prompts/git-tag.fr.md +4 -8
- package/templates/prompts/in-progress.en.md +3 -3
- package/templates/prompts/in-progress.fr.md +3 -3
- package/templates/prompts/qualification.en.md +3 -3
- package/templates/prompts/qualification.fr.md +3 -3
- package/templates/prompts/ready.en.md +3 -3
- package/templates/prompts/ready.fr.md +3 -3
- package/templates/prompts/retest-cypress.en.md +3 -3
- package/templates/prompts/retest-cypress.fr.md +3 -3
- package/templates/prompts/retest-playwright.en.md +3 -3
- package/templates/prompts/retest-playwright.fr.md +3 -3
- package/templates/prompts/retest.en.md +3 -3
- package/templates/prompts/retest.fr.md +3 -3
- package/templates/prompts/review-best-practices.en.md +3 -3
- package/templates/prompts/review-best-practices.fr.md +3 -3
- package/templates/prompts/review-code.en.md +3 -3
- package/templates/prompts/review-code.fr.md +3 -3
- package/templates/prompts/review-consistency.en.md +3 -3
- package/templates/prompts/review-consistency.fr.md +3 -3
- package/templates/prompts/review-no-duplication.en.md +3 -3
- package/templates/prompts/review-no-duplication.fr.md +3 -3
- package/templates/prompts/review-security.en.md +3 -3
- package/templates/prompts/review-security.fr.md +3 -3
- package/templates/prompts/specification.en.md +3 -3
- package/templates/prompts/specification.fr.md +3 -3
- package/templates/prompts/splitter.en.md +3 -3
- package/templates/prompts/splitter.fr.md +3 -3
- package/templates/prompts/testing-cypress.en.md +3 -3
- package/templates/prompts/testing-cypress.fr.md +3 -3
- package/templates/prompts/testing-integration.en.md +3 -3
- package/templates/prompts/testing-integration.fr.md +3 -3
- package/templates/prompts/testing-playwright.en.md +3 -3
- package/templates/prompts/testing-playwright.fr.md +3 -3
- package/templates/prompts/testing-unit.en.md +3 -3
- package/templates/prompts/testing-unit.fr.md +3 -3
- package/templates/prompts/update-docs.en.md +3 -3
- package/templates/prompts/update-docs.fr.md +3 -3
- package/templates/prompts/validate-staging.en.md +4 -8
- package/templates/prompts/validate-staging.fr.md +4 -8
|
@@ -15,10 +15,10 @@ Active development. Ticket is being worked on, code is being written.
|
|
|
15
15
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
16
16
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
17
17
|
- In scope: handle directly in current ticket
|
|
18
|
-
7. Document: `autocode comment <key> "Work completed"`
|
|
19
|
-
8. Advance: `autocode next <key>`
|
|
18
|
+
7. Document: `autocode comment <ticket-key> "Work completed"`
|
|
19
|
+
8. Advance: `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Or return: `autocode move <key> <
|
|
21
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Validation Criteria
|
|
24
24
|
|
|
@@ -15,10 +15,10 @@ Developpement actif. Le ticket est en cours de travail, le code est en cours d'e
|
|
|
15
15
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
16
16
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
17
17
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
18
|
-
7. Documenter : `autocode comment <key> "Travail effectue"`
|
|
19
|
-
8. Avancer : `autocode next <key>`
|
|
18
|
+
7. Documenter : `autocode comment <ticket-key> "Travail effectue"`
|
|
19
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Ou retour : `autocode move <key> <
|
|
21
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Criteres de Validation
|
|
24
24
|
|
|
@@ -16,10 +16,10 @@ Analyze and qualify the ticket requirement. Ensure the request is clear, feasibl
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Qualification complete: <summary>"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Qualification complete: <summary>"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Analyser et qualifier le besoin du ticket. S'assurer que la demande est claire,
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Qualification terminee : <resume>"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Qualification terminee : <resume>"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -15,10 +15,10 @@ Qualified tickets ready to be worked on. All information needed is available.
|
|
|
15
15
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
16
16
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
17
17
|
- In scope: handle directly in current ticket
|
|
18
|
-
7. Document: `autocode comment <key> "Work completed"`
|
|
19
|
-
8. Advance: `autocode next <key>`
|
|
18
|
+
7. Document: `autocode comment <ticket-key> "Work completed"`
|
|
19
|
+
8. Advance: `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Or return: `autocode move <key> <
|
|
21
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Validation Criteria
|
|
24
24
|
|
|
@@ -15,10 +15,10 @@ Tickets qualifies prets a etre travailles. Toutes les informations necessaires s
|
|
|
15
15
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
16
16
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
17
17
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
18
|
-
7. Documenter : `autocode comment <key> "Travail effectue"`
|
|
19
|
-
8. Avancer : `autocode next <key>`
|
|
18
|
+
7. Documenter : `autocode comment <ticket-key> "Travail effectue"`
|
|
19
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Ou retour : `autocode move <key> <
|
|
21
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Criteres de Validation
|
|
24
24
|
|
|
@@ -14,10 +14,10 @@ Re-run all automated E2E tests to ensure refactoring did not introduce regressio
|
|
|
14
14
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
15
15
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
16
16
|
- In scope: handle directly in current ticket
|
|
17
|
-
6. Document: `autocode comment <key> "Retest Cypress OK"`
|
|
18
|
-
7. Advance: `autocode next <key>`
|
|
17
|
+
6. Document: `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
18
|
+
7. Advance: `autocode next <ticket-key>`
|
|
19
19
|
|
|
20
|
-
> Or return: `autocode move <key> <
|
|
20
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
21
21
|
|
|
22
22
|
## Validation Criteria
|
|
23
23
|
|
|
@@ -14,10 +14,10 @@ Re-executer tous les tests E2E automatises pour s'assurer que le refactoring n'a
|
|
|
14
14
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
15
15
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
16
16
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
17
|
-
6. Documenter : `autocode comment <key> "Retest Cypress OK"`
|
|
18
|
-
7. Avancer : `autocode next <key>`
|
|
17
|
+
6. Documenter : `autocode comment <ticket-key> "Retest Cypress OK"`
|
|
18
|
+
7. Avancer : `autocode next <ticket-key>`
|
|
19
19
|
|
|
20
|
-
> Ou retour : `autocode move <key> <
|
|
20
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
21
21
|
|
|
22
22
|
## Criteres de Validation
|
|
23
23
|
|
|
@@ -16,10 +16,10 @@ Post-refactoring validation with Playwright. Verify that refactoring did not bre
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Retest Playwright OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Retest Playwright OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Validation post-refactoring avec Playwright. Verifier que le refactoring n'a pas
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Retest Playwright OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Retest Playwright OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -17,10 +17,10 @@ Re-run all tests after bug fixes or corrections. Ensure no regressions were intr
|
|
|
17
17
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
18
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <key> "Retest passed: all tests green"`
|
|
21
|
-
10. Advance: `autocode next <key>`
|
|
20
|
+
9. Document: `autocode comment <ticket-key> "Retest passed: all tests green"`
|
|
21
|
+
10. Advance: `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Or return: `autocode move <key> <
|
|
23
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Validation Criteria
|
|
26
26
|
|
|
@@ -17,10 +17,10 @@ Re-executer tous les tests apres corrections de bugs. S'assurer qu'aucune regres
|
|
|
17
17
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
18
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <key> "Retest OK : tous les tests verts"`
|
|
21
|
-
10. Avancer : `autocode next <key>`
|
|
20
|
+
9. Documenter : `autocode comment <ticket-key> "Retest OK : tous les tests verts"`
|
|
21
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Ou retour : `autocode move <key> <
|
|
23
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Criteres de Validation
|
|
26
26
|
|
|
@@ -16,10 +16,10 @@ Code quality audit. Verify conventions and best practices are followed.
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Review best practices OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Review best practices OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Audit qualite du code. Verifier que les conventions et bonnes pratiques sont res
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Review best practices OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Review best practices OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -17,10 +17,10 @@ Perform peer code review. Ensure code quality, readability, and adherence to pro
|
|
|
17
17
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
18
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <key> "Code review passed: <summary>"`
|
|
21
|
-
10. Advance: `autocode next <key>`
|
|
20
|
+
9. Document: `autocode comment <ticket-key> "Code review passed: <summary>"`
|
|
21
|
+
10. Advance: `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Or return: `autocode move <key> <
|
|
23
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Validation Criteria
|
|
26
26
|
|
|
@@ -17,10 +17,10 @@ Effectuer une revue de code. Assurer la qualite du code, sa lisibilite et le res
|
|
|
17
17
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
18
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <key> "Code review OK : <resume>"`
|
|
21
|
-
10. Avancer : `autocode next <key>`
|
|
20
|
+
9. Documenter : `autocode comment <ticket-key> "Code review OK : <resume>"`
|
|
21
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Ou retour : `autocode move <key> <
|
|
23
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Criteres de Validation
|
|
26
26
|
|
|
@@ -16,10 +16,10 @@ Verify code integrates harmoniously with existing project architecture.
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Review consistency OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Review consistency OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Verifier que le code s'integre harmonieusement avec l'architecture existante du
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Review consistency OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Review consistency OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Identify and eliminate code duplication. Factor into reusable functions/composab
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Review no duplication OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Review no duplication OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Identifier et eliminer la duplication de code. Factoriser en fonctions/composabl
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Review no duplication OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Review no duplication OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -17,10 +17,10 @@ Security audit. Identify and fix potential vulnerabilities (OWASP Top 10).
|
|
|
17
17
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
18
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <key> "Review security OK"`
|
|
21
|
-
10. Advance: `autocode next <key>`
|
|
20
|
+
9. Document: `autocode comment <ticket-key> "Review security OK"`
|
|
21
|
+
10. Advance: `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Or return: `autocode move <key> <
|
|
23
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Validation Criteria
|
|
26
26
|
|
|
@@ -17,10 +17,10 @@ Audit securite. Identifier et corriger les vulnerabilites potentielles (OWASP To
|
|
|
17
17
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
18
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <key> "Review security OK"`
|
|
21
|
-
10. Avancer : `autocode next <key>`
|
|
20
|
+
9. Documenter : `autocode comment <ticket-key> "Review security OK"`
|
|
21
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Ou retour : `autocode move <key> <
|
|
23
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Criteres de Validation
|
|
26
26
|
|
|
@@ -16,10 +16,10 @@ Write detailed technical specifications for the ticket. Define the implementatio
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Specification complete: <technical approach>"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Specification complete: <technical approach>"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Rediger les specifications techniques detaillees pour le ticket. Definir clairem
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Specification terminee : <approche technique>"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Specification terminee : <approche technique>"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -22,10 +22,10 @@ If the task is small enough to be completed in one go, proceed directly without
|
|
|
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
24
|
8. If out of scope work detected: `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
25
|
-
9. Document: `autocode comment <key> "[summary]"`
|
|
26
|
-
10. Advance: `autocode next <key>`
|
|
25
|
+
9. Document: `autocode comment <ticket-key> "[summary]"`
|
|
26
|
+
10. Advance: `autocode next <ticket-key>`
|
|
27
27
|
|
|
28
|
-
> Or return: `autocode move <key> <
|
|
28
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
29
29
|
|
|
30
30
|
## Validation Criteria
|
|
31
31
|
|
|
@@ -22,10 +22,10 @@ Si la tâche est suffisamment petite pour être complétée en une fois, procéd
|
|
|
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
24
|
8. Si travail hors scope détecté : `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
25
|
-
9. Documenter : `autocode comment <key> "[résumé]"`
|
|
26
|
-
10. Avancer : `autocode next <key>`
|
|
25
|
+
9. Documenter : `autocode comment <ticket-key> "[résumé]"`
|
|
26
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
27
27
|
|
|
28
|
-
> Ou retourner : `autocode move <key> <
|
|
28
|
+
> Ou retourner : `autocode move <ticket-key> <target-column-slug>`
|
|
29
29
|
|
|
30
30
|
## Critères de Validation
|
|
31
31
|
|
|
@@ -16,10 +16,10 @@ Write AND execute E2E automated tests to prevent regressions.
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Cypress tests OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Cypress tests OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Rediger ET executer des tests E2E automatises pour prevenir les regressions.
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Tests Cypress OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Tests Cypress OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -17,10 +17,10 @@ Run integration tests to verify components work correctly together. Ensure syste
|
|
|
17
17
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
18
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <key> "Integration tests passed"`
|
|
21
|
-
10. Advance: `autocode next <key>`
|
|
20
|
+
9. Document: `autocode comment <ticket-key> "Integration tests passed"`
|
|
21
|
+
10. Advance: `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Or return: `autocode move <key> <
|
|
23
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Validation Criteria
|
|
26
26
|
|
|
@@ -17,10 +17,10 @@ Executer les tests d'integration pour verifier que les composants fonctionnent c
|
|
|
17
17
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
18
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <key> "Tests d'integration OK"`
|
|
21
|
-
10. Avancer : `autocode next <key>`
|
|
20
|
+
9. Documenter : `autocode comment <ticket-key> "Tests d'integration OK"`
|
|
21
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Ou retour : `autocode move <key> <
|
|
23
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Criteres de Validation
|
|
26
26
|
|
|
@@ -16,10 +16,10 @@ Live functional testing with Playwright. Manually verify feature works by naviga
|
|
|
16
16
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
17
17
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
18
18
|
- In scope: handle directly in current ticket
|
|
19
|
-
8. Document: `autocode comment <key> "Playwright tests OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
19
|
+
8. Document: `autocode comment <ticket-key> "Playwright tests OK"`
|
|
20
|
+
9. Advance: `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Or return: `autocode move <key> <
|
|
22
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Validation Criteria
|
|
25
25
|
|
|
@@ -16,10 +16,10 @@ Test fonctionnel live avec Playwright. Verifier manuellement que la feature fonc
|
|
|
16
16
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
17
17
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
18
18
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
19
|
-
8. Documenter : `autocode comment <key> "Tests Playwright OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
19
|
+
8. Documenter : `autocode comment <ticket-key> "Tests Playwright OK"`
|
|
20
|
+
9. Avancer : `autocode next <ticket-key>`
|
|
21
21
|
|
|
22
|
-
> Ou retour : `autocode move <key> <
|
|
22
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
23
|
|
|
24
24
|
## Criteres de Validation
|
|
25
25
|
|
|
@@ -17,10 +17,10 @@ Write and run unit tests for the implemented feature. Ensure code coverage and r
|
|
|
17
17
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
18
18
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
19
19
|
- In scope: handle directly in current ticket
|
|
20
|
-
9. Document: `autocode comment <key> "Unit tests passed: <coverage>%"`
|
|
21
|
-
10. Advance: `autocode next <key>`
|
|
20
|
+
9. Document: `autocode comment <ticket-key> "Unit tests passed: <coverage>%"`
|
|
21
|
+
10. Advance: `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Or return: `autocode move <key> <
|
|
23
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Validation Criteria
|
|
26
26
|
|
|
@@ -17,10 +17,10 @@ Ecrire et executer les tests unitaires pour la fonctionnalite implementee. Assur
|
|
|
17
17
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
18
18
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
19
19
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
20
|
-
9. Documenter : `autocode comment <key> "Tests unitaires OK : <couverture>%"`
|
|
21
|
-
10. Avancer : `autocode next <key>`
|
|
20
|
+
9. Documenter : `autocode comment <ticket-key> "Tests unitaires OK : <couverture>%"`
|
|
21
|
+
10. Avancer : `autocode next <ticket-key>`
|
|
22
22
|
|
|
23
|
-
> Ou retour : `autocode move <key> <
|
|
23
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
24
24
|
|
|
25
25
|
## Criteres de Validation
|
|
26
26
|
|
|
@@ -15,10 +15,10 @@ Document changes for future developers and users.
|
|
|
15
15
|
- Slightly out of scope (minor improvement, edge case): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch -c ready`
|
|
16
16
|
- Significantly out of scope (new feature, major change): `autocode new "<title>" "<description>" -p P2 -l "<labels>" -a "<criteria>" -s patch`
|
|
17
17
|
- In scope: handle directly in current ticket
|
|
18
|
-
7. Document: `autocode comment <key> "Documentation updated"`
|
|
19
|
-
8. Advance: `autocode next <key>`
|
|
18
|
+
7. Document: `autocode comment <ticket-key> "Documentation updated"`
|
|
19
|
+
8. Advance: `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Or return: `autocode move <key> <
|
|
21
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Validation Criteria
|
|
24
24
|
|
|
@@ -15,10 +15,10 @@ Documenter les changements pour les futurs developpeurs et utilisateurs.
|
|
|
15
15
|
- Legerement hors scope (amelioration mineure, cas limite) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch -c ready`
|
|
16
16
|
- Tres hors scope (nouvelle feature, changement majeur) : `autocode new "<titre>" "<description>" -p P2 -l "<labels>" -a "<criteres>" -s patch`
|
|
17
17
|
- Dans le scope : traiter directement dans le ticket actuel
|
|
18
|
-
7. Documenter : `autocode comment <key> "Documentation mise a jour"`
|
|
19
|
-
8. Avancer : `autocode next <key>`
|
|
18
|
+
7. Documenter : `autocode comment <ticket-key> "Documentation mise a jour"`
|
|
19
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
20
20
|
|
|
21
|
-
> Ou retour : `autocode move <key> <
|
|
21
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
22
22
|
|
|
23
23
|
## Criteres de Validation
|
|
24
24
|
|
|
@@ -12,14 +12,10 @@ Final validation: verify everything works in staging AND git repo is clean.
|
|
|
12
12
|
4. Verify visually everything is OK
|
|
13
13
|
5. Capture proof (screenshot)
|
|
14
14
|
6. Confirm feature works
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
8. Document: `autocode comment <key> "Staging validation OK"`
|
|
20
|
-
9. Advance: `autocode next <key>`
|
|
21
|
-
|
|
22
|
-
> Or return: `autocode move <key> <targetColumn>`
|
|
15
|
+
7. Document: `autocode comment <ticket-key> "Staging validation OK"`
|
|
16
|
+
8. Advance: `autocode next <ticket-key>`
|
|
17
|
+
|
|
18
|
+
> Or return: `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
24
20
|
## Validation Criteria
|
|
25
21
|
|
|
@@ -12,14 +12,10 @@ Validation finale : verifier que tout fonctionne en staging ET que le repo git e
|
|
|
12
12
|
4. Verifier visuellement que tout est OK
|
|
13
13
|
5. Capturer une preuve (screenshot)
|
|
14
14
|
6. Confirmer que la feature fonctionne
|
|
15
|
-
7.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
8. Documenter : `autocode comment <key> "Validation staging OK"`
|
|
20
|
-
9. Avancer : `autocode next <key>`
|
|
21
|
-
|
|
22
|
-
> Ou retour : `autocode move <key> <targetColumn>`
|
|
15
|
+
7. Documenter : `autocode comment <ticket-key> "Validation staging OK"`
|
|
16
|
+
8. Avancer : `autocode next <ticket-key>`
|
|
17
|
+
|
|
18
|
+
> Ou retour : `autocode move <ticket-key> <target-column-slug>`
|
|
23
19
|
|
|
24
20
|
## Criteres de Validation
|
|
25
21
|
|