3bf4be184d
theseus: add 5 Nous Research source archives for codex ingestion
...
- GEPA self-evolution system (trace-based evolutionary prompt optimization)
- DeMo: Decoupled Momentum Optimization (Peng, Kingma et al. — 85x bandwidth reduction)
- YaRN: Context Window Extension (adopted by Meta and DeepSeek)
- Hermes 4 Technical Report (hybrid reasoning model family)
- Agent Skills open standard (30+ platform adoption, Anthropic-originated)
Per m3ta directive: GEPA and skills ecosystem observations are solid
research material worth extracting as sources regardless of deployment.
Pentagon-Agent: Theseus <46864dd4-da71-4719-a1b4-68f7c55854d3>
2026-04-07 15:54:22 +01:00
0cf1927819
ship: fix evaluator column + correct contributor attribution
...
- Add domain_agent and domain_model to pr-lifecycle API response (data was
queried but dropped before serialization — evaluator column showed blank)
- Show model name tag next to evaluator (Gemini Flash, GPT-4o, etc.)
- Re-attribute 1201 "pipeline (self-directed)" PRs to @m3taversal — these
were Cory-directed, not autonomous overnight research
- Re-attribute 252 NULL PRs to @m3taversal
- Fix extract.py defaults: new PRs without proposed_by default to @m3taversal
- Fix backfill script defaults: extract/ branches → @m3taversal , not
"pipeline (self-directed)"
- Only agent-named branches (rio/, theseus/, etc.) from research-session.sh
remain as "(self-directed)"
Pentagon-Agent: Ship <B8D06D3F-1589-4777-B2E7-B2460D51C81F>
2026-04-07 13:02:07 +01:00
0e966bbfdf
ship: add contributor attribution tracing to PR lifecycle
...
- Migration v19: submitted_by column on prs + sources tables
- extract.py: propagates proposed_by from source frontmatter → PR record
- merge.py: sets submitted_by from Forgejo author for human PRs
- dashboard_prs.py: redesigned with Contributor column, improved claim
visibility in expanded rows, cost estimates, evaluator chain display
- dashboard_routes.py: submitted_by + source_path in pr-lifecycle API
- backfill_submitted_by.py: one-time backfill (1525/1777 PRs matched)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:54:06 +01:00
ab3c2e072a
fix: prevent reweave PR flood — freshen base, cleanup branches on failure
...
Three fixes for the reweave merge failure cycle:
1. reweave.py: fetch + reset to origin/main before branch creation,
eliminating the stale-base problem that caused ~75% merge failure rate
2. merge.py: delete remote branch when closing reweave PRs (in reconcile,
merge failure, and conflict retry paths) — prevents discover_external_prs
from rediscovering stale branches and creating new PRs every 18 minutes
3. merge.py: skip cherry-pick retry for reweave branches — reweave modifies
existing files so cherry-pick always fails, go straight to close+delete
Pentagon-Agent: Ship <f3064ef4-c330-4809-ad37-39290b2eaa5b>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 11:38:25 +01:00
77c05887d9
wire cascade, cross_domain, and review_records into pipeline
...
- merge.py: import + await cascade_after_merge and cross_domain_after_merge
after reciprocal edges, before branch deletion. Both non-fatal.
Added conn.commit() before slow branch deletion (Ganymede Q4).
- db.py: add record_review() helper + migration v18 (review_records table
with indexes). Schema version 17→18.
- evaluate.py: call record_review() at all 3 verdict points:
domain_rejected → outcome=rejected
approved → outcome=approved
changes_requested → outcome=approved-with-changes
Notes field captures review text (capped 4000 chars).
Pentagon-Agent: Ship <E2A054E5-A6D6-4AE0-B0A3-F51A3B4DBCA5>
2026-04-07 02:28:07 +01:00
8118bf17b4
fix: reweave regex fallback uses consistent YAML list format
...
The regex fallback was writing list entries as ' - "title"' (2-space
indent + quotes) while existing frontmatter uses '- title' (0-space
indent, no quotes). This caused YAML parse failures during merge.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 01:28:10 +01:00
779a82eb97
fix: add date_errors to substantive fixer tag routing
...
date_errors was evaluated but never routed to any fixer, leaving PRs
stuck permanently. Now classified as FIXABLE with targeted prompt guidance.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 01:01:12 +01:00
b6739f718d
chore: ignore excalidraw files
2026-04-07 00:44:15 +01:00
c5deadb546
fix: eliminate shell injection vectors in deploy/research/state scripts
...
- lib-state.sh: all 7 functions now use os.environ instead of string interpolation
- deploy.sh: syntax checker uses sys.argv[1] instead of '$f' interpolation
- research-session.sh: per-command auth header instead of credential helper,
tweet parsers use sys.argv instead of '$OUTFILE' interpolation
- state_end_session: now writes pr_number to session JSON via env var
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 00:43:59 +01:00
05d74d5e32
sync: import all VPS pipeline + diagnostics code as baseline
...
Imports 67 files from VPS (/opt/teleo-eval/) into repo as the single source
of truth. Previously only 8 of 67 files existed in repo — the rest were
deployed directly to VPS via SCP, causing massive drift.
Includes:
- pipeline/lib/: 33 Python modules (daemon core, extraction, evaluation, merge, cascade, cross-domain, costs, attribution, etc.)
- pipeline/: main daemon (teleo-pipeline.py), reweave.py, batch-extract-50.sh
- diagnostics/: 19 files (4-page dashboard, alerting, daily digest, review queue, tier1 metrics)
- agent-state/: bootstrap, lib-state, cascade inbox processor, schema
- systemd/: service unit files for reference
- deploy.sh: rsync-based deploy with --dry-run, syntax checks, dirty-tree gate
- research-session.sh: updated with Step 8.5 digest + cascade inbox processing
No new code written — all files are exact copies from VPS as of 2026-04-06.
From this point forward: edit in repo, commit, then deploy.sh.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 00:00:00 +01:00
68bed4bda5
astra: 4 CFS/fusion deep-dive claims (v2 — review feedback addressed) ( #2450 )
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
Co-authored-by: Theseus <theseus@agents.livingip.xyz>
Co-committed-by: Theseus <theseus@agents.livingip.xyz>
2026-04-06 20:03:11 +00:00
Teleo Agents
0e3f3c289d
reweave: merge 52 files via frontmatter union [auto]
Sync Graph Data to teleo-app / sync (push) Waiting to run
2026-04-06 19:55:09 +00:00
f971b18220
ingestion: 1 futardio events — 20260406-1730 ( #2446 )
...
Co-authored-by: m3taversal <m3taversal@gmail.com>
Co-committed-by: m3taversal <m3taversal@gmail.com>
2026-04-06 17:31:10 +00:00
9621a00f79
ingestion: archive futardio proposal — 2026-04-06-futardio-proposal-proposal-4.md
2026-04-06 16:45:15 +00:00
ee4251b70f
ingestion: archive futardio proposal — 2026-04-06-futardio-proposal-proposal-5.md
2026-04-06 16:45:13 +00:00
c7dcdbaa34
ingestion: archive futardio proposal — 2026-04-06-futardio-proposal-proposal-6.md
2026-04-06 16:45:11 +00:00
433787a07b
rio: add Agent Identity Card (Self-Model) to identity.md
...
- What: Added Self-Model block with one_thing, blindspots (3 specific failures),
beliefs (6 plain-language bullets), worldview, skills, challenge protocol
- Why: Dual purpose — external legibility for hackathon contributors + behavioral
anchor at runtime. Approved by Leo with worldview edit applied.
Pentagon-Agent: Rio <244BA05F-3AA3-4079-8C59-6D68A77C76FE>
2026-04-06 14:04:43 +01:00
Teleo Agents
be8e5ceeae
clay: extract claims from 2025-xx-xx-reactor-ken-liu-sf-cant-predict
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2025-xx-xx-reactor-ken-liu-sf-cant-predict.md
- Domain: entertainment
- Claims: 2, Entities: 0
- Enrichments: 1
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 11:18:41 +00:00
Teleo Agents
901efdba07
leo: extract claims from 2026-04-06-soft-to-hard-law-stepping-stone-evidence-ai-governance
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2026-04-06-soft-to-hard-law-stepping-stone-evidence-ai-governance.md
- Domain: grand-strategy
- Claims: 1, Entities: 0
- Enrichments: 2
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Leo <PIPELINE>
2026-04-06 11:08:35 +00:00
Teleo Agents
da83bfcbe5
leo: extract claims from 2026-04-06-eu-ai-act-omnibus-vii-delays-march-2026
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2026-04-06-eu-ai-act-omnibus-vii-delays-march-2026.md
- Domain: grand-strategy
- Claims: 1, Entities: 1
- Enrichments: 2
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Leo <PIPELINE>
2026-04-06 11:08:27 +00:00
Teleo Agents
c3b00e668f
leo: extract claims from 2026-04-06-coe-ai-convention-eu-ratification-canada-japan
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2026-04-06-coe-ai-convention-eu-ratification-canada-japan.md
- Domain: grand-strategy
- Claims: 1, Entities: 0
- Enrichments: 3
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Leo <PIPELINE>
2026-04-06 11:07:53 +00:00
Teleo Agents
f807549af8
clay: extract claims from 2025-10-xx-variety-cabana-creator-led-transmedia
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2025-10-xx-variety-cabana-creator-led-transmedia.md
- Domain: entertainment
- Claims: 2, Entities: 1
- Enrichments: 2
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 11:06:45 +00:00
Teleo Agents
56f420bddd
auto-fix: strip 2 broken wiki links
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
Pipeline auto-fixer: removed [[ ]] brackets from links
that don't resolve to existing claims in the knowledge base.
2026-04-06 11:06:42 +00:00
Teleo Agents
9882e72b5d
clay: extract claims from 2025-06-02-variety-claynosaurz-mediawan-animated-series
...
- Source: inbox/queue/2025-06-02-variety-claynosaurz-mediawan-animated-series.md
- Domain: entertainment
- Claims: 1, Entities: 2
- Enrichments: 3
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 11:06:41 +00:00
Teleo Agents
2a38fa2037
clay: extract claims from 2023-06-29-psl-red-team-defense-final-season
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2023-06-29-psl-red-team-defense-final-season.md
- Domain: entertainment
- Claims: 1, Entities: 1
- Enrichments: 1
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 11:06:39 +00:00
Teleo Agents
f89cef4085
clay: extract claims from 2019-07-xx-weforum-france-army-scifi-writers
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2019-07-xx-weforum-france-army-scifi-writers.md
- Domain: entertainment
- Claims: 1, Entities: 1
- Enrichments: 1
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 11:06:03 +00:00
Teleo Agents
da5e7b588c
astra: extract claims from 2026-11-04-dcd-google-project-suncatcher-planet-labs-tpu-orbit
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2026-11-04-dcd-google-project-suncatcher-planet-labs-tpu-orbit.md
- Domain: space-development
- Claims: 2, Entities: 1
- Enrichments: 0
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Astra <PIPELINE>
2026-04-06 11:05:27 +00:00
Teleo Agents
f8802e038f
astra: extract claims from 2026-03-XX-airandspaceforces-no-golden-dome-requirements-dual-use
...
Sync Graph Data to teleo-app / sync (push) Waiting to run
- Source: inbox/queue/2026-03-XX-airandspaceforces-no-golden-dome-requirements-dual-use.md
- Domain: space-development
- Claims: 1, Entities: 0
- Enrichments: 1
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Astra <PIPELINE>
2026-04-06 11:05:24 +00:00
Teleo Agents
b8ea4941a5
clay: extract claims from 2025-05-16-lil-pudgys-first-episode-launch
...
- Source: inbox/queue/2025-05-16-lil-pudgys-first-episode-launch.md
- Domain: entertainment
- Claims: 0, Entities: 2
- Enrichments: 2
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 10:50:13 +00:00
Teleo Agents
c778037eed
clay: extract claims from 2025-03-31-venturebeat-runway-gen4-character-consistency
...
- Source: inbox/queue/2025-03-31-venturebeat-runway-gen4-character-consistency.md
- Domain: entertainment
- Claims: 0, Entities: 1
- Enrichments: 3
- Extracted by: pipeline ingest (OpenRouter anthropic/claude-sonnet-4.5)
Pentagon-Agent: Clay <PIPELINE>
2026-04-06 10:49:39 +00:00
Teleo Agents
0c194cf7dd
source: 2026-xx-xx-nasscom-nft-marketplaces-trends.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:44:29 +00:00
Teleo Agents
2a21f87b70
source: 2026-xx-xx-mindstudio-ai-filmmaking-cost-breakdown.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:44:08 +00:00
Teleo Agents
d3634bfe63
source: 2026-04-06-who-pabs-negotiations-extended-march-2026.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:42:46 +00:00
Teleo Agents
4312171007
source: 2026-04-06-soft-to-hard-law-stepping-stone-evidence-ai-governance.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:42:24 +00:00
Teleo Agents
c8aa731e26
source: 2026-04-06-montreal-protocol-scaling-mechanism-commercial-deepening.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:41:56 +00:00
Teleo Agents
d4e68ee98a
source: 2026-04-06-eu-ai-act-omnibus-vii-delays-march-2026.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:40:37 +00:00
Teleo Agents
c16ab7885a
source: 2026-04-06-coe-ai-convention-eu-ratification-canada-japan.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:40:00 +00:00
Teleo Agents
d086b34b46
source: 2026-04-06-anthropic-rsp-v3-pentagon-pressure-pause-dropped.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:39:30 +00:00
Teleo Agents
912c5798e8
source: 2026-02-20-techcrunch-ai-indie-filmmaking-faster-cheaper-lonelier.md → null-result
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:37:55 +00:00
Teleo Agents
f306ec8ec0
source: 2025-xx-xx-reactor-ken-liu-sf-cant-predict.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:37:36 +00:00
Teleo Agents
1844b89769
source: 2025-10-xx-variety-cabana-creator-led-transmedia.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:37:01 +00:00
Teleo Agents
1d14aab0af
source: 2025-06-02-variety-claynosaurz-mediawan-animated-series.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:35:07 +00:00
Teleo Agents
31c636332d
source: 2025-05-16-lil-pudgys-first-episode-launch.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:34:19 +00:00
Teleo Agents
a59f4f4621
source: 2025-03-31-venturebeat-runway-gen4-character-consistency.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:33:46 +00:00
Teleo Agents
77c393c12d
source: 2023-06-29-psl-red-team-defense-final-season.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:32:16 +00:00
Teleo Agents
435a7ecab8
source: 2019-07-xx-weforum-france-army-scifi-writers.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:31:39 +00:00
Teleo Agents
2eb5d7fc9b
source: 2017-05-xx-slate-doctorow-scifi-influences-future.md → processed
...
Pentagon-Agent: Epimetheus <PIPELINE>
2026-04-06 10:31:05 +00:00
Teleo Agents
f945bfbadf
leo: research session 2026-04-06 — 6 sources archived
...
Pentagon-Agent: Leo <HEADLESS>
2026-04-06 10:30:30 +00:00
Teleo Agents
fd07a390b6
auto-fix: strip 2 broken wiki links
...
Pipeline auto-fixer: removed [[ ]] brackets from links
that don't resolve to existing claims in the knowledge base.
2026-04-06 10:29:57 +00:00
Teleo Agents
9a99e280ad
clay: research session 2026-04-06 — 11 sources archived
...
Pentagon-Agent: Clay <HEADLESS>
2026-04-06 10:29:57 +00:00