You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: consolidate show-describe proposals into 11-proposals and update index
Move 19 SHOW/DESCRIBE proposals from docs/03-development/proposals/
to docs/11-proposals/ alongside all other proposals. Remove the old
proposals README. Update the index with tiered SHOW/DESCRIBE section
and linter proposal.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|[Bulk Widget Property Updates](PROPOSAL_bulk_widget_property_updates.md)| Draft | Bulk find/modify custom widget properties across pages and snippets | — |
105
105
|[Structure Command](mxcli-structure-proposal.md)| Partial | Token-efficient project structure overview. SHOW STRUCTURE exists but some gaps remain | — |
106
106
107
+
### SHOW/DESCRIBE for Missing Document Types
108
+
109
+
Add read-only SHOW and DESCRIBE commands for Mendix document types that lack MDL support. Prioritized by prevalence across real-world projects. All follow the same implementation pattern (AST constant, grammar rule, visitor, executor handler).
110
+
111
+
**Tier 1 — High Priority** (heavily used, present in all analyzed projects):
112
+
113
+
| Proposal | Status | Summary | Reader Exists |
114
+
|----------|--------|---------|---------------|
115
+
|[JavaScript Actions](show-describe-javascript-actions.md)| Proposed | SHOW/DESCRIBE for `JavaScriptActions$JavaScriptAction` (283 across 3 projects) | Yes |
|[Regular Expressions](show-describe-regular-expressions.md)| Proposed | SHOW/DESCRIBE for `RegularExpressions$RegularExpression` (13). Very low complexity | No |
140
+
|[Custom Icon Collections](show-describe-custom-icon-collections.md)| Proposed | SHOW/DESCRIBE for `CustomIcons$CustomIconCollection` (8) | No |
141
+
|[Menu Documents](show-describe-menu-documents.md)| Proposed | SHOW/DESCRIBE for `Menus$MenuDocument` (6). Recursive menu items | No |
142
+
|[Queues](show-describe-queues.md)| Proposed | SHOW/DESCRIBE for `Queues$Queue` (5). Very low complexity | No |
143
+
|[Pluggable Widgets](show-describe-pluggable-widgets.md)| Proposed | Improve DESCRIBE output for pluggable (React) widgets that fall through to generic formatting | Yes |
144
+
145
+
### Linting
146
+
147
+
| Proposal | Status | Summary | Depends On |
148
+
|----------|--------|---------|------------|
149
+
|[Linter Framework](PROPOSAL_mxcli_linter.md)| Partial | Built-in Go rules (14) + Starlark extensible engine done. Some advanced rules remain | — |
0 commit comments