Commit Graph

13 Commits

Author SHA1 Message Date
Allegro (Burn Mode)
d6eed4b918 docs: review pass on Burn Mode Operations Manual
Some checks are pending
CI / validate (pull_request) Waiting to run
Improvements:
- Add crash recovery guidance (2.7)
- Add multi-cycle task tracking tip (4.5)
- Add conscience boundary rule — burn mode never overrides SOUL.md (4.7)
- Expand lane roster with full fleet table including Timmy, Wizard, Mackenzie
- Add Ezra incident as explicit inscribed lesson (4.2)
- Add two new failure modes: crash mid-cycle, losing track across cycles
- Convert cron example from pseudocode to labeled YAML block
- General formatting and clarity improvements
2026-04-05 20:59:33 +00:00
5f23906a93 docs: Burn Mode Operations Manual — fleet-wide adoption (#839)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Allegro <allegro@hermes.local>
Co-committed-by: Allegro <allegro@hermes.local>
2026-04-05 20:49:40 +00:00
1f0540127a docs: update canonical index with fleet context module (#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 17:33:00 +00:00
Ezra
3158d91786 docs: canonical Deep Dive index with test proof
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
- Adds docs/CANONICAL_INDEX_DEEPDIVE.md declaring intelligence/deepdive/ authoritative
- Records 9/9 pytest passing as hard proof
- Maps legacy paths in bin/, docs/, scaffold/, config/
- Ezra burn mode artifact for #830 continuity
2026-04-05 17:12:12 +00:00
30b9438749 [EZRA BURN-MODE] Deep Dive architecture decomposition (the-nexus#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:58:25 +00:00
781c84e74b Add TTS integration proof for Deep Dive (#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Phase 4 implementation: Piper (sovereign) + ElevenLabs (cloud)
with hybrid fallback architecture. Includes working Python code,
voice selection guide, testing commands.

Burn mode artifact by Ezra.
2026-04-05 08:31:33 +00:00
7ac9c63ff9 [DEEP-DIVE] Automated intelligence briefing scaffold — supports #830
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 07:42:18 +00:00
90c4768d83 [ezra] Deep Dive quick start guide (#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 05:19:04 +00:00
899e48c1c1 [ezra] Add execution runbook for Deep Dive pipeline #830
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 03:45:08 +00:00
8ba0bdd2f6 [ezra] Deep Dive scaffold #830: DEEPSDIVE_ARCHITECTURE.md
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 01:51:01 +00:00
43fb9cc582 [claude] Add FLEET_VOCABULARY.md — fleet shared language reference (#815) (#829)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-04-04 19:44:49 +00:00
Allegro (Burn Mode)
29e64ef01f feat: Complete Bannerlord MCP Harness implementation (Issue #722)
Some checks failed
Deploy Nexus / deploy (push) Failing after 4s
Implements the Hermes observation/control path for local Bannerlord per GamePortal Protocol.

## New Components

- nexus/bannerlord_harness.py (874 lines)
  - MCPClient for JSON-RPC communication with MCP servers
  - capture_state() → GameState with visual + Steam context
  - execute_action() → ActionResult for all input types
  - observe-decide-act loop with telemetry through Hermes WS
  - Bannerlord-specific actions (inventory, party, save/load)
  - Mock mode for testing without game running

- mcp_servers/desktop_control_server.py (14KB)
  - 13 desktop automation tools via pyautogui
  - Screenshot, mouse, keyboard control
  - Headless environment support

- mcp_servers/steam_info_server.py (18KB)
  - 6 Steam Web API tools
  - Mock mode without API key, live mode with STEAM_API_KEY

- tests/test_bannerlord_harness.py (37 tests, all passing)
  - GameState/ActionResult validation
  - Mock mode action tests
  - ODA loop tests
  - GamePortal Protocol compliance tests

- docs/BANNERLORD_HARNESS_PROOF.md
  - Architecture documentation
  - Proof of ODA loop execution
  - Telemetry flow diagrams

- examples/harness_demo.py
  - Runnable demo showing full ODA loop

## Updates

- portals.json: Bannerlord metadata per GAMEPORTAL_PROTOCOL.md
  - status: active, portal_type: game-world
  - app_id: 261550, window_title: 'Mount & Blade II: Bannerlord'
  - telemetry_source: hermes-harness:bannerlord

## Verification

pytest tests/test_bannerlord_harness.py -v
37 passed, 2 skipped, 11 warnings

Closes #722
2026-03-31 04:53:29 +00:00
Alexander Whitestone
f4dd5a0d17 feat: add Google AI Ultra integration plan
Some checks failed
CI / validate (pull_request) Failing after 6s
Refs #739

Master tracking document for integrating all Google AI Ultra products into
Project Timmy and The Nexus. Covers 10 products across 5 phases:

Phase 1: Identity & Branding (#740, #741, #742, #680)
Phase 2: Research & Planning (#743, #744, #745, #746)
Phase 3: Prototype & Build (#747, #748, #749, #750, #681)
Phase 4: Media & Content (#682, #751, #752, #753)
Phase 5: Advanced Integration (#754-#762)

Includes API quick reference, key URLs, and hidden feature inventory.
2026-03-29 21:58:16 -04:00