AI service lifecycle, allowance management, CLI task client
Find a file
Claude 5d0269511e
test: push coverage from 85.6% to 96.5%
Add comprehensive tests for previously uncovered code paths:
- service.go: NewService, OnStartup, handleTask, doCommit, doPrompt
- completion.go: CreatePR with mock gh binary, PushChanges success path
- allowance_service.go: ResetAgent error path with mock store
- client.go: connection refused and invalid JSON paths for all methods
- Additional edge cases for CreateBranch, AutoCommit, generateBranchName

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 02:24:06 +00:00
prompts feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
allowance.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
allowance_edge_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
allowance_error_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
allowance_service.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
allowance_test.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
CLAUDE.md feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
client.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
client_test.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
completion.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
completion_git_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
completion_test.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
config.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
config_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
context.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
context_git_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
context_test.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
coverage_boost_test.go test: push coverage from 85.6% to 96.5% 2026-02-20 02:24:06 +00:00
embed.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
embed_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
FINDINGS.md test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
go.mod fix: correct go.mod replace directive (../core → ../go) 2026-02-20 00:48:29 +00:00
go.sum fix: correct go.mod replace directive (../core → ../go) 2026-02-20 00:48:29 +00:00
lifecycle_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
service.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00
service_test.go test: achieve 85.6% coverage with 7 new test files 2026-02-20 00:59:58 +00:00
TODO.md docs: add commit hash to TODO.md Phase 1 completion 2026-02-20 01:00:13 +00:00
types.go feat: extract go-agentic from go-ai as standalone service package 2026-02-19 18:28:36 +00:00