docs: add CLI command reference and update key docs to use bin/console

New docs/reference-cli-commands.md covers all commands, bootstrap helpers,
and how to add new commands. Updated lokale-entwicklung, entwickler-checkliste,
betriebscheck-doctor, index, and web/index.php error message to reference
bin/console instead of legacy bin/*.php scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 19:25:38 +01:00
parent ba1186c525
commit 93a1d95c07
6 changed files with 165 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ Diese Dokumentation ist nach dem Diataxis-Modell in vier Quadranten gegliedert:
- `/docs/howto-docker-produktiv.md`
- Produktivbetrieb mit Docker.
- `/docs/howto-betriebscheck-doctor.md`
- Schneller Systemcheck mit `bin/doctor.php`.
- Schneller Systemcheck mit `php bin/console doctor`.
- `/docs/howto-fehlerbehebung.md`
- Haeufige Fehler und schnelle Loesungen.
- `/docs/howto-lokale-entwicklung.md`
@@ -97,11 +97,8 @@ Diese Dokumentation ist nach dem Diataxis-Modell in vier Quadranten gegliedert:
- Standard-Prompts fuer Skill-basierte Planung und Implementierung.
- `/docs/reference-extension-readiness.md`
- Freigabe-Checkliste fuer weitere Module auf Basis des bestehenden Modul-Contracts.
- `/docs/reference-cli-commands.md`
- Alle CLI-Kommandos (`php bin/console`), Bootstrap-Helfer, Anleitung neue Kommandos.
- `/docs/reference-module-manifest-contract.md`
- Verbindlicher Runtime- und Manifest-Contract fuer Module (V1.1).
- `/docs/reference-agents-overview.md`
- Einstieg in das Rollenmodell und die Artefakte.
- `/docs/reference-agents-roles.md`
- Klare Verantwortung je Rolle (Planner, Executor, Reviewer, Finalizer).
- `/docs/reference-agents-flow.md`
- State-Flow mit Fail-Loop zur Executor-Iteration.
- Agent-Workflow (Rollen, State-Machine, Contracts): siehe `/.agents/workflow.md`