[agent/claude] Fix core/cli to unblock core/agent build. Remove core.WithNa... #8
No reviewers
Labels
No labels
needs-review
needs-review
needs-review
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/cli#8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "agent/fix-core-cli-to-unblock-core-agent-build"
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?
Task
Fix core/cli to unblock core/agent build. Remove core.WithName and core.Option usage from pkg/cli/app.go and pkg/cli/commands.go. Replace with Options{} struct and direct c.Command() registration. The old pattern used core.WithName("name", factory) and []core.Option — the new Core API uses core.New(core.Options{}) and core.Service DTOs. See the existing runtime.go which is already partially rewritten. Also update go-i18n/core_service.go if needed. Verify with: go build ./pkg/cli/
Agent: claude
Commits: 1
Branch:
agent/fix-core-cli-to-unblock-core-agent-buildAuto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io
Auto-Verified & Merged
Tests:
go test ./...— PASSAuto-merged by core-agent dispatch system.