https://github.com/flarebyte/baldrick_familiar
A clever little Docker familiar built with Python who always knows the shortest path to the best docs and the most useful code hints
https://github.com/flarebyte/baldrick_familiar
Last synced: 4 months ago
JSON representation
A clever little Docker familiar built with Python who always knows the shortest path to the best docs and the most useful code hints
- Host: GitHub
- URL: https://github.com/flarebyte/baldrick_familiar
- Owner: flarebyte
- License: mit
- Created: 2025-10-03T08:14:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T21:50:21.000Z (8 months ago)
- Last Synced: 2025-10-04T22:17:03.507Z (8 months ago)
- Language: Python
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# baldrick_familiar
A clever little Docker familiar built with Python who always knows the shortest path to the best docs and the most useful code hints

## Development
- Prereqs: Python 3.12+, uv, Ollama (for local models).
- Quickstart:
- `uv sync`
- `sh create-content.sh` (snapshot docs, collect files, build index)
- `uv run familiar "List available docs" --format json`
### Broth Workflows (optional)
This repo includes `baldrick-broth.yaml` with Python‑centric tasks. Examples:
- `npx baldrick-broth@latest test all` — lint + sanity CLI check
- `npx baldrick-broth@latest rag content` — end‑to‑end content + index build
- `npx baldrick-broth@latest lint fix` — ruff fix + format
See `baldrick-broth.yaml` for all domains and tasks.