4730901958
* Fix Skill storage provider routing Honor the provider persisted with each Skill version for read and delete operations while keeping nacos_config as the legacy fallback. Assisted-by: Claude Code * Add global AI storage provider selection Keep resource-specific provider properties as compatibility overrides and clarify optional storage builder discovery. Assisted-by: Claude Code * Keep AI resource storage routing stable Use each persisted version provider for reads, draft replacements, and deletes, and skip existing Prompt versions before migration writes. Assisted-by: Claude Code * test: align AgentSpec concurrent save reflection Pass the persisted storage provider argument when invoking the concurrent AgentSpec save helper from tests. Assisted-by: Claude Code * test: complete Prompt storage descriptor fixture Include the persisted file list required by the strict storage cleanup path after rebasing the provider routing changes. Assisted-by: Claude Code