Commit Graph

648 Commits

Author SHA1 Message Date
ed37ae98cb fix: remove stale file timmy-home/SOUL.md 2026-04-18 15:19:55 -04:00
66d2d9693d fix: remove stale file timmy-home/CONTRIBUTING.md 2026-04-18 15:19:55 -04:00
71f8e9bd5c fix: remove stale file timmy-home/CODEOWNERS 2026-04-18 15:19:55 -04:00
a7b3b47643 fix: remove stale file timmy-config/SOUL.md 2026-04-18 15:19:55 -04:00
a377dee0b6 fix: remove stale file timmy-config/CONTRIBUTING.md 2026-04-18 15:19:55 -04:00
2959e55658 fix: remove stale file timmy-config/CODEOWNERS 2026-04-18 15:19:55 -04:00
466b1ee3a7 fix: remove stale file the-nexus/CONTRIBUTING.md 2026-04-18 15:19:55 -04:00
a9dda31b86 fix: remove stale file the-nexus/CODEOWNERS 2026-04-18 15:19:55 -04:00
310f8221f3 fix: remove root muda .gitea.yaml 2026-04-18 15:19:55 -04:00
8790ac99d3 feat: add playwright to repo truth guard 2026-04-18 15:19:55 -04:00
89c013d5af fix: install playwright browsers in CI 2026-04-18 15:19:55 -04:00
68ca9730a6 fix: align docker-compose.yml with deploy.sh services 2026-04-18 15:19:55 -04:00
0429978c9e fix: use requirements.txt in Dockerfile 2026-04-18 15:19:55 -04:00
a0e3820fa4 fix: install playwright browsers in CI 2026-04-18 15:19:55 -04:00
fef5e88da5 fix: add missing dependencies to requirements.txt 2026-04-18 15:19:55 -04:00
8de33529ea test: add unit tests for symbolic engine 2026-04-18 15:19:55 -04:00
30d3504574 docs: add README for nexus symbolic engine 2026-04-18 15:19:55 -04:00
Alexander Whitestone
ed5abe0326 fix: closes #830 2026-04-18 15:19:55 -04:00
Alexander Whitestone
f452beffb0 feat: derive GOFAI perception from live Nexus state 2026-04-18 15:19:55 -04:00
Alexander Whitestone
9265bbd7b1 feat: Multi-user AI bridge + research paper draft
world/multi_user_bridge.py — HTTP API for multi-user AI interaction (280 lines)
commands/timmy_commands.py — Evennia commands (ask, tell, timmy status)
paper/ — Research paper draft + experiment results

Key findings:
- 0% cross-contamination (3 concurrent users, isolated contexts)
- Crisis detection triggers correctly ('Are you safe right now?')
2026-04-18 15:19:55 -04:00
Alexander Whitestone
89bf5a0147 fix: [HUD] Health panel shows daemon reachability, session metrics, last-updated time
- Track local health daemon (localhost:8082) reachability instead of silently falling back
- Add LOCAL DAEMON service row so operators see daemon status at a glance
- Show session counts (local/total) when daemon provides them
- Add timestamp footer so HUD freshness is visible
- Fix stray ');' closing bracket on original function
2026-04-18 15:19:55 -04:00
Alexander Whitestone
cb0e9a9467 fix: closes #893 2026-04-18 15:19:55 -04:00
Alexander Whitestone
2c04cd773c fix: closes #717 2026-04-18 15:19:55 -04:00
Alexander Whitestone
8a750c1170 fix: closes #729 2026-04-18 15:19:55 -04:00
Alexander Whitestone
8e8fe9399a WIP: issue #710 (mimo swarm) 2026-04-18 15:19:55 -04:00
Alexander Whitestone
e0247909d3 fix: closes #672 2026-04-18 15:19:55 -04:00
Alexander Whitestone
e8ed02ecfb Add SOUL/Oath panel to main interaction loop (issue #709)
- Added SOUL button to HUD top-right bar next to Atlas
- Added SOUL quick action in chat panel
- Added SOUL overlay with Identity, Oath, Conscience, and Sacred Trust sections
- Link to canonical SOUL.md on timmy-home
- CSS styles matching existing Nexus design system
- JS wiring for toggle/close

Also fixed: cleaned up merge conflict markers, removed duplicated
branch-policy/mem-palace/reviewers sections from footer
2026-04-18 15:19:55 -04:00
f3bfc88acf Merge PR #1330
Mainline GOFAI facts, deterministic worker reasoning, and plan offload
2026-04-18 15:19:55 -04:00
4eb1dfdc0c Add swarm governor — prevents PR pileup across the org 2026-04-18 15:19:55 -04:00
Alexander Whitestone
1dcb2dcd27 WIP: issue #720 (mimo swarm) 2026-04-18 15:19:55 -04:00
Alexander Whitestone
fc40fd6449 fix: closes #727 2026-04-18 15:19:55 -04:00
Alexander Whitestone
ff8c1294a8 fix: closes #696 2026-04-18 15:19:55 -04:00
Alexander Whitestone
4512339671 docs: add AI tools org assessment tracker (#1119)
Concise implementation checklist extracted from Bezalel's 205-repo scan.
Prioritizes the 7 actionable tools with clear next steps for the fleet.
2026-04-18 15:19:55 -04:00
Alexander Whitestone
200705998d Add sovereign room to MemPalace fleet taxonomy
Refs #1116. Adds 'sovereign' room for cataloging Alexander Whitestone's
requests and responses as dated, retrievable artifacts.

Room config:
- key: sovereign, available to all wizards
- Naming convention: YYYY-MM-DD_HHMMSS_<topic>.md
- Running INDEX.md for chronological catalog
- Fleet-wide tunnel for cross-wizard search
2026-04-18 15:19:55 -04:00
Alexander Whitestone
6948866de3 fix: closes #673 2026-04-18 15:19:55 -04:00
Alexander Whitestone
00f29a5d27 fix: closes #675 2026-04-18 15:19:55 -04:00
Alexander Whitestone
58b5f29f26 feat(mnemosyne): constellation-aware connection lines
- Strength-encoded opacity: line brightness proportional to blended
  source/target memory strength (0.15-0.7 range instead of flat 0.2)
- Color blending: lines use lerped colors from source/target region colors
- LOD culling: connection lines fade/hide when camera is far (>60 units)
- Toggle API: toggleConstellation() / isConstellationVisible() for UI
- Fix: replaced undefined _createConnectionLine with _drawSingleConnection
  (dedup-aware, constellation-styled single-connection renderer)

Part of #1215
2026-04-18 15:19:55 -04:00
Alexander Whitestone
62fe17c91f fix: closes #1208 2026-04-18 15:19:55 -04:00
Alexander Whitestone
a044c7bbf1 fix: closes #1181 2026-04-18 15:19:55 -04:00
Alexander Whitestone
aea0c72af6 fix: [PORTALS] Build a portal atlas / world directory for all current and future worlds (closes #712) 2026-04-18 15:19:55 -04:00
Alexander Whitestone
3463535989 WIP: issue #728 (mimo swarm) 2026-04-18 15:19:55 -04:00
Alexander Whitestone
d75807cba1 fix: portfolio CTA, rate card consistency, remove typo file
- Add 'Let's Build' CTA section to portfolio.md with contact info and next steps
- Fix README decision rule: minimum project k (was k, rate-card says k)
- Remove CONTRIBUTORING.md typo duplicate (content already in CONTRIBUTING.md)
2026-04-18 15:19:55 -04:00
Alexander Whitestone
c25f6806d9 fix: closes #865 2026-04-18 15:19:55 -04:00
Alexander Whitestone
2002a3f799 fix: [PERF] Add quality-tier feature gating for heavy visual effects (closes #706) 2026-04-18 15:19:55 -04:00
Alexander Whitestone
b159b2445e fix: closes #1277 2026-04-18 15:19:55 -04:00
07a3df68f7 feat: integrate blackboard into AgentFSM 2026-04-18 15:19:55 -04:00
a84ba9e8a0 refactor: move symbolic engine components to separate file 2026-04-18 15:19:55 -04:00
70fcbefc35 feat: integrate blackboard into MemoryOptimizer 2026-04-18 15:19:55 -04:00
35b7ce4096 feat: extract symbolic engine components 2026-04-18 15:19:55 -04:00
Alexander Whitestone
fb7633a9c4 fix: remove misspelled CONTRIBUTORING.md (duplicate of CONTRIBUTING.md)
Some checks failed
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 15s
Review Approval Gate / verify-review (pull_request) Failing after 3s
CONTRIBUTORING.md was a typo filename containing a redundant subset
of the branch protection policy already covered in CONTRIBUTING.md.
Removing the duplicate to reduce confusion.
2026-04-12 19:24:32 -04:00