docs: AI pipeline hardening plan + rename giteaService -> githubService #1
Reference in New Issue
Block a user
Delete Branch "feat/ai-pipeline-hardening-plan"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
AI_PIPELINE_HARDENING_PLAN.md-- a phased, self-contained plan an AI agent can execute end-to-end to harden the Anthropic integration. Six phases: central LLM client + robust parsing -> prompt caching & tool-based structured outputs -> extraction quality (overlap chunking, stateful IDs, adaptive throttle, unified relation vocab) -> quiz quality (Fisher-Yates, debiased correctIndex, difficulty field, dedup) -> R42 retrieval & telemetry (TF-IDF,lookup_topictool,llm_callscollection) -> eval harness.src/lib/giteaService.js->src/lib/githubService.js. The module actually callsapi.github.com/raw.githubusercontent.com; the previous name was misleading. Updates the single import site insrc/components/admin/KnowledgeGraph.jsx. No behaviour change.Test plan
npm run lintcleannpm run buildsucceedsrespellion/employee-handbookon GitHubGenerated with Claude Code.
docs: AI pipeline hardening plan + rename giteaService ? githubServiceto docs: AI pipeline hardening plan + rename giteaService -> githubService