Commit 10dff5a
Phase 5 deployment hygiene — Dockerfile, demo discovery, first 3 screenshots
Substrate fixes surfaced by actually deploying the v3.4 stack in demo
mode for screenshot capture. None of the Phase 5 sub-agents ran the
deployment; these are real release-prep gaps the test suite + npm
audit didn't catch.
- Dockerfile: COPY VERSION (was missing — /health reported 0.0.0)
+ COPY demo/ (was missing — demo mode had no content to discover).
- docker-compose.yml: pass RAGBOT_DEMO + RAGBOT_SCHEDULER from host
env into the api container so `RAGBOT_DEMO=1 docker compose up -d`
actually enables demo mode (was previously a no-op).
- web/Dockerfile: bumped node:20-alpine → node:22-alpine + installs
npm@11 explicitly. The lockfile generated by the host's npm 11.6
(Agent B's Dependabot pin-bumps) couldn't be validated by the
container's bundled npm 10.8 — `Missing: @emnapi/...` errors.
- src/ragbot/_demo_registration.py: demo skill-roots filter no longer
excludes the bundled starter pack. The original filter was
over-aggressive: it isolated USER skills correctly but also hid the
six universal starter-pack skills that ship with v3.4. Fixed
filter returns [starter_pack_root, demo/skills/] so demo evaluators
see the realistic skill surface a new install presents.
- docs/screenshots/keyboard-shortcuts-overlay.png + mcp-settings.png +
skills-panel.png: real 1440x900 captures via Playwright against the
v3.4.0 demo deployment. Replace the 1x1 placeholder PNGs Agent C
staged. The remaining 4 captures are still in flight (one of them
surfaced a real policy-API bug being fixed next).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4b593ba commit 10dff5a
8 files changed
Lines changed: 90 additions & 29 deletions
File tree
- docs/screenshots
- src/ragbot
- web
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
66 | 81 | | |
67 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments