gitlink-cli/shortcuts/wiki
赵昌 667f28a618 refactor: reimplement wiki commands using Git operations
Replace REST API-based wiki implementation with direct Git operations
on the wiki repository (https://gitlink.org.cn/{owner}/{repo}.wiki.git).
This fixes wiki management which was broken due to REST API limitations.

List and view work without authentication (public repo).
Create, update, delete require a Personal Access Token for Git push.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-01 11:53:32 +08:00
..
testdata feat: add wiki shortcut commands (list/view/create/update/delete) 2026-06-01 11:08:58 +08:00
wiki.go refactor: reimplement wiki commands using Git operations 2026-06-01 11:53:32 +08:00
wiki_test.go refactor: reimplement wiki commands using Git operations 2026-06-01 11:53:32 +08:00