Files
hermes-workspace/.gitignore
Eric 4f177f9b8d feat(tasks): unify Workspace task board with Hermes Kanban backend (#311) (#348)
* wip(hermesworld): viral sprint checkpoint - landing rebuild + character pipeline scaffold

- standalone /hermes-world and /world routes bypass workspace shell
- root overlay leaks gated for landing + game surfaces
- character pipeline scaffolding (player/npc/glb-body components)
- canonical asset path public/assets/hermesworld/characters/
- docs: landing-page-spec, graphics-usability-plan, agora-believable-checklist, master-roadmap
- handoff at memory/goals/2026-05-05-hermesworld-viral-sprint/handoff.md

Local-only checkpoint. Not for upstream yet.

* feat(playground): persistent admin mode toggle with shield button

- Admin mode now persists via localStorage (key: hermes-playground-admin)
- Shield icon button in HUD (right rail, below focus toggle, md+)
- Click toggles admin panel and saves preference
- ?admin=1 URL param still works as override
- gitignore swarm worker scratch dirs

Mission: memory/swarm/missions/2026-05-05-pr-triage.md (5 swarm lanes dispatched on 19 open PRs, no-merge contract)

* feat(landing): add Play Now CTAs to HermesWorld landing

- Hero: Play Now (primary, gold), View on GitHub (demoted), Read Roadmap
- Header nav: Play badge (highlighted gold)
- Final CTA: Play Now (primary), GitHub + Roadmap (secondary)

All Play buttons go to /playground which mounts the title screen
(username + character customizer + Enter). Sets up the public-URL
deploy: hermes-world.ai → / serves landing → click Play → /playground.

* fix(tasks): use shared kanban backend

---------

Co-authored-by: Aurora release bot <release@outsourc-e.com>
2026-05-05 16:46:24 -04:00

149 lines
2.2 KiB
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
dist
dist-ssr
build
.output
.vinxi
.nitro
.tanstack
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor directories
.vscode/*
!.vscode/extensions.json
.idea
*.swp
*.swo
*~
# Testing
coverage
.nyc_output
# Temporary files
*.tmp
*.temp
.cache
.parcel-cache
# Tauri
src-tauri/target
src-tauri/WixTools
# Local state
count.txt
todos.json
releases/
# Wrangler (Cloudflare Workers)
.wrangler
# Internal documentation (not for public repo)
SHIP-REPORT.md
CURRENT-STATUS.md
BUG-REPORT.md
LINT-FIX-TASK.md
docs/OVERNIGHT-SHIP-REPORT.md
docs/RELEASE-SETUP.md
docs/PHASE-3-ACTION-PLAN.md
docs/TAURI-PACKAGING-PLAN.md
**/INTERNAL-*.md
# Local development files
.env.development.local
.env.test.local
.env.production.local
# Diagnostic exports
diagnostics-*.json
debug-export-*.txt
# Terminal session state
.terminal-sessions
# Keep these files
!.github/workflows
tmp/
# Task data (local persistence)
data/
dist/
research/
BROWSER-RESEARCH.md
CHAT-TEST-REPORT.md
DEVELOPMENT-STATUS.md
FEATURE-AUDIT.md
PHASE_5_REVIEW.md
PR_SUMMARY_4.3.md
RELEASE_NOTES_v2.1.2.md
COMPETITOR-ANALYSIS.md
SECURITY-AUDIT.md
docs/PHASE-*
docs/DASHBOARD_FINALIZATION_PLAN.md
docs/MODEL_SWITCHER_AUDIT.md
docs/MODEL_SWITCHER_TESTPLAN.md
docs/OVERNIGHT-SHIP-REPORT.md
docs/QA/
docs/security/
SIDEBAR-SPEC.md
SPEC-*.md
docs/BETA_*.md
docs/DEBUG_CONSOLE.md
docs/EMBEDDINGS-*.md
docs/MODEL_SWITCHER_ROOT_CAUSE.md
docs/POST-MERGE-PROTOCOL.md
docs/TESTER_INSTRUCTIONS.md
docs/RELEASE_CHECKLIST.md
docs/DASHBOARD_QA.md
docs/ACTIVITY_LOGS.md
docs/BROWSER-STRATEGY.md
docs/CHAT-OPTIMIZATION.md
docs/DASHBOARD_*.md
docs/NAVIGATION_ARCHITECTURE.md
docs/ONBOARDING-SPEC.md
docs/USAGE_AND_COST.md
docs/WIDGET_ADD_REMOVE.md
docs/MODEL_SWITCHER_SPEC.md
docs/PROVIDER_WIZARD.md
docs/0*
docs/1*
docs/INDEX.md
docs/PHASE_*
docs/specs/
release/
__pycache__/
.env.docker
.env.bak
.runtime/
workspace-final-markdown-review.md
# Local sibling projects (do not ship)
skills-bundle/
# Local agent artifacts (audit dumps, temporary playwright scripts)
.hermes/
.env.bak-*
pr-triage-20260505-*/