feat(ide): migrate to Options{} API + CI workflow #3
No reviewers
Labels
No labels
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/ide#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dev"
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?
Replace deprecated patterns with current API conventions: - core.WithName/WithService → core.New() + RegisterService + RegisterAction - mcp.WithWorkspaceRoot/WithWSHub/WithSubsystem → mcp.New(mcp.Options{}) - core.ServiceFor[T] → direct service reference - Add cancellable context and ServiceShutdown to GUI mode - Handle previously-discarded errors from api.New and config.New Co-Authored-By: Virgil <virgil@lethean.io>