fix(skills): restore Aristotle Integration regression from #26#27
Merged
Conversation
PR #26's rewrite of the adversarial skill collapsed the explicit "Aristotle Integration" section into a one-line mention, dropping the canonical phase names. This regressed TestAdversarialReferences (test_has_aristotle_ integration_section, test_references_assumption_autopsy) — masked in CI by a `|| true` on the pytest step, so it merged silently. It also violates the non-negotiable "preserve Aristotle + 5 phases" project principle. Restore a dedicated "## Aristotle Integration" section listing the five canonical phases (Assumption Autopsy, Irreducible Truths, Reconstruction, Assumption vs Truth Map, Aristotelian Move), turned toward opposite-analysis. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
PR #26's rewrite of the
adversarialskill dropped the explicit Aristotle Integration section, regressing two tests:tests/test_v3_integration.py::TestAdversarialReferences::test_has_aristotle_integration_sectiontests/test_v3_integration.py::TestAdversarialReferences::test_references_assumption_autopsyThese failures were masked in CI by a
|| trueon thepytest tests/step (.github/workflows/ci.yml:93), so the regression merged tomainsilently. It also violates the non-negotiable "preserve Aristotle + 5 phases" project principle.Fix
Restore a dedicated
## Aristotle Integrationsection listing the five canonical phases (Assumption Autopsy, Irreducible Truths, Reconstruction, Assumption vs Truth Map, Aristotelian Move), framed for opposite-analysis.Verification
pytest tests/test_v3_integration.py::TestAdversarialReferences→ 2 passed.🤖 Generated with Claude Code