Find file in fortrangoingonforty/facsimile@trunk
- .claude/skills/verify/SKILL.md
- .dotfile
- .github/workflows/release.yml
- .github/workflows/tests.yml
- .gitignore
- Makefile
- README.md
- VERSION
- [Untitled]
- app/main.f90
- build.sh
- docs/AI_COMPLETION.md
- docs/KEYBINDINGS.md
- docs/LSP_GUIDE.md
- docs/THEMES.md
- docs/UI_FLOATING_SURFACE_AUDIT.md
- docs/WORKSPACE_QUICKSTART.md
- docs/WORKSPACE_VISION.md
- docs/config_spec.md
- docs/fortress_integration.md
- docs/workspace_spec.md
- fpm.toml
- run_tests.sh
- scratch/test.c
- scratch/test.go
- scratch/test.js
- scratch/test.rs
- scratch/test.sh
- scratch/test_syntax.f90
- scratch/test_syntax.py
- src/ai/ai_engine_module.f90
- src/ai/ai_http.c
- src/ai/ai_http_module.f90
- src/ai/ai_json_module.f90
- src/ai/ai_state_module.f90
- src/ai/completion_cache_module.f90
- src/ai/completion_context_module.f90
- src/ai/completion_prompt_module.f90
- src/ai/completion_sanitize_module.f90
- src/ai/ollama_client_module.f90
- src/buffer/text_buffer_module.f90
- src/clipboard/clipboard_module.f90
- src/clipboard/yank_stack_module.f90
- src/commands/command_handler_module.f90
- src/commands/comment_command_module.f90
- src/commands/indent_policy_module.f90
- src/editor_state_module.f90
- src/fortress/filesystem/fortress_fs_module.f90
- src/fortress/fortress_navigator_module.f90
- src/fortress/ui/fortress_display_module.f90
- src/fortress/ui/welcome_menu_module.f90
- src/lsp/diagnostics_module.f90
- src/lsp/document_sync_module.f90
- src/lsp/json_module.f90
- src/lsp/lsp_client_module.f90
- src/lsp/lsp_process_wrapper.c
- src/lsp/lsp_protocol_module.f90
- src/lsp/lsp_server_manager_module.f90
- src/lsp/server_detection_module.f90
- src/lsp/server_installer_module.f90
- src/navigation/jump_stack_module.f90
- src/syntax/comment_syntax_module.f90
- src/syntax/syntax_highlighter_module.f90
- src/terminal/input_handler_module.f90
- src/terminal/pty_wrapper.c
- src/terminal/raw_mode_module.f90
- src/terminal/renderer_module.f90
- src/terminal/terminal_io_module.f90
- src/terminal/termios_wrapper.c
- src/terminal/vt100_grid.c
- src/ui/binary_prompt_module.f90
- src/ui/clickable_region_module.f90
- src/ui/code_actions_panel_module.f90
- src/ui/command_palette_module.f90
- src/ui/completion_popup_module.f90
- src/ui/context_menu_module.f90
- src/ui/diagnostics_panel_module.f90
- src/ui/ghost_text_module.f90
- src/ui/goto_prompt_module.f90
- src/ui/group_picker_module.f90
- src/ui/help_display_module.f90
- src/ui/hover_tooltip_module.f90
- src/ui/lsp_server_installer_panel_module.f90
- src/ui/modal_box_module.f90
- src/ui/references_panel_module.f90
- src/ui/rename_prompt_module.f90
- src/ui/replace_prompt_module.f90
- src/ui/save_prompt_module.f90
- src/ui/search_prompt_module.f90
- src/ui/signature_tooltip_module.f90
- src/ui/symbols_panel_module.f90
- src/ui/tab_drag_module.f90
- src/ui/terminal_panel_module.f90
- src/ui/text_prompt_module.f90
- src/ui/theme_module.f90
- src/ui/theme_picker_module.f90
- src/ui/unified_search_module.f90
- src/ui/workspace_symbols_panel_module.f90
- src/undo/undo_stack_module.f90
- src/utils/bracket_matching_module.f90
- src/utils/dir_scan_module.f90
- src/utils/dir_scan_wrapper.c
- src/utils/platform_module.f90
- src/utils/platform_wrapper.c
- src/utils/regex_module.f90
- src/utils/regex_wrapper.c
- src/utils/utf8_module.f90
- src/version_module.f90
- src/workspace/app_state_module.f90
- src/workspace/backup_module.f90
- src/workspace/config_module.f90
- src/workspace/favorites_module.f90
- src/workspace/file_tree_module.f90
- src/workspace/file_tree_renderer_module.f90
- src/workspace/git_ops_module.f90
- src/workspace/recents_module.f90
- src/workspace/session_ipc_module.f90
- src/workspace/settings_module.f90
- src/workspace/workspace_module.f90
- test/ai_http_fixture.py
- test/ai_quality_harness.py
- test/integration_ai_ghost.py
- test/integration_autosave.py
- test/integration_bar_slots.py
- test/integration_caret.py
- test/integration_comment.py
- test/integration_ctrlq.py
- test/integration_diag_refresh.py
- test/integration_dirty_flag.py
- test/integration_dirty_tabs.py
- test/integration_fastpath.py
- test/integration_find.py
- test/integration_fortress_group.py
- test/integration_fortress_modal.py
- test/integration_fortress_nav.py
- test/integration_fuss_cursor.py
- test/integration_fuss_reveal.py
- test/integration_gap_corruption.py
- test/integration_ghost.py
- test/integration_groupedit.py
- test/integration_indent.py
- test/integration_keycase.py
- test/integration_lazy_tree.py
- test/integration_max_tabs.py
- test/integration_mouse.py
- test/integration_move_lines.py
- test/integration_multicursor.py
- test/integration_palette.py
- test/integration_pane_close_identity.py
- test/integration_pane_scroll.py
- test/integration_pane_syntax.py
- test/integration_references_panel.py
- test/integration_rename.py
- test/integration_rename_workspace.py
- test/integration_selection.py
- test/integration_session_ipc.py
- test/integration_split_save_identity.py
- test/integration_tab_columns.py
- test/integration_tabdrag.py
- test/integration_tabgroups.py
- test/integration_tabjump.py
- test/integration_tabmenu.py
- test/integration_terminal_panel.py
- test/integration_termpanel_nav.py
- test/integration_termpanel_resize.py
- test/integration_termpanel_viewport.py
- test/integration_test.py
- test/integration_theme_render.py
- test/integration_tree_hidden.py
- test/integration_undo.py
- test/mock_terminal_module.f90
- test/run_ai_http_test.sh
- test/test_ai_ghost.f90
- test/test_ai_http.f90
- test/test_ai_json.f90
- test/test_ai_live.f90
- test/test_auto_indent.f90
- test/test_basic_editing.f90
- test/test_bracket_char.f90
- test/test_bracket_overtype.f90
- test/test_buffer_debug.f90
- test/test_buffer_only.f90
- test/test_clickable_region.f90
- test/test_comment_toggle.f90
- test/test_completion_cache.f90
- test/test_completion_context.f90
- test/test_completion_prompt.f90
- test/test_completion_sanitize.f90
- test/test_context_menu.f90
- test/test_csi_u_keys.f90
- test/test_delete_line.f90
- test/test_driver_module.f90
- test/test_enhanced_features.f90
- test/test_framework.f90
- test/test_gap_move.f90
- test/test_ghost_block.f90
- test/test_ghost_render_safety.f90
- test/test_ghost_text.f90
- test/test_group_picker.f90
- test/test_indent_policy.f90