feat(config): add commands surface bootstrap#404
Draft
robkam wants to merge 2 commits into
Draft
Conversation
robkam
force-pushed
the
feat/commands-conf-plumbing
branch
4 times, most recently
from
July 16, 2026 23:19
214d2e5 to
bc5db42
Compare
robkam
force-pushed
the
feat/commands-conf-plumbing
branch
from
July 16, 2026 23:26
bc5db42 to
3e442e8
Compare
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.
Summary
commands.confstarter surface with generated defaults and shared config-family path resolutioncommands.confacross startup,--init, F10 editing, and atomic reload while keeping legacy profile command sections as compatibility-only inputsValidation
source .venv/bin/activate && pytest -q tests/test_f2_vols.py::test_f2_right_expands_then_enters_and_left_collapses_or_returns_parent tests/test_f2_vols.py::test_f2_selection_stops_before_the_synthetic_expand_suffixmake qa-code-qualitymakesource .venv/bin/activate && pytest -q tests/test_profile_template_sync.py tests/test_archive_exit_ui.py::test_missing_commands_f10_unchanged_edit_keeps_starter_file tests/test_archive_exit_ui.py::test_missing_profile_f10_unchanged_edit_creates_profile tests/test_archive_exit_ui.py::test_removed_legacy_profile_f10_recreates_xdg_not_dotfile tests/test_cli_version_flags.py::test_init_creates_profile_only_if_missing tests/test_cli_version_flags.py::test_init_with_explicit_profile_path_preserves_target tests/test_cli_version_flags.py::test_init_falls_back_to_home_targets_when_xdg_dir_is_unavailable tests/test_color_config.py::test_spec_documents_user_visible_theme_contract tests/test_theme_config_paths.py::test_config_paths_prefer_xdg_and_use_home_fallback_only_when_xdg_is_unavailable tests/test_theme_ui_contract.py::test_theme_editor_tracks_active_path_and_bootstraps_xdg_for_defaults tests/test_theme_ui_contract.py::test_f10_surface_uses_required_command_strip_and_enter_default tests/test_color_parser_runtime.py::test_theme_file_loader_maps_roles_and_palette_rules