Jason Woltje
7316870c81
feat: add Windows PowerShell support and remote install one-liners
...
- remote-install.sh: POSIX one-liner (curl | sh), downloads archive to tmpdir
- remote-install.ps1: Windows one-liner (irm | iex), fully native PowerShell
- install.ps1: Native Windows installer calling all .ps1 post-install scripts
- bin/mosaic-link-runtime-assets.ps1: Syncs runtime config files
- bin/mosaic-sync-skills.ps1: Clones skills, links via directory junctions
- bin/mosaic-migrate-local-skills.ps1: Migrates local skills to junctions
- bin/mosaic-doctor.ps1: Health audit for Windows environments
Directory junctions used instead of symlinks (no elevation required).
All junction operations fall back to file copy on failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-19 11:49:36 -06:00
Jason Woltje
449e47bedc
add central multi-repo project orchestration command
2026-02-17 14:50:02 -06:00
Jason Woltje
0ff39bcee4
add drain-mode orchestration and docs/tasks sync for codex-opencode
2026-02-17 14:41:47 -06:00
Jason Woltje
c7f363b2d2
migrate mosaic home to xdg config path
2026-02-17 14:12:02 -06:00
Jason Woltje
e16ff8af70
add opencode runtime adapter and matrix fallback orchestration guidance
2026-02-17 14:05:39 -06:00
Jason Woltje
014654972c
add single-command orchestrator matrix cycle
2026-02-17 13:56:59 -06:00
Jason Woltje
d7d5415bce
add matrix publish/consume transport for orchestrator rail
2026-02-17 13:35:25 -06:00
Jason Woltje
4c7c314aac
ignore python bytecode in orchestrator controller
2026-02-17 13:32:01 -06:00
Jason Woltje
a2062a8d49
remove accidental pycache artifact from orchestrator rail
2026-02-17 13:31:53 -06:00
Jason Woltje
caaa0e6a46
add matrix orchestrator rail and repo scaffolding
2026-02-17 13:31:29 -06:00
Jason Woltje
e1c1ce2856
integrate generalized quality-rails into mosaic bootstrap
2026-02-17 13:16:01 -06:00
Jason Woltje
5ac015b177
audit and remediate mosaic framework path inconsistencies
2026-02-17 13:08:55 -06:00
Jason Woltje
4d6a78a277
skip session-start pull on dirty working trees
2026-02-17 12:43:07 -06:00
Jason Woltje
a146aa0709
drop claude symlink trees for migrated assets
2026-02-17 12:20:33 -06:00
Jason Woltje
947d4e808d
add runtime empty-directory cleanup command
2026-02-17 12:12:58 -06:00
Jason Woltje
db2ec9524f
generalize runtime ownership with doctor and local skill migration
2026-02-17 12:10:06 -06:00
Jason Woltje
967c9c462b
add safe prune command for migrated runtime backups
2026-02-17 12:00:39 -06:00
Jason Woltje
adef51d852
add cicd rail and link generate-docker-steps via mosaic
2026-02-17 11:59:11 -06:00
Jason Woltje
33bbf60bad
generalize presets into mosaic profiles with runtime overlays
2026-02-17 11:46:12 -06:00
Jason Woltje
4eac2c76e6
centralize guides and rails under mosaic with runtime compatibility links
2026-02-17 11:39:52 -06:00
Jason Woltje
a1c2efef1c
fix: harden skill linking to avoid canonical path corruption
2026-02-17 11:07:03 -06:00
Jason Woltje
bf911e4042
feat: add universal skill sync and runtime linking
2026-02-17 10:56:48 -06:00
Jason Woltje
a658550ba1
feat: add slave upgrade utility with dry-run default
2026-02-17 10:51:44 -06:00
Jason Woltje
a7ceeb0bbb
feat: initial mosaic bootstrap framework
2026-02-17 10:41:09 -06:00