Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"name": "co-dialectic",
"source": "./plugins/co-dialectic",
"description": "Co-Dialectic v4.2.0 \u2014 LLM prompt optimizer + auto-verify by stakes (Safe/Private/Shared/Significant/Live) + auto-handoff on closure + honesty selector + agent-swarm + hygiene cycle + cross-family cascade-then-jury review + hallucination detector + research-first mode + fish-swarm orchestration.",
"description": "Co-Dialectic v4.9.0 \u2014 LLM prompt optimizer + auto-verify by stakes (Safe/Private/Shared/Significant/Live) + auto-handoff on closure + honesty selector + agent-swarm + hygiene cycle + cross-family cascade-then-jury review + hallucination detector + research-first mode + fish-swarm orchestration.",
"version": "4.9.0",
"category": "productivity"
},
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ handoff.md
__pycache__/
*.pyc
docs/*.pdf
logs/
.claude/worktrees/

# AI tool configs — generated by IDE/AI tools, workspace-private
.aider.instructions.md
Expand All @@ -25,6 +27,7 @@ docs/*.pdf
.windsurfrules
.cursorrules
.cursorignore
AGENTS.md

# Demo production artifacts — private dev assets, live in career workspace
plugins/co-dialectic/demo/frames/
Expand Down
37 changes: 37 additions & 0 deletions CLAUDE-ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Issues Log — 2026-05-11

**Branch:** `add-cursor-codex-support`
**Canonical version:** `4.9.0`
**Test suite:** 57/57 PASS, 0 FAIL, 1 WARN (missing agent-marketplace dir — cosmetic)

---

## Version Inconsistencies (6) — ALL FIXED

| # | File | Was | Now | Status |
|---|------|-----|-----|--------|
| 1 | `SKILL-lite.md` line 4 | `3.0.0-lite` | `4.9.0-lite` | FIXED |
| 2 | `SKILL-lite.md` line 23 | `v3.0.0-lite active` | `v4.9.0-lite active` | FIXED |
| 3 | `SKILL.md` line 30 | `v4.7.0 active` | `v4.9.0 active` | FIXED |
| 4 | `plugin.json` desc | `v4.8.0` | `v4.9.0` | FIXED |
| 5 | `marketplace.json` desc | `v4.2.0` | `v4.9.0` | FIXED |
| 6 | `install.ps1` line 15 | `$Version = "3.0.0"` | `$Version = "4.9.0"` | FIXED |

---

## Codex Compatibility (`logs/codex-compat-test.log`)

- Install, byte-identical template match, idempotency, CLI visibility: **ALL PASSED**
- Codex CLI (`codex-cli 0.130.0-alpha.5`) read `AGENTS.md` and listed all `codi` commands
- No issues found

## Cursor Compatibility (`logs/cursor-compat-test.log`)

- Local install (`--target cursor`): **PASSED** — `.cursor/rules/co-dialectic.mdc` byte-identical to adapter
- `CO_DIALECTIC_REPO` file:// and plain path variants: **PASSED**
- Raw `main` URL for `.mdc`: **404** — expected pre-merge; resolves when branch merges to `main`
- No code fix needed

## Cleanup — DONE

- Removed stale temp artifacts: `logs/cursor_chk.YUub8O`, `logs/.plugin-test-tmp/`, `.cursor_test_nested/`
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ After installing, open a new session and say: **help me set up co-dialectic**
- **macOS/Linux:** `curl -fsSL https://thewhyman.gateway.scarf.sh/install.sh | bash`
- **Windows:** `Invoke-RestMethod -Uri https://thewhyman.gateway.scarf.sh/install.ps1 | Invoke-Expression`

Target a specific local AI runtime:
```bash
# Cursor: writes .cursor/rules/co-dialectic.mdc
curl -fsSL https://thewhyman.gateway.scarf.sh/install.sh | bash -s -- --target cursor

# Codex: appends an idempotent Co-Dialectic block to AGENTS.md
curl -fsSL https://thewhyman.gateway.scarf.sh/install.sh | bash -s -- --target codex

# Both Cursor and Codex
curl -fsSL https://thewhyman.gateway.scarf.sh/install.sh | bash -s -- --target all
```

**Claude.ai / ChatGPT web / Gemini web — paste into your AI chat:**

> I want to install Co-Dialectic to improve my AI conversations. Please read the install instructions at https://github.com/Exponential-OS/prompt-engineering-in-action and help me set it up. If you cannot access URLs, let me know and I'll paste the SKILL.md file contents directly.
Expand Down Expand Up @@ -407,4 +419,3 @@ Day 10: Both anticipate each other → Communication sharpens
**Generative principles accelerate the flywheel.** Every lesson codified as a broad principle (not a narrow keyword fix) covers infinite future situations. The broader the lesson, the faster the flywheel spins.

</details>

Loading