feat: re-export make_feedback_router from circuitforge_core.api.__init__ #30
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
circuitforge_core/api/__init__.pyis currently empty. Consumers must use the full import path:Re-exporting from
__init__would allow the cleaner form:Change
Add to
circuitforge_core/api/__init__.py:Update all three consumer products (kiwi, snipe, peregrine) to use the shorter import path.
Priority
Low — current deep import path works fine. Clean-up only.