feat(npu): add cron and n8n advisory examples
This commit is contained in:
@@ -33,6 +33,18 @@ POST /v1/advisory/generate
|
||||
POST /v1/advisory/triage
|
||||
```
|
||||
|
||||
## Cron and n8n advisory dry-run contract
|
||||
|
||||
For cron/n8n event classification, use the dry-run contract in `docs/cron-n8n-advisory-classifier.md`.
|
||||
It defines the normalized event envelope, decision envelope, `suppress|log|summarize|escalate` recommendation mapping, and duplicate/stale/no-op/action-required examples.
|
||||
|
||||
Example artifacts:
|
||||
|
||||
- `examples/cron-advisory-dry-run.sh` — host-local cron wrapper that prints one compact decision line and performs no side effects.
|
||||
- `examples/n8n-advisory-dry-run-fragment.json` — sanitized inactive n8n node fragment for Set -> HTTP Request -> Code decision mapping.
|
||||
|
||||
Both examples preserve the gateway authority boundary: advisory only, no send/restart/memory/tool/routing authority.
|
||||
|
||||
### Classifier shadow call
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user