- 01
Install
Install the version named by the synchronized release projection into the supported coding-agent layout you select.
npx @nebulacomponents/citable@1.21.0 install - 02
Audit
Initialize the non-destructive project registries, then audit a declared build target and base URL.
npx @nebulacomponents/citable@1.21.0 initnpx @nebulacomponents/citable@1.21.0 audit --target ./dist --base-url https://example.com - 03
Inspect evidence
Read the run manifest, findings, report, captured responses, and checksums. Export and verify a portable copy before handing it off.
npx @nebulacomponents/citable@1.21.0 artifacts export <run-id> --output ./citable-runnpx @nebulacomponents/citable@1.21.0 artifacts verify --input ./citable-run - 04
Decide
Generate the ordered action plan, then have the responsible owner review blockers, evidence limits, and semantic-review gates.
npx @nebulacomponents/citable@1.21.0 action-plan <run-id> - 05
Verify
Repeat the same audit profile after the controlled change and compare only runs whose target, configuration, observation method, and evidence remain compatible.
npx @nebulacomponents/citable@1.21.0 audit --target ./dist --base-url https://example.comnpx @nebulacomponents/citable@1.21.0 monitor <run-a> <run-b>
Keep the first run bounded
- Use a declared build target and base URL; do not mix local and live observations.
- Retain the manifest, findings, report, captured responses, and checksums together.
- Record missing optional dependencies or credentials as incomplete evidence.
- Do not translate retrieval eligibility into a ranking, citation, or conversion promise.
Commands are taken from the synchronized published package documentation. Review the package documentation before enabling optional browser, Lighthouse, OCR, or owner-data collectors.