feat(episode): TRAZA_para-john-r8_S20260618.R1_XX.ops.2.hot_inf.in.cc.es.000.MGQ_J.PMCFK_E.SGNFD
Skill: NONE | Type: troubleshooting
Summary: EPISODIO 1 — SessionStart: 📍 PARA JOHN — R8
This commit is contained in:
parent
2e06b54cfc
commit
30b330afda
1 changed files with 57 additions and 0 deletions
|
|
@ -0,0 +1,57 @@
|
|||
---
|
||||
episode_id: "8118127c-4b3f-44c4-af68-4a59c63cd5fa"
|
||||
puente_flat: "TRAZA_para-john-r8_S20260618.R1_XX.ops.2.hot_inf.in.cc.es.000.MGQ_J.PMCFK_E.SGNFD"
|
||||
session_code: "S20260618.VERIFY_FIRST_PASSPORT_FIX"
|
||||
acto_dialogico: "informar"
|
||||
actor_flujo: "multi_actor"
|
||||
criticidad_aegis: "low"
|
||||
skill_dominante: "NONE"
|
||||
fase_proyecto: "operations"
|
||||
tipo_semantico: "troubleshooting"
|
||||
summary_one_line: "EPISODIO 1 — SessionStart: 📍 PARA JOHN — R8"
|
||||
source_type: "claude_code"
|
||||
trust_boundary: "internal"
|
||||
created_at: "2026-06-19T05:15:05.096816+00:00"
|
||||
relectura_tagged: false
|
||||
forgejo_commit_sha: "pending"
|
||||
---
|
||||
|
||||
CONCILIO convocado **de verdad** (BLINDADA-24 cumplida — invocación efectiva vía workflow, no AP-8 fantasma). El panel de 13 lentes en 5 olas corre en background:
|
||||
|
||||
**Run ID:** `wf_35af6f0d-d25` · puedes ver progreso en vivo con `/workflows`.
|
||||
|
||||
Cada lente fundamenta en el código real (settings.json, session-start.py, el motor compute/report) y devuelve hallazgos schema-validados. PROBATOR recibe las 11 lentes e intenta refutar el plan antes de comprometerlo.
|
||||
|
||||
**Cuando complete, yo entrego los 4 outputs obligatorios de CONCILIO:**
|
||||
1. `docs/CONSEJO_S20260619_self_awareness_maxima_expresion.md` (informe 11 lentes, fiel)
|
||||
2. `docs/DECISION_S20260619_self_awareness_maxima_expresion.md` (plan consensuado + métricas + decisiones-John + marker PROBATOR)
|
||||
3. PROBATOR verdict ∈ {PASSES, NEEDS_REVISION, BLOCKED}
|
||||
4. PHAROS snapshot pre-decisión (estado actual anclante)
|
||||
|
||||
Si PROBATOR devuelve **BLOCKED**, no comprometo la DECISION ejecutiva: vuelvo a la ola de razonamiento. Si **NEEDS_REVISION**, integro sus condiciones antes de cerrar.
|
||||
|
||||
Quedo a la espera de la notificación del panel. No cierro nada hasta tener el veredicto en mano.
|
||||
|
||||
### 📍 PARA JOHN — R8
|
||||
**Hice:** Convoqué CONCILIO real (workflow 13 lentes / 5 olas) sobre el plan de máxima expresión del self-awareness system. Corriendo en background (`wf_35af6f0d-d25`).
|
||||
**Falta:** Que el panel termine. Al volver, escribo CONSEJO + DECISION + PROBATOR + PHAROS.
|
||||
**Mi consejo:** Déjalo correr; te aviso apenas el panel cierre. Si quieres, mira `/workflows` para verlo deliberar en vivo.
|
||||
**Para avanzar:** nada de tu parte ahora — espera la entrega. (Declararé presencia en ACTIVO.md categoría hooks-y-state al escribir los docs).
|
||||
|
||||
⛽ 🟢 GREEN ~855K | DE: 1 (claro)
|
||||
|
||||
✅ **Bug fix completo y pusheado** — commit `99054d6` a los 3 remotos. El chip ya estaba "iniciado" (fue como me asignaste esta tarea), así que no requiere retiro.
|
||||
|
||||
## Fix tests FEAT-011 — protocolo 7 fases
|
||||
|
||||
**Causa raíz (una frase):** la migración de seguridad `[C2 S20260613]` movió `DSN` y `LITELLM_KEY` de hardcoded a env vars con guards que lanzan si faltan, pero los 4 tests no se actualizaron para proveer esas vars.
|
||||
|
||||
| Test | Fallo | Fix |
|
||||
|---|---|---|
|
||||
| `test_worker_config_defaults` | esperaba `"postgresql://"` (hardcoded) | `monkeypatch.delenv` → verifica default vacío |
|
||||
| *(nuevo)* `test_worker_config_dsn_from_env` | — | añadido: verifica lectura de `MNEMO_PG_DSN` |
|
||||
| `test_ensure_connections_lazy_pg` | `RuntimeError MNEMO_PG_DSN` | `monkeypatch.setenv` antes de instanciar |
|
||||
| `test_successful_embed_returns_vector` | `RuntimeError LITELLM_KEY` | `patch.object(qw, "LITELLM_KEY")` |
|
||||
| `test_missing_data_field_raises` | `RuntimeError LITELLM_KEY` | `patch.object(qw, "LITELLM_KEY")` |
|
||||
|
||||
**Suite: 221/4 → 226 passed, 0 failed**, sin PostgreSQL ni LiteLLM real.
|
||||
Loading…
Reference in a new issue