Skip to content

Commit 2f8a4de

Browse files
committed
docs(plan): audit builtin loading path in core
1 parent e9c68a1 commit 2f8a4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent-docs/ARCH_REFACTOR_PLAN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ This document turns the proposed Clean/Hex refactor into a commit-friendly check
4545

4646
### Milestone C — Reduce Core ↔ Adapters coupling (optional, later)
4747

48-
- [ ] Audit `rabbit-digger` builtin loading (`Registry::new_with_builtin`) and plan to move builtin implementations into adapters.
48+
- [x] Audit `rabbit-digger` builtin loading (`Registry::new_with_builtin`) and plan to move builtin implementations into adapters.
49+
- Note: builtins are currently registered via `rabbit_digger::builtin::load_builtin` (registers `rd_std::init` when `rabbit-digger` has `rd-std` feature).
4950
- [ ] Introduce a “core-only registry” constructor (no builtin implementations) and let `rdp-bundle` assemble everything.
5051
- Acceptance: core can be built without `rd-std`.
5152

0 commit comments

Comments
 (0)