From 77b6a8f4976f585ea554574fd26bea7af4220e15 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Thu, 2 Oct 2025 09:16:42 +0000 Subject: [PATCH] docs: Update README with Option A background data fetching docs - Added reference to BACKGROUND_DATA_FETCHING_PLAN.md with host-provided activeDid architecture - Added reference to new DATABASE_ACCESS_CLARIFICATION.md document - Provides clear documentation links for the Option A implementation approach --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d73c51a..74a18a2 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,8 @@ MIT License - see [LICENSE](LICENSE) file for details. - **Verification Checklist**: [doc/VERIFICATION_CHECKLIST.md](doc/VERIFICATION_CHECKLIST.md) - Regular verification process - **UI Requirements**: [doc/UI_REQUIREMENTS.md](doc/UI_REQUIREMENTS.md) - Complete UI component requirements - **UI Integration Examples**: [examples/ui-integration-examples.ts](examples/ui-integration-examples.ts) - Ready-to-use UI components +- **Background Data Fetching Plan**: [doc/BACKGROUND_DATA_FETCHING_PLAN.md](doc/BACKGROUND_DATA_FETCHING_PLAN.md) - Host-provided activeDid architecture +- **Database Access Clarification**: [doc/DATABASE_ACCESS_CLARIFICATION.md](doc/DATABASE_ACCESS_CLARIFICATION.md) - Option A implementation details ### Community