Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ARK follows five strict principles:
Every hard failure should include precise reason and next action.

3. **Noise suppression without blindness**
Stale and low-signal events are filtered, but true burst behavior is surfaced early.
Low-signal noise is suppressed and true burst behavior is surfaced early.

4. **Composable by design**
Teams can adopt only what they need: sanitize, classify, policy, report.
Expand Down Expand Up @@ -128,7 +128,7 @@ ARK consumes runtime events with standardized fields (see the
- session and turn metadata
- provider/model context
- request/response envelope
- error payload and stack hints
- error payload
- recent-window context for burst/noise detection

## Output Model
Expand Down