feat: WebSocket temps réel + Finance Workflow + corrections
- Task #6: WebSocket /ws/dashboard + Kafka events (5 topics) * Backend: KafkaEventProducer, KafkaEventConsumer * Mobile: WebSocketService (reconnection, heartbeat, typed events) * DashboardBloc: Auto-refresh depuis WebSocket events - Finance Workflow: approbations + budgets (backend + mobile) * Backend: entities, services, resources, migrations Flyway V6 * Mobile: features finance_workflow complète avec BLoC - Corrections DI: interfaces IRepository partout * IProfileRepository, IOrganizationRepository, IMembreRepository * GetIt configuré avec @injectable - Spec-Kit: constitution + templates mis à jour * .specify/memory/constitution.md enrichie * Templates agent, plan, spec, tasks, checklist - Nettoyage: fichiers temporaires supprimés Signed-off-by: lions dev Team
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
---
|
||||
description: Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt. Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
description: Generate a custom checklist for the current feature based on user requirements.
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt. Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json`. Pour les contenus, s'appuyer sur `.specify/memory/inventaire-code.md`. Aucun script Bash n'est fourni.
|
||||
|
||||
## Checklist Purpose: "Unit Tests for English"
|
||||
|
||||
**CRITICAL CONCEPT**: Checklists are **UNIT TESTS FOR REQUIREMENTS WRITING** - they validate the quality, clarity, and completeness of requirements in a given domain.
|
||||
|
||||
@@ -5,10 +5,11 @@ handoffs:
|
||||
agent: speckit.plan
|
||||
prompt: Create a plan for the spec. I am building with...
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json --paths-only
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt. Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
description: Execute the implementation plan by processing and executing all tasks defined in tasks.md
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt (unionflow/). Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
@@ -9,13 +9,13 @@ handoffs:
|
||||
agent: speckit.checklist
|
||||
prompt: Create a checklist for the following domain...
|
||||
scripts:
|
||||
sh: scripts/bash/setup-plan.sh --json
|
||||
ps: .specify/scripts/powershell/setup-plan.ps1 -Json
|
||||
agent_scripts:
|
||||
sh: scripts/bash/update-agent-context.sh __AGENT__
|
||||
ps: .specify/scripts/powershell/update-agent-context.ps1 -AgentType __AGENT__
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt (unionflow/). Script : `.specify/scripts/powershell/setup-plan.ps1 -Json`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
@@ -9,10 +9,11 @@ handoffs:
|
||||
prompt: Clarify specification requirements
|
||||
send: true
|
||||
scripts:
|
||||
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
|
||||
ps: .specify/scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt (unionflow/). Script : `.specify/scripts/powershell/create-new-feature.ps1 -Json` + arguments. S'appuyer sur `.specify/memory/inventaire-code.md` pour ne pas inventer de packages ou features. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
@@ -58,9 +59,8 @@ Given that feature description, do this:
|
||||
- Use N+1 for the new branch number
|
||||
|
||||
d. Run the script `{SCRIPT}` with the calculated number and short-name:
|
||||
- Pass `--number N+1` and `--short-name "your-short-name"` along with the feature description
|
||||
- Bash example: `{SCRIPT} --json --number 5 --short-name "user-auth" "Add user authentication"`
|
||||
- PowerShell example: `{SCRIPT} -Json -Number 5 -ShortName "user-auth" "Add user authentication"`
|
||||
- Pass `-Number N+1` and `-ShortName "your-short-name"` along with the feature description
|
||||
- UnionFlow (PowerShell depuis racine dépôt) : `.specify/scripts/powershell/create-new-feature.ps1 -Json -Number 5 -ShortName "user-auth" "Add user authentication"`
|
||||
|
||||
**IMPORTANT**:
|
||||
- Check all three sources (remote branches, local branches, specs directories) to find the highest number
|
||||
|
||||
@@ -10,10 +10,11 @@ handoffs:
|
||||
prompt: Start the implementation in phases
|
||||
send: true
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt (unionflow/). Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
description: Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
|
||||
tools: ['github/github-mcp-server/issue_write']
|
||||
scripts:
|
||||
sh: scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks
|
||||
ps: .specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
|
||||
---
|
||||
|
||||
**UnionFlow** : Exécuter le script PowerShell depuis la racine du dépôt. Script : `.specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks`. Aucun script Bash n'est fourni.
|
||||
|
||||
## User Input
|
||||
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user