Skip to main content

capture-cli

Change or debug the diffuse-dev CLI (capture, inspect, diff, validate, fixtures, privacy). Use when adding a command or the CLI disagrees with the apps.

Ir a la instalación

Datos de origen

Repositorio
hoangsonww/Diffuse-Native-Apps
Última actividad en el origen
20 de agosto de 2026 a las 04:16
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
capture-cli
description
Change or debug the diffuse-dev CLI (capture, inspect, diff, validate, fixtures, privacy). Use when adding a command or the CLI disagrees with the apps.
# capture-cli ```bash swift run diffuse-dev --help ``` The CLI is a thin client of `SnapshotService`, `ReportRenderer`, `SnapshotValidator`, and `PrivacyLedger`. If a command needs new behaviour, add it to the domain package first, then expose it. - Do not parse snapshot JSON by hand in a command. - `--now` / injected `FixedTimeSource` keep fixtures reproducible. - Validate uses `SnapshotValidator`; do not duplicate rules. - Exit non-zero on validation problems. Source: `Tools/diffuse-dev/Sources/diffuse-dev`. Nested `Tools/AGENTS.md`.
Ver en GitHub