Profiles
这里承接 Autofill 需要复用的公司资料、品牌信息和常见字段。当前页面继续保留真实 API 读取路径,同时新增 empty / error demo 状态壳,用来完成模块一的前端稳定化测试。
Registry Status
Profiles registry keeps the reusable Autofill data boundary stable
The default path now reads and writes through the shared registry client. Profiles are D1-first by default, while the demo states still let us keep empty and error shells stable during the Module 3 registry rollout.
Profiles
0
Current use
Feed reusable company data into the Autofill node without rewriting the workflow shell every time the source changes.
Next backend slice
Targets own the next registry slice. Target schema versioning and shared selector persistence are next.
Profiles state
No reusable profiles are attached yet
This empty-state demo models the registry before the first reusable company profile is available for Autofill.
The page still needs to explain the role of reusable profile data before D1-backed records and edit forms arrive.
Current check
Profiles now verifies the real control plane through a shared client, and this slice adds the minimum edit loop needed to prove list, detail, create, and update against the D1-first registry boundary. Empty and error shells still stay available for regression checks.