b6fa2f0
07:31 ET
Web upgrade
Moved the web workspace to Next.js 16
apps/web/package.json and both lockfiles were updated in commit b6fa2f0.
apps/web/next-env.d.ts and apps/web/app/terminal.tsx were adjusted as part of the same upgrade commit.
- The earlier commit
8173b05 used the upgrade title but only changed AGENTS.md and AGENTS server.md, so the code-facing upgrade evidence comes from b6fa2f0.
apps/web/package.json
apps/web/app/terminal.tsx
bun.lock
82fd29f
07:40 ET
Repo docs
Refreshed repo documentation and turn-doc rules
README.md was substantially rewritten in 82fd29f to reflect the current project state.
AGENTS.md and the turn-doc guidance were clarified in a790a28 and documented in cb2de93.
README.md
AGENTS.md
docs/turns/2026-05-19-0805-clarify-repo-turn-doc-rules.html
4bacf2c
14:59 ET
Publishing
Added a generated docs index and GitHub Pages workflow
.github/workflows/docs-pages.yml was added to publish docs content.
scripts/generate-docs-index.mjs and the generated docs/index.html landed in the same commit.
- Two daily-summary commits,
75ff4f4 and 276d489, added then regenerated the prior standup HTML after a merge.
.github/workflows/docs-pages.yml
scripts/generate-docs-index.mjs
docs/index.html
4b8eaae
19:28 ET
Native deploy
Tightened native deploy and recovery documentation
deployment/native/systemd/user/islandflow-ingest-options.service was simplified in 4b8eaae.
scripts/deploy.ts picked up SSH-assumption fixes in e70835e.
- Supporting deployment docs were added in
docs/turns/2026-05-19-native-options-recovery-guardrails.html and docs/turns/2026-05-19-harden-native-ssh-deploy-checks.html.
scripts/deploy.ts
deployment/native/README.md
deployment/native/systemd/user/islandflow-ingest-options.service
7d25608
19:57 ET
News ingest
Wired Alpaca news into config, native services, and API persistence
packages/config/src/alpaca.ts, packages/config/src/index.ts, and packages/config/tests/alpaca.test.ts were added in 7d25608.
deployment/native/systemd/user/islandflow-ingest-news.service was introduced so the native install path includes the news worker.
services/ingest-news/src/index.ts was updated in both 7d25608 and 93b9152, and services/api/src/index.ts was updated in 93b9152 to persist stories and request article content.
packages/config/src/alpaca.ts
services/ingest-news/src/index.ts
services/api/src/index.ts