Files
Andrew Yim c750fa7f5e feat(our-gdrive-organizer): add new skill at slot 82, rename old 82 → 92
New Python CLI + dual SKILL.md (Code + Desktop) for organizing Google
Drive folders under OurDigital conventions:

- Refresh root README index (preserves manual Topics/Notes between
  AUTO-STRUCTURE markers)
- Ensure per-subfolder README.md meta files
- Propose filename + folder renames (D.intelligence → OurDigital with
  SEO-context caveat documented in patterns/gotchas.md)
- Propose moves for cluttered files (screenshots, temp downloads)
- Sensitive-folder skip list (04_Case Studies, 99_Project Archive,
  *Archive*, 진단*)
- shared/patterns/ gotcha library: canonical-files, canonical-folders,
  categorization-rules, 12 known gotchas — grows over time as the
  system encounters new edge cases

Slash command: /organize. CLI: ~/.local/bin/our-gdrive-organize.

82-tui-design-template renumbered to 92 (no content change) to free
slot 82. AGENTS.md and CLAUDE.md updated for both moves.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 23:02:45 +09:00

29 lines
932 B
Markdown

# 93-tui-designer
Build Norton Commander / Gopher style TUI wizard interfaces for any Python CLI tool using Rich.
## Purpose
Reusable patterns and battle-tested gotchas for building retro-style terminal wizards with:
- Dual-panel layout (status + content)
- Stack-based Gopher navigation (numbered menus, Back, Home)
- Arrow-key list selector for long option lists
- Bilingual i18n with runtime toggle
- Keyboard-driven input (F-keys with alphanumeric fallbacks)
- Three-tier responsive layout (wide/narrow/single panel)
## Structure
```
93-tui-designer/
code/SKILL.md # Main skill (architecture, patterns, gotchas)
shared/references/
dtm-wizard-reference.md # DTM Agent implementation reference
docs/ # Future: logs, lessons learned
```
## First Implementation
DTM Agent TUI Wizard — 20 files, 21 screens, 29 tests.
See `shared/references/dtm-wizard-reference.md` for details.