- Change WikiPage from custom fields to wrapper struct { *MyWikiPage }
- Change WikiPageList from []*WikiPage to []*MyWikiPageMetaData
- Move base64 decoding logic to ToMarkdown methods in types package
- Update tools to use wrapper types directly and call ToMarkdown()
- Eliminate duplicate format conversion code across wiki tools
- Update tests to match new wrapper type structure
- All tests passing with maintained output format
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| crud.go | ||
| doc.go | ||
| list.go | ||