Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 2 additions & 29 deletions docs/implementation/CURRENT_SPRINT.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
# Current Sprint: llama.cpp Provider Integration
# Current Sprint

**Started:** 2026-04-03
**Goal:** Add llama.cpp as a local LLM provider so users can run fully-local, free session analysis via llama-server + GGUF models (Gemma 4 flagship).

**GitHub Issue:** #267 — https://github.com/melagiri/code-insights/issues/267
**Branch:** `claude/plan-gemma-ollama-integration-03V9H`

---

## In Progress

- [ ] Phase 1: Extend LLMProvider type union -- engineer -- S -- claude/plan-gemma-ollama-integration-03V9H
- [ ] Phase 2: Provider metadata + pricing constants -- engineer -- S
- [ ] Phase 3: Server provider implementation (llamacpp.ts NEW) -- engineer -- M
- [ ] Phase 4: CLI provider runner -- engineer -- M
- [ ] Phase 5: Config wizard -- engineer -- S
- [ ] Phase 6: Server routes (VALID_PROVIDERS + discovery endpoint) -- engineer -- S
- [ ] Phase 7: Dashboard UI (Settings, cost display, dropdown) -- engineer -- L
- [ ] Phase 8: LLM Expert required fixes (token limits, temperature, retry) -- engineer -- M

## Done

## Blocked

## Next Up

- [ ] Triple-layer review once PR is created -- TA + outsider -- S
- [ ] Follow-up issue: simplified prompts for 12B quantized models -- PM -- S
- [ ] Follow-up issue: SettingsPage duplicated provider types -- PM -- S
No active sprint.
162 changes: 0 additions & 162 deletions docs/implementation/handover-llamacpp-provider.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/plans/2026-03-08-gamification-shareable-badges.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gamification & Shareable Badges — Design Plan

**Date:** 2026-03-08
**Status:** Future feature (design phase — not yet approved for implementation)
**Status:** Phase 1 (Working Style Card) shipped v4.2.0 · Phase 2 (AI Fluency Score Card) shipped v4.3.0 · Phase 3 (Stats Card) and Phase 4 (Milestone Cards) future
**Prerequisite:** Patterns Page Refinement (2026-03-08-patterns-page-refinement.md)
**Depends on:** Working Style hero card, tagline, streak computation

Expand Down
2 changes: 1 addition & 1 deletion docs/plans/2026-03-09-effective-pattern-normalization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reflect Feature Enhancement — Design Plan

> **Status:** In Progress — Gathering Requirements
> **Status:** Feature 1 Complete (PRs #125, #127, #129, #132, #136, #138) · Feature 2 (Progress Tracking) Deferred
> **Date:** 2026-03-09
> **Scope:** Server (prompts, aggregation, normalization), Dashboard (PatternsPage, Insights), CLI (types)
> **Features:** Pattern Normalization + Confidence Filtering + Outdated Format Detection + Progress Tracking (TBD)
Expand Down
165 changes: 0 additions & 165 deletions docs/plans/2026-05-09-session-writeup-dispatch-ideation.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/plans/2026-05-10-dispatch-learnings-curated-design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dispatch — Learnings-Curated Blog Post Generator

> **Status:** DesignReady for implementation planning
> **Status:** Shippedv4.11.0 (PRs #297, #299, #301)
> **Date:** 2026-05-10
> **Supersedes:** `2026-05-09-session-writeup-dispatch-ideation.md` (session-scoped approach abandoned)
> **Dependencies:** None — uses existing `insights` table and `/insights` dashboard page
Expand Down
Loading