Skill Wiki v0.1.0
rule @backend-architecture/rule-logs-as-event-streams

Logs As Event Streams

The app writes its event stream, unbuffered, to stdout. It does not concern itself with routing or storage. The execution environment captures the stream and routes it to log indexers, archives, or analytics.…

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
2 out · 0 in
Tokens
94/198/212
$ prime install @backend-architecture/rule-logs-as-event-streams

Projection

Always in _index.xml · the agent never has to ask for this.

LogsAsEventStreams [rule] v1.0.0

The app writes its event stream, unbuffered, to stdout. It does not concern itself with routing or storage. The execution environment captures the stream and routes it to log indexers, archives, or analytics. Log files in the app are an anti-pattern because they are local, finite, and rotate-coupled to disk.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/rule-logs-as-event-streams/atom.yaml

Compiled at 2026-05-10