Skip to content

Commit 3366159

Browse files
committed
docs(plan): app builds registry via rdp-bundle
1 parent 7f0e804 commit 3366159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-docs/ARCH_REFACTOR_PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This document turns the proposed Clean/Hex refactor into a commit-friendly check
3838
- [x] Create a new workspace crate `rdp-bundle`.
3939
- Purpose: build a `rabbit_digger::Registry` by registering optional plugins.
4040
- [x] Move protocol plugin registration (`ss`, `trojan`, `rpc`, `raw`, `obfs`) into `rdp-bundle` behind features.
41-
- [ ] Make `rabbit-digger-pro` depend on `rdp-bundle` and call `rdp_bundle::build_registry()`.
41+
- [x] Make `rabbit-digger-pro` depend on `rdp-bundle` and call `rdp_bundle::build_registry()`.
4242
- Acceptance: app no longer imports protocol crates directly.
4343
- [ ] Re-map existing features in `rabbit-digger-pro` to enable corresponding features in `rdp-bundle`.
4444
- Acceptance: `cargo build --features ss` etc still works.

0 commit comments

Comments
 (0)