Commit Graph

8 Commits

Author SHA1 Message Date
wbtiger adc9213254 docs: add --owner/--repo to all README examples
Commands like issue +create, pr +view, release +create were missing
--owner/--repo flags in examples, causing errors when run outside a
git repository directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 14:23:19 +08:00
wbtiger 8442ed6d8e docs: document both login methods (password & token)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 13:16:24 +08:00
wbtiger 5975c0759c feat: add gitlink-cli-install-skills command for cross-platform skills installation
- New bin/install-skills.js: resolves local skills path automatically
- Users just run `gitlink-cli-install-skills` on any platform
- No more bash-specific $(npm root -g) syntax that breaks on Windows
- Update README installation docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:27:22 +08:00
wbtiger 342badbdd2 feat: add Windows (x64/arm64) support
- Add windows/amd64 and windows/arm64 to build targets with .zip packaging
- Update npm install.js: win32 platform detection, .exe binary, PowerShell zip extraction
- Update npm cli.js wrapper to append .exe on Windows
- Fix credential path to use filepath.Join for cross-platform compatibility
- Update README with Windows support docs and FAQ

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 10:52:56 +08:00
wbtiger 0d0f79f3e7 Update README.md 2026-04-03 11:03:39 +08:00
Your GitHub Username 3c2e8f0580 feat: include skills in npm package, update README with AI Agent quick start
- Bundle skills/ directory into npm package for local installation
- Add npx skills add instructions for both human users and AI agents
- Update README installation section to match larksuite/cli style
- Bump npm version to 0.1.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 23:06:06 +08:00
Your GitHub Username 381a32a49f feat: add npm distribution support (@gitlink-ai/cli)
- Add npm package structure (package.json, install script, bin wrapper)
- Add cross-platform build script (darwin/linux × amd64/arm64)
- Add local pack script for embedding binary in npm package
- Update README with larksuite/cli-style installation docs
- Published as @gitlink-ai/cli@0.1.0 on npmjs.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 22:57:37 +08:00
Your GitHub Username bd2d8b52d6 initial commit: gitlink-cli project 2026-04-02 16:50:00 +08:00