mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 15:43:40 +00:00
27 lines
911 B
YAML
27 lines
911 B
YAML
title: Plugin lifecycle probe evidence
|
|
|
|
scenario:
|
|
id: plugin-lifecycle-probe
|
|
surface: plugins
|
|
coverage:
|
|
primary:
|
|
- plugins.lifecycle
|
|
secondary:
|
|
- cli.plugin-validation-repair
|
|
- plugins.setup-flows
|
|
objective: Exercise strict plugin load/uninstall proof parsing through QA Lab evidence.
|
|
successCriteria:
|
|
- Enabled loaded plugin inspect JSON is accepted as proof.
|
|
- Pending or missing inspect JSON is rejected instead of treated as loaded.
|
|
- Malformed config during uninstall proof fails with a bounded diagnostic.
|
|
docsRefs:
|
|
- docs/plugins/manifest.md
|
|
- docs/cli/plugins.md
|
|
- docs/concepts/qa-e2e-automation.md
|
|
codeRefs:
|
|
- test/e2e/qa-lab/plugins/plugin-lifecycle-probe.e2e.test.ts
|
|
execution:
|
|
kind: vitest
|
|
path: test/e2e/qa-lab/plugins/plugin-lifecycle-probe.e2e.test.ts
|
|
summary: Vitest coverage for plugin lifecycle proof parsing.
|