Skip to content

[codex] Condense skill core loop#8

Merged
baskduf merged 1 commit into
mainfrom
codex/condense-skill-loop
Jun 18, 2026
Merged

[codex] Condense skill core loop#8
baskduf merged 1 commit into
mainfrom
codex/condense-skill-loop

Conversation

@baskduf

@baskduf baskduf commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Condense codex-fable5 SKILL.md around non-negotiables, a core loop, and a routing map so the primary execution rules stay more salient.
  • Preserve final verification, findings gate, task-routing, communication, currentness, provider, and provenance behavior after the condensation.
  • Strengthen tests and release docs so SKILL routing structure and pinned FABLE-5 source validation stay covered.

Why

The previous skill body was valid but dense: many rules had the same visual weight, which made the core loop easier to miss during real use. This keeps the skill body lean while leaving detailed guidance in references.

Validation

  • python3 -m unittest discover -s tests -v
  • python3 -m py_compile plugins/codex-fable5/skills/codex-fable5/scripts/codex_findings.py plugins/codex-fable5/skills/codex-fable5/scripts/codex_goals.py plugins/codex-fable5/skills/codex-fable5/scripts/fable_coverage.py plugins/codex-fable5/skills/codex-fable5/scripts/make_litellm_config.py tests/test_scripts.py
  • sh -n plugins/codex-fable5/bin/codex-fable5 && sh -n plugins/codex-fable5/bin/codex-findings && sh -n plugins/codex-fable5/bin/codex-goals
  • python3 plugins/codex-fable5/skills/codex-fable5/scripts/fable_coverage.py
  • git diff --check
  • codex-fable5 findings gate
  • final fresh sub-agent review: NO FINDINGS

@baskduf baskduf marked this pull request as ready for review June 18, 2026 05:55
@baskduf baskduf merged commit a8f350a into main Jun 18, 2026
3 checks passed
@baskduf baskduf deleted the codex/condense-skill-loop branch June 18, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant