Bump version 0.3.10#182
Merged
Merged
Conversation
Spec captures the design for replacing the sequential `shellfirm config` prompts with a full-screen ratatui-based TUI. Covers field classification (14 closed / 9 hybrid / 4 free), tab layout, save validation flow, custom-check CRUD with one-file-per-group storage, fix for the pre-existing custom-check load-order bug (with one-shot migration), and a comprehensive testing strategy (unit, snapshot, property, integration, manual smoke). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Schema additions (additive, backwards-compatible):
- agent.{challenge, min_severity, severity_escalation} — per-mode
overrides for AI agent context, default to Inherit global
- wrappers.{challenge, min_severity} — per-mode overrides for the
PTY wrap context
UX additions:
- New AI and Wrap tabs to host mode-specific settings + overrides
- Mode badges (shell / ai / wrap / all) on every field in shared tabs
- Override widget pattern (Inherit global ↔ Custom)
- Focused-field strip explains scope and where to override
Includes InheritOr<T> sentinel enum, resolved_for(mode) helper
contract, and corresponding unit + integration tests.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.