blue/.blue/docs/spikes/2026-01-24T0600Z-local-llm-integration.wip.md
Eric Garcia 0fea499957 feat: lifecycle suffixes for all document states + resolve all clippy warnings
Every document filename now mirrors its lifecycle state with a status
suffix (e.g., .draft.md, .wip.md, .accepted.md). No more bare .md for
tracked document types. Also renamed all from_str methods to parse to
avoid FromStr trait confusion, introduced StagingDeploymentParams struct,
and fixed all 19 clippy warnings across the codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 12:19:46 -05:00

17 lines
307 B
Markdown

# Spike: Local Llm Integration
| | |
|---|---|
| **Status** | In Progress |
| **Date** | 2026-01-24 |
| **Time Box** | 2 hours |
---
## Question
Which commercial-compatible local LLM CLI tool can be integrated into Blue CLI, and what's the best integration approach?
---
*Investigation notes by Blue*