Add first-class job rail profiles

This commit is contained in:
slhx agent
2026-06-21 14:09:53 +02:00
parent 5224fe4c6a
commit e4d6837f78
4 changed files with 415 additions and 5 deletions
+2 -1
View File
@@ -376,6 +376,8 @@ Backed by current code/tests:
- leader rail seed behavior and command-intent separation;
- transient panel/rendering foundations;
- protocol/session/job/LSP/diagnostic skeletons;
- `Space t` lint/build/test/check job rail backed by source-patched command profiles,
captured output panels, missing-tool/cancel/timeout rows, and jump/yank actions;
- basic trace commands for open, insert, save, panels, diagnostics, repo files,
and local context.
@@ -390,7 +392,6 @@ Design-only and needing future implementation slices:
- parameter navigation in function calls;
- compact-first hover/signature cards with expandable scroll/search panels;
- full provider arbitration for multiple LSP/tool sources;
- lint/format/build/test command execution through the job surface;
- source-profile format-on-save policy and one-shot save-without-format;
- contextual rails for all prefixes listed in this document;
- Insert pending-space rail, including `Space` pause then `n` to Normal;