docs: fix .claude/CLAUDE.md drift#112
Merged
Merged
Conversation
The file predated most of 1.1.x: intro claimed 'parsing only, no planners' while a Planning-layer section sat below it; Key Files named pddlpy/test.py as the unit tests (legacy — the suite is 191 tests in tests/) and examples-pddl/ as the corpus (now tests/corpus/); the architecture diagram stopped at DomainProblem. Rewritten to cover the four deliverables (library, CLI, MCP server, skill), the layered architecture with the CLI/MCP/diagnostics modules, the Atom no-value-equality and pyparser-before-uv-sync gotchas, CI enforcement, and the approval gate in the release flow. Co-Authored-By: Claude Fable 5 <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.
Closes #107.
What
Rewrite
.claude/CLAUDE.mdto match the post-1.1.x project. Assessment before the fix: 63/100 (C) — currency was the worst axis.Drift fixed
planning/,cli.py+serialize.py,mcpserver.py,diagnostics.py,binding.py,docs/; corrected tests location (tests/+tests/corpus/;pddlpy/test.pymarked legacy).DomainProblem: planning layer (with the test-enforced layering rule) and the CLI/MCP surfaces.make pyparserbeforeuv sync).atom_tuple), UTF-8 reads (UnicodeDecodeError: PDDL files with non-ASCII bytes crash DomainProblem #103),mcpoptional extra, CI-enforced 100% coverage.pypi-environment approval gate and CI-built artifacts detail.Kept the original terse structure and the YAGNI/coverage style rules unchanged.
🤖 Generated with Claude Code