Skill Wiki v0.1.0
rule @backend-architecture/rule-stateless-processes

Stateless Processes

App processes are stateless and share-nothing. Any data that must persist is stored in a stateful backing service (database, cache, object store).…

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
5 out · 7 in
Tokens
83/190/266
$ prime install @backend-architecture/rule-stateless-processes

Projection

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

StatelessProcesses [rule] v1.0.0

App processes are stateless and share-nothing. Any data that must persist is stored in a stateful backing service (database, cache, object store). Memory and local disk may be used as a brief, single-transaction scratchpad — never as a durable store across requests.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/rule-stateless-processes/atom.yaml

Compiled at 2026-05-10