- Add skill-adapter.ts to bridge configStore and UI skill formats
- Refactor SkillMarket to use new skill-adapter instead of skill-discovery
- Add health check state to connectionStore
- Update multiple components with improved typing
- Clean up test artifacts and add new test results
- Update README and add skill-market-mvp plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create docs/README.md as documentation index
- Add WORK_SUMMARY_2026-03-16.md for today's work
- Move test reports to docs/test-reports/
- Move completed plans to docs/archive/completed-plans/
- Move research reports to docs/archive/research-reports/
- Move technical reference to docs/knowledge-base/
- Move all plans from root plans/ to docs/plans/
New structure:
docs/
├── README.md # Documentation index
├── DEVELOPMENT.md # Development guide
├── OPENVIKING_INTEGRATION.md # OpenViking integration
├── USER_MANUAL.md # User manual
├── ZCLAW_AGENT_INTELLIGENCE_EVOLUTION.md
├── archive/ # Archived documents
├── knowledge-base/ # Technical knowledge
├── plans/ # Execution plans
└── test-reports/ # Test reports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>