Commit Graph

6 Commits

Author SHA1 Message Date
5d6e7bbe56 Bump version to 1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.1.0
2026-03-14 17:44:23 +03:00
0ad43a6981 Add self-update command and fix hash mismatch after pull
- kisync update: show available releases from Gitea
- kisync update --apply: download and replace exe in-place
- Background update check after every command (non-blocking)
- Fix: compute hash from disk-read object (not server object) to prevent
  false "modified" status after pull due to line-ending differences

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 17:41:35 +03:00
9f041c2d3d Add CONTEXT.md generation on kisync init
Creates a comprehensive context file for AI assistants (Claude Code, Codex)
that explains the project structure, script execution model, execQuery usage,
query file naming conventions, and available sandbox globals.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 17:08:08 +03:00
302c7ab9f5 Add self-downloading installer and README
- install.bat downloads exe from Gitea release or uses local copy
- Adds to user PATH automatically
- README with full usage guide, file structure, conflict resolution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:36:09 +03:00
f899eeb4ef Add exe packaging and install.bat
- esbuild bundle + @yao-pkg/pkg for standalone Windows exe
- install.bat copies to %LOCALAPPDATA%\kisync and adds to user PATH
- npm run package to build release/kisync.exe

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.0.0
2026-03-14 16:30:49 +03:00
4c54bfff26 Initial commit: kisync CLI client for KIS API Builder
CLI tool for syncing local folders with KIS API Builder server.
Commands: init, pull, push, status with conflict detection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:19:48 +03:00