refactor: drop orphan references to disabled islands (#36) #55
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os!55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "36-orphan-island-cfgs"
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?
Third slice on #36.
cargo check -p hero_os_appsurfaced threeunexpected_cfgswarnings — all references to features that don't exist inCargo.toml.island-intelligenceandisland-knowledge: commented out in Cargo.toml afterhero_osis_sdkremoved theembedderdomain (382d2bf,fe880f2). Source still carried#[cfg(feature = "island-intelligence")]/island-knowledgegates — permanently-false dead code.island-indexer-native: never existed. Onlyisland-indexeris a real feature; thenot(feature = "island-indexer-native")clause was always true.Changes
island_content.rs: droppub use IntelligenceIslandApp/KnowledgeIslandAppand their rsx match arms; simplify the indexer cfg.registry.rs: dropintelligence_metadata/knowledge_metadataimports and theirv.push(...)calls.Cargo.toml: remove the two commented-out# island-…feature lines; rewrite theweb = [...]NOTE to reflect the current state, not a stale "temporarily excluded" story.Verification
cargo check -p hero_os_app: warnings drop from 22 → 13 (all three bogus-cfg warnings gone).cargo check --workspace: OK.Refs #36.
🤖 Generated with Claude Code