The full scope across this batch: POST /sessions key→token exchange, SessionStore dual-index with revoke_by_id, CLI Bearer injection (ONTOREF_TOKEN), ontoref setup --gen-keys, install scripts, daemon config form roundtrip, ADR-004/005, on+re self-description update (fully-self-described), and landing page refresh.
33 lines
630 B
JSON
33 lines
630 B
JSON
{
|
|
"streams": [
|
|
{
|
|
"name": "ECOSYSTEM",
|
|
"subjects": ["ecosystem.>"],
|
|
"retention": "Limits",
|
|
"max_age_days": 30,
|
|
"storage": "File"
|
|
}
|
|
],
|
|
"consumers": [
|
|
{
|
|
"name": "daemon-ontoref",
|
|
"stream": "ECOSYSTEM",
|
|
"ack_policy": "Explicit",
|
|
"filter_subjects": [
|
|
"ecosystem.daemon.>",
|
|
"ecosystem.actor.>",
|
|
"ecosystem.ontoref.>"
|
|
]
|
|
},
|
|
{
|
|
"name": "cli-notifications",
|
|
"stream": "ECOSYSTEM",
|
|
"ack_policy": "Explicit",
|
|
"filter_subjects": [
|
|
"ecosystem.ontoref.>",
|
|
"ecosystem.actor.>"
|
|
]
|
|
}
|
|
]
|
|
}
|