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
8 changes: 6 additions & 2 deletions docs/.vitepress/rfd-summaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"summary": "Redesign `jp init` to generate schema-driven config with interactive model/mode selection and curated commented fields."
},
"045-layered-interrupt-handler-stack.md": {
"hash": "360039e3b3d0bb397ee89854482b53db2232927bde8d86ae37236ded4f19c30b",
"hash": "15419eb7ab5a46ba0403e3fa03648d88a4fbe36a5f9c7a54bc41e4ba9baf6c7f",
"summary": "Replace JP's ad-hoc interrupt handling with a layered LIFO handler stack, routing OS signals through scoped notification channels."
},
"046-nested-workspace-projection.md": {
Expand All @@ -184,7 +184,7 @@
"summary": "Add `jp conversation edit` (opens directory in $EDITOR) and `jp conversation path` (prints conversation filesystem path)."
},
"048-four-channel-output-model.md": {
"hash": "8dcd19bd41d9813e9397c4d8a166b544d914c492cb4540eca258e4eedb356f00",
"hash": "815391741e98b5ac0d3e8be055c79cfcf275cbbcc3b780fe87672c59bb719f1b",
"summary": "Separate JP output into four channels: stdout for responses, stderr for chrome, /dev/tty for prompts, log file for tracing."
},
"049-non-interactive-mode-and-detached-prompt-policy.md": {
Expand Down Expand Up @@ -346,5 +346,9 @@
"087-session-scoped-active-workspace.md": {
"hash": "9501443d3fca0de19dab38f696f2865266e420fc3e455755697276f0e1444fee",
"summary": "Session-scoped active workspace lets JP commands run from anywhere after selecting a workspace with `jp w use`."
},
"088-unified-editor-service-and-inline-reply-widget.md": {
"hash": "ed23d4b3ef9ce5d00d623166c48e3b63b0dd13511aa1405a4f3958b9613affff",
"summary": "Consolidate editor invocation paths; add inline reply widget with editor escape."
}
}
2 changes: 2 additions & 0 deletions docs/rfd/045-layered-interrupt-handler-stack.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**: 2025-07-24
- **Required by**: [RFD 088]

## Summary

Expand Down Expand Up @@ -671,3 +672,4 @@ Depends on Phases 2–4.

[RFD 026]: 026-agent-loop-extraction.md
[RFD 027]: 027-client-server-query-architecture.md
[RFD 088]: 088-unified-editor-service-and-inline-reply-widget.md
3 changes: 2 additions & 1 deletion docs/rfd/048-four-channel-output-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- **Date**: 2026-03-17
- **Tracking Issue**: [\#518]
- **Required by**: [RFD 029], [RFD 049], [RFD 051]
- **Extended by**: [RFD 086]
- **Extended by**: [RFD 086], [RFD 088]

## Summary

Expand Down Expand Up @@ -251,3 +251,4 @@ Independent of Phases 1-2.
[RFD 049]: 049-non-interactive-mode-and-detached-prompt-policy.md
[RFD 051]: 051-sub-agent-workflows.md
[RFD 086]: 086-line-oriented-stdin-input-for-cli-arguments.md
[RFD 088]: 088-unified-editor-service-and-inline-reply-widget.md
Loading
Loading