- outline_sync.py: write compare results to /tmp/compare_results.json
with full doc maps for parent-chain lookup during copy operations
- webui.py: /review page with remote-only, local-only, conflict tables;
/review/content endpoint to fetch doc text from either instance;
/review/apply endpoint for copy_to_local, copy_to_remote, keep_remote,
keep_local, skip actions; "Compare Instances" button on dashboard;
"Review Differences" link shown after compare completes
- entrypoint.sh: include local block in generated settings.json
- docker-compose.yml: pass LOCAL_OUTLINE_URL/TOKEN/HOST env vars
- deploy.yml: write LOCAL_* secrets to .env file
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Prevents output from a previous run bleeding into the next panel when
two sync operations are triggered in quick succession.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add /compare POST endpoint that runs the two-instance diff
- Add "Compare Instances" button to the dashboard
- Fix double "Done." output: the summary line was logged both as a
regular log event and as the done event message
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds GET /files/download endpoint that streams all vault files (excl.
.git) as a deflate-compressed vault.zip. Adds Download All button to
the /files page header. Also adds FILES_VIEWER_PRD.md planning doc.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Dockerfile: ARG/ENV APP_VERSION, copies VERSION file
- compose: passes build arg, removes runtime env var
- webui: reads VERSION file as fallback if env not set
- deploy: explicit build step with --build-arg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add VERSION file (starts at 0.1.0)
- Deploy workflow bumps patch on every push, commits back [skip ci]
- APP_VERSION passed into container via env
- Version shown in page header next to title
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove auto-reload after job completion
- Re-enable button and refresh stats in-place via /status fetch
- Increase log panel max-height to 600px, add resize:vertical
- Add IDs to stat cells for targeted DOM updates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>