chore: remove orphaned gateway/ directory#1223
Conversation
The gateway code was migrated to crates/openab-gateway/ but this leftover directory (containing only feishu_card.rs) was never cleaned up. It has no Cargo.toml and is not part of the workspace.
This comment has been minimized.
This comment has been minimized.
|
LGTM ✅ — Clean removal of an orphaned directory with correct README link updates. What This PR DoesRemoves the leftover How It Works
Findings
Finding Details🟢 F1: Safe orphan removalThe deleted file SHA ( 🟢 F2: Consistent link updatesAll 7 occurrences of the 🟢 F3: Well-documented PRThe PR body clearly explains what was removed, why it is safe, and confirms no other orphaned directories exist. Baseline Check
What's Good (🟢)
|
Summary
Remove the leftover
gateway/directory that was never cleaned up after the migration tocrates/openab-gateway/.What was removed
gateway/src/adapters/feishu_card.rs— the only file remaining in the old pathWhy it's safe
crates/openab-coreandcrates/openab-gatewayCargo.tomlreferencescrates/openab-gateway, notgateway/gateway/pathcrates/openab-gateway/src/adapters/feishu_card.rsOther checks
No other orphaned directories found.
agy-acp,openab-agent,openab-auth-proxy,operatorare intentionally standalone crates.