Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion docs/.vitepress/rfd-summaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,11 @@
"summary": "Sanitize terminal output by allowlisting safe ANSI sequences (colors) and dropping dangerous ones (cursor, erase, OSC) to prevent escape injection attacks from untrusted content."
},
"097-stable-event-identifiers.md": {
"hash": "4ace566042d5af0b07a9f184763291dbea402da95d58d513ab107b4d7c2292f5",
"hash": "2310623e9dc1f4d82e3c2ed79d48b2ba6a7ba6a8731b5a658bf17b17a3b6b82d",
"summary": "Assign stable, stream-unique identifiers to every conversation event for safe manual editing and future reference features."
},
"098-request-response-event-linking.md": {
"hash": "9e4099d9ae5835c978c66ac78fde41f8ce24313d59f33abde3e555fd3651f236",
"summary": "Request-response linking via persistent event IDs detects answer scope under structural edits."
}
}
2 changes: 2 additions & 0 deletions docs/rfd/097-stable-event-identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- **Category**: Design
- **Authors**: Jean Mertz <git@jeanmertz.com>
- **Date**: 2026-05-03
- **Extended by**: [RFD 098]

## Summary

Expand Down Expand Up @@ -603,3 +604,4 @@ That is out of scope here.
[RFD 064]: 064-non-destructive-conversation-compaction.md
[RFD 067]: 067-resource-deduplication-for-token-efficiency.md
[RFD 072]: 072-command-plugin-system.md
[RFD 098]: 098-request-response-event-linking.md
470 changes: 470 additions & 0 deletions docs/rfd/098-request-response-event-linking.md

Large diffs are not rendered by default.

114 changes: 0 additions & 114 deletions docs/rfd/drafts/D52-request-response-event-linking.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/rfd/drafts/D54-multi-participant-conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- **Category**: Design
- **Authors**: Jean Mertz <git@jeanmertz.com>
- **Date**: 2026-06-07
- **Requires**: [RFD 097], [RFD 070], [RFD D51], [RFD D52], [RFD D53]
- **Requires**: [RFD 097], [RFD 070], [RFD D51], [RFD 098], [RFD D53]

## Summary

Expand Down Expand Up @@ -113,6 +113,6 @@ Links to related RFDs, issues, documentation, or external resources.

[RFD 070]: ../070-negative-config-deltas.md
[RFD 097]: ../097-stable-event-identifiers.md
[RFD 098]: ../098-request-response-event-linking.md
[RFD D51]: D51-assistant-scoped-tool-configuration.md
[RFD D52]: D52-request-response-event-linking.md
[RFD D53]: D53-inline-attachment-uri-parsing.md
4 changes: 2 additions & 2 deletions docs/rfd/drafts/D58-multi-participant-conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
> valuable on their own and independently implementable:
>
> - [RFD D51]: migrating `conversation.tools.*` to `assistant.tools.*`
> - [RFD D52]: explicit `event_id` reference from each response to request event
> - [RFD 098]: explicit `event_id` reference from each response to request event
> - [RFD D53]: parse inline URIs from query prompts
> - [RFD D54]: The main RFD implementing multi-participant conversations
>
Expand Down Expand Up @@ -1000,7 +1000,7 @@ jp c participant refresh dev
[RFD 076]: ../076-tool-access-grants.md
[RFD 078]: ../078-tool-config-mutation.md
[RFD 097]: ../097-stable-event-identifiers.md
[RFD 098]: ./../098-request-response-event-linking.md
[RFD D51]: ./D51-assistant-scoped-tool-configuration.md
[RFD D52]: ./D52-request-response-event-linking.md
[RFD D53]: ./D53-inline-attachment-uri-parsing.md
[RFD D54]: ./D54-multi-participant-conversations.md
2 changes: 1 addition & 1 deletion docs/rfd/priority.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"D49",
"D50",
"D51",
"D52",
"098",
"D53",
"D54",
"D56",
Expand Down
Loading