- examples/fixture-invoicing/: FastAPI + Vue + Postgres demo (4-entity invoice fixture)
- cfg/sample/: wraps the fixture (managed.repos points at examples/)
- ctrl/kind-{up,down,status}.sh + per-room k8s render in soleprint/ctrl/k8s/
- build.py: relative repo paths, resilient rmtree, optional k8s render hook
- cfg/.gitignore: stop ignoring sample/ and standalone/ template rooms
Manifests render cleanly but kind cluster has not been run end-to-end yet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
39 lines
442 B
Markdown
39 lines
442 B
Markdown
# {{nombre_flujo}}
|
|
|
|
## Tipo de usuario
|
|
{{tipo_usuario}}
|
|
|
|
## Donde empieza
|
|
{{punto_entrada}}
|
|
|
|
## Que quiere hacer el usuario
|
|
{{objetivo}}
|
|
|
|
## Pasos
|
|
|
|
1. {{paso_1}}
|
|
2. {{paso_2}}
|
|
3. {{paso_3}}
|
|
|
|
## Que deberia pasar
|
|
|
|
- {{resultado_1}}
|
|
- {{resultado_2}}
|
|
|
|
## Problemas comunes
|
|
|
|
- {{problema_1}}
|
|
- {{problema_2}}
|
|
|
|
## Casos especiales
|
|
|
|
- {{caso_especial_1}}
|
|
|
|
## Flujos relacionados
|
|
|
|
- {{flujo_relacionado_1}}
|
|
|
|
## Notas tecnicas
|
|
|
|
- {{nota_tecnica_1}}
|