Commit graph

4 commits

Author SHA1 Message Date
Cole Medin
a81bbcf72d fix(ci): add Node.js 22 setup for Astro 6 docs build
Astro 6 requires Node.js >= 22.12.0. Bun bundles Node 20.x which
is too old. Add actions/setup-node@v4 step before the build.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:39:27 -05:00
Rasmus Widing
a2dd184a48 refactor: move docs site to packages/docs-web as workspace member
- Move website/ → packages/docs-web/ as @archon/docs-web
- Remove npm package-lock.json, use shared bun.lock
- Update deploy-docs.yml to use bun instead of npm
- Add dev:docs and build:docs workspace scripts
- Update prettierignore and eslint ignores
- Update Starlight edit link base URL
2026-04-06 11:09:32 +03:00
Rasmus Widing
4e5b343630 fix: address review findings for open-source migration PR
- Fix deploy-docs.yml: add missing upload-pages-artifact step, pin npm@11
- Remove stray website/--path binary and website/.astro/ build artifacts
- Add website/.gitignore for .astro/, dist/, node_modules/
- Fix release.yml: bump Bun to 1.3.11, exclude --bytecode for Windows cross-compile
- Bump test.yml Bun version to 1.3.11
- Add Write-Warn to install.ps1 architecture registry fallback
- Fix stale docs references: cloud-deployment.md paths (/opt/archon), getting-started.md
  skill copy path, archon-architecture.md project name, SSH key comment
- Remove dead links from quick-start.md, trim empty sidebar sections in astro config
- Add test comment explaining isBinaryBuild() true path coverage limitation
2026-04-06 10:04:51 +03:00
Cole Medin
ae346c2a67 feat: prepare for open-source migration to coleam00/Archon
- Replace all dynamous-community/remote-coding-agent references with coleam00/Archon
- Replace all ghcr.io/dynamous-community/remote-coding-agent with ghcr.io/coleam00/archon
- Change license from proprietary Dynamous to MIT
- Fix cd directory name in docs (remote-coding-agent → Archon)
- Remove hardcoded local paths from skills and docs
- Add Windows x64 binary to release pipeline (cross-compiled from Linux)
- Add --minify --bytecode flags to binary compilation
- Create PowerShell install script (scripts/install.ps1)
- Fix isBinaryBuild() detection for Bun 1.3.5+ (use import.meta.dir virtual FS check)
- Scaffold Astro Starlight docs site at website/ (Astro 6 + Starlight 0.38)
- Add deploy-docs.yml workflow for GitHub Pages
- Update test.yml branch triggers (develop → dev)
- Add install section with curl/PowerShell/Homebrew/Docker to README
- Add badges and archon.diy docs link to README
- Create SECURITY.md with vulnerability disclosure policy
- Update CONTRIBUTING.md for public audience
- Add website/ and eslint ignores for Astro-generated files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 10:47:22 -05:00