Commit a0d38e1
committed
docs: fix subhead — agents enact vulnerabilities, engine enables it
The previous version made the engine the subject of "enact"
("enacts every vulnerability LLM agents discover as a rule"), which
implied the engine auto-codifies LLM findings into rules. It doesn't —
agents write the rules; the engine applies them.
Restructured beat 2 to mirror the brand-native pattern from
WhatIsOpenTaint.astro:11 ("AST-pattern rules let you enact every
uncovered vulnerability as a rule"): the engine LETS the LLM agent
enact each vulnerability as a rule. The division of labor is now
accurate — discovery + codification are the agent's; running them
deterministically across the codebase is the engine's.1 parent 3c71af2 commit a0d38e1
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments