Commit Graph

4 Commits

Author SHA1 Message Date
m3tm3re
51cd52d13d feat: add stt-ptt package for voice-to-text and text-to-speech
Implements speech-to-text (via whisper-cpp) and text-to-speech (via espeak)
functionality with key bindings. Replaces coreutils with busybox for lighter
dependencies and removes explicit buildInputs since all paths are hardcoded.
2026-01-02 12:21:32 +01:00
m3tm3re
44485c4c72 docs: update zellij-ps to reflect project switcher functionality
- Update package description and fix mainProgram typo
- Rewrite documentation to describe project switching, not process viewing
- Add PROJECT_FOLDERS configuration and usage examples
- Update all references across docs (README, guides, module overviews)
2025-12-30 15:42:52 +01:00
m3tm3re
824ad97ef9 docs: add hierarchical AGENTS.md knowledge base
- Update root AGENTS.md with regenerative content (144 lines, telegraphic)
- Add pkgs/AGENTS.md for package registry conventions (33 lines)
- Add docs/AGENTS.md for documentation structure (34 lines)
- All files follow telegraphic style, no redundancy with parent
- Preserves existing modules/home-manager/AGENTS.md

Hierarchy:
  ./AGENTS.md (root)
  ├── pkgs/AGENTS.md
  ├── docs/AGENTS.md
  └── modules/home-manager/AGENTS.md (existing)
2025-12-30 15:02:58 +01:00
m3tam3re
1ce83403bc first 2025-10-04 15:53:48 +02:00