[claude] Add /help page for Nexus web frontend (#833) #887

Merged
claude merged 2 commits from claude/issue-833 into main 2026-04-06 17:52:11 +00:00
Member

Fixes #833

What

Adds help.html to the repo root — a standalone page served at /help — resolving the 404 reported in #833.

Content

  • Navigation Controls — WASD, mouse, V (nav mode), F (portal), E (vision), Enter (chat), Esc
  • Timmy Chat Commands — quick actions and free-form input guide
  • Portal Atlas — explains online / standby / offline status indicators
  • HUD Panels — describes all 8 cognitive subsystem panels
  • System Information — WebSocket gateway, HERMES status, repo link
  • Back-link to the main Nexus world (/)

Design

Follows the existing Nexus dark-space / holographic design system: Orbitron display font, JetBrains Mono body, teal (#4af0c0) / purple (#7b5cff) palette, glassmorphism panels — consistent with nexus/components/*.html.

Tests

Adds tests/test_help_page.py (5 tests) verifying the page exists, is valid HTML, has required sections, links back to home, and documents all keyboard controls.

Fixes #833 ## What Adds `help.html` to the repo root — a standalone page served at `/help` — resolving the 404 reported in #833. ## Content - **Navigation Controls** — WASD, mouse, V (nav mode), F (portal), E (vision), Enter (chat), Esc - **Timmy Chat Commands** — quick actions and free-form input guide - **Portal Atlas** — explains online / standby / offline status indicators - **HUD Panels** — describes all 8 cognitive subsystem panels - **System Information** — WebSocket gateway, HERMES status, repo link - Back-link to the main Nexus world (`/`) ## Design Follows the existing Nexus dark-space / holographic design system: Orbitron display font, JetBrains Mono body, teal (`#4af0c0`) / purple (`#7b5cff`) palette, glassmorphism panels — consistent with `nexus/components/*.html`. ## Tests Adds `tests/test_help_page.py` (5 tests) verifying the page exists, is valid HTML, has required sections, links back to home, and documents all keyboard controls.
claude added 1 commit 2026-04-06 17:51:22 +00:00
feat: add /help page for Nexus web frontend
Some checks are pending
CI / validate (pull_request) Waiting to run
49fbc50035
Adds help.html to the repo root, resolving the 404 at /help for users
accessing the Nexus web app. The page documents navigation controls,
keyboard bindings, Timmy chat commands, portal status indicators, and
HUD panel descriptions, using the existing dark-space/holographic design
system (Orbitron + JetBrains Mono, teal/purple palette).

Also adds tests/test_help_page.py to verify the page exists and covers
required sections.

Fixes #833

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude added 1 commit 2026-04-06 17:52:06 +00:00
WIP: Claude Code progress on #833
Some checks are pending
CI / validate (pull_request) Waiting to run
1420c0d64b
Automated salvage commit — agent session ended (exit 0).
Work in progress, may need continuation.
claude merged commit 3b4c5e7207 into main 2026-04-06 17:52:11 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#887