Skip to content

Commit c4de672

Browse files
authored
docs: correct v0.4 changelog and agent-operations spec reference (#13)
Signed-off-by: Matthew Wren <info@origindev.com>
1 parent 2b86b84 commit c4de672

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/agent-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The bar for escalating is low on purpose.
111111
112112
**Data-source connector proposed:**
113113

114-
> Thanks for taking the time to build this. OSDS deliberately ships no connectors to external listing datasets - the reasoning is in `docs/spec/` §3.1.1 and `CONTRIBUTING.md`. It is a legal and design position rather than a gap in the roadmap, so this is not something we can merge. The import paths we do support are CSV upload, owner submission, and the write API, and improvements to any of those are very welcome.
114+
> Thanks for taking the time to build this. OSDS deliberately ships no connectors to external listing datasets - the reasoning is in `docs/spec/` §4.1.1 and `CONTRIBUTING.md`. It is a legal and design position rather than a gap in the roadmap, so this is not something we can merge. The import paths we do support are CSV upload, owner submission, and the write API, and improvements to any of those are very welcome.
115115
116116
**Escalating:**
117117

docs/spec/events-and-adapters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you are implementing the paid tiers, section 5 is the whole job.
1414
- **§3.3 added: the complete event catalogue.** v0.3 restructured section 3 and in doing so lost the per-group event tables for `claim.*`, `billing.*`, `lead.*`, `call.*`, `moderation.*`, `compliance.*`, `agent.*`, `tenant.*`, `import.*` and `postal.*`, along with six of the ten `listing.*` events. §3.3 is now the single canonical list of every event type OSDS emits. Detailed payloads remain in their behavioural sections; §3.3 is the index and the source of truth for the type union.
1515
- `listing.owner_assigned` restored to the catalogue.
1616
- `listing.claimed` is **not** an event. It appeared only in the v0.2 envelope example and was never in a catalogue. The real sequence is `claim.approved` followed by `listing.owner_assigned`.
17-
- Section numbering below §3 is unchanged from v0.3 apart from the insertion of §3.3, so existing references in `CLAUDE.md` remain valid.
17+
- Section numbering below §3 shifted by one. Core entities moved 3→4,
18+
reviews 4→5, entitlements 5→6, commands 6→7, adapter interface 7→8,
19+
claim verification 8→9. The data-source position is now §4.1.1.
1820

1921
---
2022

0 commit comments

Comments
 (0)