Commit 4927390
* docs(agents): point PD #12 at the alias retirement path, not two stale examples
Prime Directive #12 cited `cfg.filter ?? cfg.filters` / `cfg.objectName ??
cfg.object` in the flow executors as debt to pay down. Both have since moved,
and neither still looks the way the sentence describes — so an agent grepping
for them finds nothing and learns nothing about how the debt is actually being
retired.
`filters` -> `filter` graduated into the ADR-0087 D2 conversion layer
(`flow-node-crud-filter-alias`), rewritten at load including the
`AutomationEngine.registerFlow` rehydration seam, so the CRUD executors read
`cfg.filter` directly. `object` -> `objectName` sits behind `readAliasedConfig`
(canonical wins, alias warns once, graduation into the conversion layer is the
next step).
Rewritten so the directive teaches the mechanism — shim, then conversion layer,
never a bare `??` — instead of naming two examples that have already moved on.
Points at #3796 for the call sites still open-coded.
Refs #3796, ADR-0087
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* chore(changeset): empty changeset for the docs-only PD #12 rewrite
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4921a95 commit 4927390
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments