AI service lifecycle, allowance management, CLI task client. Zero internal go-ai dependencies. Adds CLAUDE.md/TODO.md/FINDINGS.md. Co-Authored-By: Virgil <virgil@lethean.io>
697 B
697 B
FINDINGS.md — go-agentic Research & Discovery
2026-02-19: Split from go-ai (Virgil)
Origin
Extracted from forge.lthn.ai/core/go-ai/agentic/. Zero internal go-ai dependencies — cleanest split candidate.
What Was Extracted
- 14 Go files (~1,968 LOC excluding tests)
- 5 test files (allowance, client, completion, config, context)
- 1 embedded prompt template (commit.md)
Key Finding: Completely Independent
agentic/ imports only:
forge.lthn.ai/core/go(framework, io, log)gopkg.in/yaml.v3- Standard library
No coupling to ml/, rag/, mcp/, or any other go-ai package. This is a pure CLI service that spawns claude subprocess and manages task/allowance state.