Files
compounding-intelligence/knowledge/index.json
Alexander Payne 998e262d80
Some checks failed
Test / pytest (pull_request) Failing after 9s
feat(cross-repo): add cross-repo connector to extract issue linkage patterns
- Introduce scripts/cross_repo_connector.py — scans all Timmy_Foundation
  repos, extracts issue references (#xxx), resolves them to metadata, and
  emits fact triples into knowledge/global/cross_repo.yaml plus index.json
  updates.
- Wires minimal Gitea API client (org-repo list + single-issue fetch per
  ref) with simple caching to avoid rate-limit pressure.
- Generates human-readable metrics/cross_repo_report.md for auditing.
- First run discovered 35 unique cross-repo connections from 462 total
  closed issues scanned.

Closes #147

[STEP35 FREE BURN]

TDD:
- validate_knowledge.py: PASSED (64 facts)
- cross_repo_connector.py --help: OK
- smoke-run on 21 org repos: 35 unique connections, 0 exceptions
2026-04-26 07:23:09 -04:00

1032 lines
33 KiB
JSON

{
"facts": [
{
"category": "pitfall",
"confidence": 0.95,
"domain": "hermes-agent",
"fact": "deploy-crons.py leaves jobs in mixed model format",
"first_seen": "2026-04-08",
"id": "hermes-agent:pitfall:001",
"last_confirmed": "2026-04-13",
"related": [
"hermes-agent:pitfall:002",
"hermes-agent:pitfall:003"
],
"source_count": 5,
"tags": [
"cron",
"deploy",
"model",
"config"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "hermes-agent",
"fact": "deploy-crons.py --deploy doesn't set legacy skill field from skills list",
"first_seen": "2026-04-09",
"id": "hermes-agent:pitfall:002",
"last_confirmed": "2026-04-13",
"related": [
"hermes-agent:pitfall:001"
],
"source_count": 3,
"tags": [
"cron",
"deploy",
"skills"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "hermes-agent",
"fact": "Cron jobs with blank fallback_model fields trigger spurious gateway warnings",
"first_seen": "2026-04-07",
"id": "hermes-agent:pitfall:003",
"last_confirmed": "2026-04-12",
"related": [
"hermes-agent:pitfall:001"
],
"source_count": 4,
"tags": [
"cron",
"model",
"fallback"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "hermes-agent",
"fact": "model-watchdog.py checks first provider line, not model.provider - causes false drift alarms",
"first_seen": "2026-04-08",
"id": "hermes-agent:pitfall:004",
"last_confirmed": "2026-04-13",
"source_count": 3,
"tags": [
"watchdog",
"model",
"config"
]
},
{
"category": "pitfall",
"confidence": 0.85,
"domain": "hermes-agent",
"fact": "10+ files read HERMES_HOME directly instead of get_hermes_home()",
"first_seen": "2026-04-06",
"id": "hermes-agent:pitfall:005",
"last_confirmed": "2026-04-12",
"related": [
"global:pitfall:002"
],
"source_count": 6,
"tags": [
"paths",
"env",
"hermes-home"
]
},
{
"category": "pitfall",
"confidence": 0.8,
"domain": "hermes-agent",
"fact": "get_hermes_home() doesn't expand tilde when HERMES_HOME=~/... is set",
"first_seen": "2026-04-05",
"id": "hermes-agent:pitfall:006",
"source_count": 2,
"tags": [
"paths",
"env",
"bug"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "hermes-agent",
"fact": "vps-agent-dispatch reports OK while remote hermes binary path is broken",
"first_seen": "2026-04-07",
"id": "hermes-agent:pitfall:007",
"last_confirmed": "2026-04-11",
"source_count": 4,
"tags": [
"ssh",
"dispatch",
"vps"
]
},
{
"category": "pitfall",
"confidence": 0.85,
"domain": "hermes-agent",
"fact": "nightwatch-health-monitor SSH check fails on cloud-model-only deployments",
"first_seen": "2026-04-10",
"id": "hermes-agent:pitfall:008",
"source_count": 2,
"tags": [
"ssh",
"health",
"cloud"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "the-nexus",
"fact": "Merges fail with HTTP 405 due to branch protection",
"first_seen": "2026-04-05",
"id": "the-nexus:pitfall:001",
"last_confirmed": "2026-04-13",
"related": [
"global:pitfall:001"
],
"source_count": 12,
"tags": [
"git",
"merge",
"branch-protection",
"gitea"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "the-nexus",
"fact": "ThreadingHTTPServer required for multi-user bridge - standard HTTPServer blocks on concurrent requests",
"first_seen": "2026-04-10",
"id": "the-nexus:pitfall:002",
"last_confirmed": "2026-04-13",
"source_count": 5,
"tags": [
"server",
"concurrency",
"bridge"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "the-nexus",
"fact": "ChatLog.log() crashes on message persistence when index.html has orphaned button tags",
"first_seen": "2026-04-12",
"id": "the-nexus:pitfall:003",
"last_confirmed": "2026-04-13",
"source_count": 3,
"tags": [
"html",
"crash",
"chatlog"
]
},
{
"category": "pitfall",
"confidence": 0.85,
"domain": "the-nexus",
"fact": "Three.js LOD not implemented - local hardware struggles with full scene",
"first_seen": "2026-04-09",
"id": "the-nexus:pitfall:004",
"last_confirmed": "2026-04-13",
"source_count": 4,
"tags": [
"threejs",
"performance",
"lod"
]
},
{
"category": "pitfall",
"confidence": 0.8,
"domain": "the-nexus",
"fact": "Duplicate content blocks appear in index.html when PR merges conflict silently",
"first_seen": "2026-04-11",
"id": "the-nexus:pitfall:005",
"last_confirmed": "2026-04-13",
"source_count": 3,
"tags": [
"html",
"merge-conflict",
"duplicate"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "the-nexus",
"fact": "Unified HTTP + WebSocket server required for proper URL deployment - separate servers break CORS",
"first_seen": "2026-04-10",
"id": "the-nexus:pitfall:006",
"last_confirmed": "2026-04-13",
"source_count": 4,
"tags": [
"deploy",
"websocket",
"http",
"cors"
]
},
{
"category": "tool-quirk",
"confidence": 0.95,
"domain": "global",
"fact": "Gitea token stored at ~/.config/gitea/token, not env var GITEA_TOKEN",
"first_seen": "2026-03-27",
"id": "global:tool-quirk:001",
"last_confirmed": "2026-04-13",
"related": [
"global:pitfall:001"
],
"source_count": 23,
"tags": [
"git",
"auth",
"gitea",
"token"
]
},
{
"category": "tool-quirk",
"confidence": 0.9,
"domain": "global",
"fact": "Gitea API uses 'Authorization: token TOKEN' header format, not Bearer",
"first_seen": "2026-03-28",
"id": "global:tool-quirk:002",
"last_confirmed": "2026-04-12",
"source_count": 8,
"tags": [
"git",
"api",
"gitea"
]
},
{
"category": "tool-quirk",
"confidence": 0.95,
"domain": "global",
"fact": "Gitea Issues API type=issues param does NOT filter PRs",
"first_seen": "2026-04-01",
"id": "global:tool-quirk:003",
"last_confirmed": "2026-04-13",
"source_count": 6,
"tags": [
"gitea",
"api",
"issues",
"pr"
]
},
{
"category": "tool-quirk",
"confidence": 0.9,
"domain": "global",
"fact": "~/.hermes is the default hermes home - check get_hermes_home() not the path literal",
"first_seen": "2026-03-30",
"id": "global:tool-quirk:004",
"last_confirmed": "2026-04-13",
"related": [
"hermes-agent:pitfall:005"
],
"source_count": 10,
"tags": [
"paths",
"hermes",
"env"
]
},
{
"category": "tool-quirk",
"confidence": 0.85,
"domain": "global",
"fact": "Ansible vault-encrypted vars in YAML require vault_inline_vars plugin",
"first_seen": "2026-04-02",
"id": "global:tool-quirk:005",
"source_count": 3,
"tags": [
"ansible",
"vault",
"config"
]
},
{
"category": "tool-quirk",
"confidence": 0.95,
"domain": "global",
"fact": "mimo-v2-pro via Nous Research is the default model - don't assume Anthropic is available",
"first_seen": "2026-03-25",
"id": "global:tool-quirk:006",
"last_confirmed": "2026-04-13",
"source_count": 15,
"tags": [
"model",
"provider",
"nous",
"default"
]
},
{
"category": "tool-quirk",
"confidence": 0.95,
"domain": "global",
"fact": "Kill + restart with 'hermes chat' preserves old model state - NEVER use --resume",
"first_seen": "2026-03-29",
"id": "global:tool-quirk:007",
"last_confirmed": "2026-04-12",
"source_count": 8,
"tags": [
"hermes",
"model",
"restart",
"session"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "global",
"fact": "Branch protection requires 1 approval on main - API merges fail with 405 without it",
"first_seen": "2026-04-05",
"id": "global:pitfall:001",
"last_confirmed": "2026-04-13",
"related": [
"the-nexus:pitfall:001"
],
"source_count": 12,
"tags": [
"git",
"merge",
"branch-protection",
"gitea"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "global",
"fact": "Never use --no-verify on git commits",
"first_seen": "2026-03-28",
"id": "global:pitfall:002",
"last_confirmed": "2026-04-13",
"source_count": 5,
"tags": [
"git",
"hooks",
"safety"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "global",
"fact": "Gitea PR creation workaround needed on the-nexus - direct API call fails",
"first_seen": "2026-04-06",
"id": "global:pitfall:003",
"last_confirmed": "2026-04-12",
"source_count": 4,
"tags": [
"gitea",
"pr",
"api",
"workaround"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "global",
"fact": "Anthropic is BANNED from fallback chain",
"first_seen": "2026-03-30",
"id": "global:pitfall:004",
"last_confirmed": "2026-04-13",
"source_count": 7,
"tags": [
"provider",
"anthropic",
"fallback"
]
},
{
"category": "pitfall",
"confidence": 0.85,
"domain": "global",
"fact": "Telegram tokens expired - don't assume Telegram notifications work",
"first_seen": "2026-04-02",
"id": "global:pitfall:005",
"source_count": 3,
"tags": [
"telegram",
"notifications",
"token"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "global",
"fact": "Multiple gateways = 'cannot schedule futures' error - only one gateway process should run",
"first_seen": "2026-04-04",
"id": "global:pitfall:006",
"last_confirmed": "2026-04-11",
"source_count": 4,
"tags": [
"gateway",
"cron",
"process"
]
},
{
"category": "pitfall",
"confidence": 0.9,
"domain": "global",
"fact": "pytest root collection picks up operational *_test.py scripts - restrict to tests/ directory",
"first_seen": "2026-04-07",
"id": "global:pitfall:007",
"last_confirmed": "2026-04-13",
"source_count": 3,
"tags": [
"pytest",
"test",
"collection"
]
},
{
"category": "pitfall",
"confidence": 0.95,
"domain": "global",
"fact": "TDD: test 1 before building 55",
"first_seen": "2026-03-25",
"id": "global:pitfall:008",
"last_confirmed": "2026-04-13",
"source_count": 8,
"tags": [
"tdd",
"testing",
"methodology"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references compounding-intelligence via issue #229: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [compounding-intelligence#229] [ATLAS][Telemetry] Build local token and cost ingestion using Tokscale core patterns",
"first_seen": "2026-04-26T11:21:56.905616+00:00",
"id": "cross-repo:connection:001",
"last_confirmed": "2026-04-26T11:21:56.905641+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references compounding-intelligence via issue #231: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [compounding-intelligence#231] [ATLAS][Wiki] Build the LLM Wiki layer: ingest, query, lint, and session crystallization into durabl",
"first_seen": "2026-04-26T11:21:57.230615+00:00",
"id": "cross-repo:connection:002",
"last_confirmed": "2026-04-26T11:21:57.230632+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references compounding-intelligence via issue #232: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [compounding-intelligence#232] [ATLAS][Research] Solve the swarm-memory gap for concurrent subagents",
"first_seen": "2026-04-26T11:21:57.415552+00:00",
"id": "cross-repo:connection:003",
"last_confirmed": "2026-04-26T11:21:57.415580+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references fleet-ops via issue #410: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [fleet-ops#410] [ATLAS][Safety] Deploy a virtual-credential and DLP sidecar for sovereign agent runs",
"first_seen": "2026-04-26T11:21:57.716479+00:00",
"id": "cross-repo:connection:004",
"last_confirmed": "2026-04-26T11:21:57.716488+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references the-nexus via issue #893: [CONSOLIDATED] Fleet SITREP — Allegro 7-Task Execution + Ezra Deliverables → [the-nexus#893] [AUDIT] System Formalization — OSS Replacements & Cleanup Candidates",
"first_seen": "2026-04-26T11:21:57.961498+00:00",
"id": "cross-repo:connection:005",
"last_confirmed": "2026-04-26T11:21:57.961510+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references the-nexus via issue #1695: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [the-nexus#1695] [ATLAS][Cockpit] Build the operator inspector rail and session shell patterns worth stealing",
"first_seen": "2026-04-26T11:21:58.130733+00:00",
"id": "cross-repo:connection:006",
"last_confirmed": "2026-04-26T11:21:58.130745+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references timmy-config via issue #875: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [timmy-config#875] [ATLAS][Skills] Import Karpathy-style cognitive principles and GStack-style role commands as native ",
"first_seen": "2026-04-26T11:21:58.327960+00:00",
"id": "cross-repo:connection:007",
"last_confirmed": "2026-04-26T11:21:58.327972+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references timmy-dispatch via issue #18: [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack → [timmy-dispatch#18] [ATLAS][Dispatch] Add Mission Control-style dispatch ledger, capacity model, and heartbeat tracking",
"first_seen": "2026-04-26T11:21:58.502966+00:00",
"id": "cross-repo:connection:008",
"last_confirmed": "2026-04-26T11:21:58.502981+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "hermes-agent references timmy-home via issue #568: [DISPATCH] Ezra — Investigate & Install MemPalace on Hermes VPS → [timmy-home#568] [EVALUATION] MemPalace v3.0.0 Integration — Before/After Metrics + Recommendation",
"first_seen": "2026-04-26T11:21:58.967894+00:00",
"id": "cross-repo:connection:009",
"last_confirmed": "2026-04-26T11:21:58.967906+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "the-nexus references hermes-agent via issue #984: [ATLAS][Cockpit] Build the operator inspector rail and session shell patterns worth stealing → [hermes-agent#984] [ATLAS] Steal the highest-leverage ecosystem patterns into the sovereign stack",
"first_seen": "2026-04-26T11:21:59.445454+00:00",
"id": "cross-repo:connection:010",
"last_confirmed": "2026-04-26T11:21:59.445470+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #501: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#501] [claude] Re-implement gravity anomaly zones (#478)",
"first_seen": "2026-04-26T11:21:59.975253+00:00",
"id": "cross-repo:connection:011",
"last_confirmed": "2026-04-26T11:21:59.975291+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #502: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#502] [claude] Time-lapse replay mode (#484)",
"first_seen": "2026-04-26T11:22:00.193542+00:00",
"id": "cross-repo:connection:012",
"last_confirmed": "2026-04-26T11:22:00.193552+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #503: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#503] [claude] InstancedMesh optimizations for repeated geometry (#482)",
"first_seen": "2026-04-26T11:22:00.515208+00:00",
"id": "cross-repo:connection:013",
"last_confirmed": "2026-04-26T11:22:00.515229+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #552: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#552] [HEARTBEAT] Apprentice protocol — episodic memory logging of desktop activity",
"first_seen": "2026-04-26T11:22:00.658814+00:00",
"id": "cross-repo:connection:014",
"last_confirmed": "2026-04-26T11:22:00.658829+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #554: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#554] [ECONOMY] Stand up Cashu Mint on Lightning",
"first_seen": "2026-04-26T11:22:01.089278+00:00",
"id": "cross-repo:connection:015",
"last_confirmed": "2026-04-26T11:22:01.089287+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #555: ☀️ Good Morning Report — 2026-03-26 (Thursday) → [the-nexus#555] [ECONOMY] Prototype Bannerlord Denar → Cashu token Harmony patch",
"first_seen": "2026-04-26T11:22:01.297062+00:00",
"id": "cross-repo:connection:016",
"last_confirmed": "2026-04-26T11:22:01.297069+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #613: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#613] [gemini] [HARNESS] Shadow Context Manager — auto-generated brain dump for session continuity (#608)",
"first_seen": "2026-04-26T11:22:01.814895+00:00",
"id": "cross-repo:connection:017",
"last_confirmed": "2026-04-26T11:22:01.814905+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #673: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#673] [PORTAL] Deterministic Morrowind pilot loop with world-state proof",
"first_seen": "2026-04-26T11:22:02.118691+00:00",
"id": "cross-repo:connection:018",
"last_confirmed": "2026-04-26T11:22:02.118711+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #674: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#674] [PORTAL] Reflex tactical layer and semantic trajectory logging",
"first_seen": "2026-04-26T11:22:02.261655+00:00",
"id": "cross-repo:connection:019",
"last_confirmed": "2026-04-26T11:22:02.261669+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #675: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#675] [HARNESS] Deterministic context compaction for long local sessions",
"first_seen": "2026-04-26T11:22:02.403879+00:00",
"id": "cross-repo:connection:020",
"last_confirmed": "2026-04-26T11:22:02.403922+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #676: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#676] [gemini] [PORTAL] Reflex tactical layer and semantic trajectory logging (#674)",
"first_seen": "2026-04-26T11:22:02.545921+00:00",
"id": "cross-repo:connection:021",
"last_confirmed": "2026-04-26T11:22:02.545931+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #677: ☀️ Good Morning Report — 2026-03-28 (Saturday) → [the-nexus#677] [gemini] [HARNESS] Deterministic context compaction for long local sessions (#675)",
"first_seen": "2026-04-26T11:22:02.691982+00:00",
"id": "cross-repo:connection:022",
"last_confirmed": "2026-04-26T11:22:02.691988+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #730: ☀️ Good Morning Report — 2026-03-29 (Sunday) → [the-nexus#730] [VISUAL] Give Workshop, Archive, Chapel, Courtyard, and Gate distinct Nexus visual identities",
"first_seen": "2026-04-26T11:22:03.030374+00:00",
"id": "cross-repo:connection:023",
"last_confirmed": "2026-04-26T11:22:03.030404+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #731: ☀️ Good Morning Report — 2026-03-29 (Sunday) → [the-nexus#731] [VALIDATION] Browser smoke + visual proof for the Evennia-fed Nexus shell",
"first_seen": "2026-04-26T11:22:03.245877+00:00",
"id": "cross-repo:connection:024",
"last_confirmed": "2026-04-26T11:22:03.245885+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #736: ☀️ Good Morning Report — 2026-03-29 (Sunday) → [the-nexus#736] Perplexity review",
"first_seen": "2026-04-26T11:22:03.471514+00:00",
"id": "cross-repo:connection:025",
"last_confirmed": "2026-04-26T11:22:03.471536+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #785: ☀️ Good Morning Report — 2026-03-30 (Monday) → [the-nexus#785] Implement SharedArrayBuffer for Zero-Copy Data Sharing",
"first_seen": "2026-04-26T11:22:03.598910+00:00",
"id": "cross-repo:connection:026",
"last_confirmed": "2026-04-26T11:22:03.598925+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #786: ☀️ Good Morning Report — 2026-03-30 (Monday) → [the-nexus#786] Implement GPU-Accelerated Knowledge Graph Queries",
"first_seen": "2026-04-26T11:22:03.762768+00:00",
"id": "cross-repo:connection:027",
"last_confirmed": "2026-04-26T11:22:03.762779+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-config references the-nexus via issue #787: ☀️ Good Morning Report — 2026-03-30 (Monday) → [the-nexus#787] Implement Hierarchical L1/L2 Cache for Meta-Reasoning",
"first_seen": "2026-04-26T11:22:03.917083+00:00",
"id": "cross-repo:connection:028",
"last_confirmed": "2026-04-26T11:22:03.917092+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #72: 🔥 Burn Report #5 — 2026-04-01 — Crisis Safety Test Infrastructure → [hermes-agent#72] [RED TEAM] Full Jailbreak Audit - Claude Opus 4.6 - 2026-03-30",
"first_seen": "2026-04-26T11:22:04.071933+00:00",
"id": "cross-repo:connection:029",
"last_confirmed": "2026-04-26T11:22:04.071949+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #74: [BURN REPORT] SHIELD Security Implementation - Issues #72/#74/#75 → [hermes-agent#74] [RED TEAM] ULTRAPLINIAN Crisis Stress Test — 22 CRITICAL Failures — 2026-03-31",
"first_seen": "2026-04-26T11:22:04.214487+00:00",
"id": "cross-repo:connection:030",
"last_confirmed": "2026-04-26T11:22:04.214499+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #75: [BURN REPORT] SHIELD Security Implementation - Issues #72/#74/#75 → [hermes-agent#75] [SHIELD] Jailbreak Input Detection Module — Built Overnight From Red Team Findings",
"first_seen": "2026-04-26T11:22:04.369176+00:00",
"id": "cross-repo:connection:031",
"last_confirmed": "2026-04-26T11:22:04.369184+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #79: 🔥 Burn Report #5 — 2026-04-01 — Crisis Safety Test Infrastructure → [hermes-agent#79] [SECURITY] [CRITICAL] Test og_godmode template against crisis/suicide safety queries",
"first_seen": "2026-04-26T11:22:04.884029+00:00",
"id": "cross-repo:connection:032",
"last_confirmed": "2026-04-26T11:22:04.884062+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #80: 🔥 Burn Report #5 — 2026-04-01 — Crisis Safety Test Infrastructure → [hermes-agent#80] [SECURITY] [HIGH] Implement input sanitization for GODMODE jailbreak patterns",
"first_seen": "2026-04-26T11:22:05.116347+00:00",
"id": "cross-repo:connection:033",
"last_confirmed": "2026-04-26T11:22:05.116357+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references hermes-agent via issue #81: 🔥 Burn Report #5 — 2026-04-01 — Crisis Safety Test Infrastructure → [hermes-agent#81] [SECURITY] [MEDIUM] ULTRAPLINIAN follow-up: Red team fallback chain (Kimi, Gemini, Grok, Llama)",
"first_seen": "2026-04-26T11:22:05.279272+00:00",
"id": "cross-repo:connection:034",
"last_confirmed": "2026-04-26T11:22:05.279284+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
},
{
"category": "pattern",
"confidence": 0.9,
"domain": "global",
"fact": "timmy-home references the-nexus via issue #859: [AGENDA] Next burn night — amplify bounded quick wins, proof-first comments, and overnight leverage → [the-nexus#859] [AUTOGENESIS][Phase I] Hermes v2.0 architecture spec + successor fork spec",
"first_seen": "2026-04-26T11:22:05.448200+00:00",
"id": "cross-repo:connection:035",
"last_confirmed": "2026-04-26T11:22:05.448207+00:00",
"related": [],
"source_count": 1,
"tags": [
"cross-repo",
"issue-reference",
"connection"
]
}
],
"last_updated": "2026-04-26T11:22:05.448413+00:00",
"total_facts": 64,
"version": 1
}