Commit Graph

14 Commits

Author SHA1 Message Date
f5227569b1 feat(skill): Update add_installer skill 2026-06-27 08:09:46 +05:30
15d3a1a59d feat: Support for drop-in completions
`shell_config.sh` has support for tool completions using the
`write_completion_snippet` and `write_alias_snippet`
2026-06-27 07:58:10 +05:30
7fe9ac913b refactor: bashrc is always sourced after tool install automatically
- Added source_bashrc funciton in shell_confi.sh
- Removed bashrc source commands from installer scripts
- Updated skill instructions
2026-06-25 09:53:03 +05:30
02d3c9241c feat: Resumable Download Helper and Manifest Preservation
- Route downloads through local cache directory
- Automatically resume interrupted downloads from the byte offset
- `setup_uninstaller_context` checks if a fail had happened. If yes then
  CLI preserves existing manifest instead of wiping it.
- Interruption Signal Traps and Prompts
2026-06-24 23:29:12 +05:30
c5e11891a8 feat(skills): Add Installer to use rollback and savepoint hooks 2026-06-24 22:26:21 +05:30
a56bee0b9c refactor: remove bootstrap spaghetti from installers 2026-06-22 09:11:39 +05:30
f9ed59786f feat: Automate versioning workflow with release script and semantic rules 2026-06-21 14:38:59 +05:30
b8862b925e refactor: Remove wget fallbacks 2026-06-21 12:54:45 +05:30
004946f4b2 feat: Add uv 2026-06-20 22:15:09 +05:30
fce177a0df refactor: Improve project scaffolding 2026-06-20 19:33:52 +05:30
e658d6d375 feat: Dynamic package registry 2026-06-20 19:05:20 +05:30
bad324a5cd feat: Added command 2026-06-20 18:40:57 +05:30
6415d1d65f remove zsh support 2026-06-20 13:54:39 +05:30
0d4a1cb3d0 feat: Added pnpm support 2026-06-20 11:02:12 +05:30