fix: elements help text lists incorrect element types#260
Merged
rdmueller merged 1 commit intodocToolchain:mainfrom Feb 7, 2026
Merged
fix: elements help text lists incorrect element types#260rdmueller merged 1 commit intodocToolchain:mainfrom
rdmueller merged 1 commit intodocToolchain:mainfrom
Conversation
Replace outdated 'diagram' type with correct types: admonition, code, image, list, plantuml, table across CLI help, MCP docstring, API models, API type mappings, and documentation specs. Fixes docToolchain#259 Co-Authored-By: Claude Opus 4.6 <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.
Summary
diagramelement type with correct types:admonition,code,image,list,plantuml,tablediagramChanges
src/dacli/cli.py- Updated--typehelp textsrc/dacli/mcp_app.py- Updatedget_elementsdocstringsrc/dacli/api/models.py- UpdatedVALID_ELEMENT_TYPESandElementItemfield descriptionsrc/dacli/api/content.py- UpdatedELEMENT_TYPE_TO_APIandAPI_TYPE_TO_ELEMENTmappings, query descriptionsrc/docs/spec/02_api_specification.adoc- Updated Element data model and error examplesrc/docs/spec/03_acceptance_criteria.adoc- Updated Gherkin scenario to useplantumlsrc/docs/50-user-manual/20-mcp-tools.adoc- Updated parameter descriptiontests/test_elements_help_types_259.py- New test file (5 tests)tests/test_content_access_api.py- Updated existing test to useplantumltypeTest plan
Fixes #259
🤖 Generated with Claude Code