Skip to content

Commit d10bdbe

Browse files
thewhymanclaude
andcommitted
revert(co-dialectic): restore ~/anand-career-os paths in T4 precheck docs
Prior commit incorrectly treated ~/anand-career-os/brain/identity/experience-history.md as a private path leak. It is intentional skill documentation — the marketplace installs private repos; relative ~/paths in skill text are not leaks. Restoring original T4 biographical precheck references on lines 385 + 413. Leak check in test-plugin-install.sh tightened to absolute paths only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7efa606 commit d10bdbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/co-dialectic/skills/co-dialectic

plugins/co-dialectic/skills/co-dialectic/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The classifier is the LLM itself (Claude reasoning, not regex). Internal tiers T
382382
| T1 | calibration-auditor only (already always-on) | nothing — just the answer |
383383
| T2 | + `hallucination-detector` passive scan (via fish-swarm rubric `hallucination-preflight`) | compact footer: `✓ checked` |
384384
| T3 | + `judge-panel` cross-family cascade (Gemini Flash Lite + GPT-5.4 via fish-swarm; FAIL-HARD if no fish reachable — surfaces remediation block, never silently skips) | `✓ reviewed by 2 models` (expandable: `codi verify why`) |
385-
| T4 | + canonical-claim verifier (dispatched to `career-os.bio-claim-verifier` for biographical claims; `hallucination-detector` full post-flight for general claims) + biographical-claim mandatory precheck against the user's canonical career data store (resolved via career-os plugin if installed) + `unknown-unknown` adjacency surfacer + **explicit human "send"/"ship it"/"verified" confirmation REQUIRED before emit** | `🚀 ready to send — type 'send' to confirm` + RED preflight summary (see T4 flow below) |
385+
| T4 | + canonical-claim verifier (dispatched to `career-os.bio-claim-verifier` for biographical claims; `hallucination-detector` full post-flight for general claims) + biographical-claim mandatory precheck against `~/anand-career-os/brain/identity/experience-history.md` + `unknown-unknown` adjacency surfacer + **explicit human "send"/"ship it"/"verified" confirmation REQUIRED before emit** | `🚀 ready to send — type 'send' to confirm` + RED preflight summary (see T4 flow below) |
386386

387387
**T2 cost target:** ~1-2K tokens / ~0.5s wall-clock (fish-swarm preflight rubric, no escalation on routine artifacts).
388388
**T3 cost target:** ~5-15K tokens / ~1-3s (cross-family cascade; escalation fires ~10-30% of the time).
@@ -410,7 +410,7 @@ Parse `final_verdict` + `final_confidence` + `all_flags`. Surface to user as:
410410

411411
When the tier classifier reaches T4:
412412

413-
1. **Precheck canonical claims.** For biographical claims: diff every factual claim in the draft against the user's canonical biographical sources (resolved via the career-os plugin if installed). Any claim not matching canonical source → flag in preflight summary. For general claims: run `hallucination-detector` full post-flight scoring.
413+
1. **Precheck canonical claims.** For biographical claims: diff every factual claim in the draft against `~/anand-career-os/brain/identity/experience-history.md` and `identity.md`. Any claim not matching canonical source → flag in preflight summary. For general claims: run `hallucination-detector` full post-flight scoring.
414414

415415
**TODO (integration point):** dispatch to `career-os.bio-claim-verifier` when available — that skill reads canonical identity files and produces a structured claim-diff table. Until it ships, run hallucination-detector with `--rubric hallucination` as fallback. Mark in output: `(bio-claim verifier: pending career-os integration — using hallucination-detector fallback)`.
416416

0 commit comments

Comments
 (0)