Commit Graph

3 Commits

Author SHA1 Message Date
rob c068b387a1 Fix Dockerfile to use ENTRYPOINT for argument passing
CMD was being replaced entirely when passing arguments.
ENTRYPOINT makes ramble the base command so arguments work:
  docker run image --provider mock

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:41:21 -04:00
rob 1cc694592b Fix Dockerfile for Debian Trixie package names
- libgl1-mesa-glx → libgl1
- libegl1-mesa → libegl1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:23:30 -04:00
rob b1386facd1 Initial Ramble project - AI-powered field extraction
Extracted from CascadingDev as a standalone tool. Features:
- PySide6/PyQt5 GUI for "rambling" unstructured text
- AI-powered extraction of configurable fields
- Field locking for iterative refinement
- Multiple providers (Claude, Codex, Gemini, mock)
- PlantUML diagram generation
- Headless mode for CLI use
- Docker support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 04:06:25 -04:00