[DO NOT MERGE] Claude code context file added, as well as new commands#58
[DO NOT MERGE] Claude code context file added, as well as new commands#58hjkmarshall wants to merge 2 commits intomainfrom
Conversation
Claude-built dimension picker added, for review
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
WalkthroughAddition of Claude guidance documentation for repository standards and workflows, combined with introduction of a new DimensionSelectFieldPro embeddable component comprising a React component wrapper and corresponding embeddable descriptor with input/output mapping. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.claude/claude.md:
- Around line 47-63: In .claude/claude.md update the markdown code fence that
wraps the repository tree to include a language tag (e.g., change the opening
"```" to "```text") so the block is labeled and MD040 is satisfied; locate the
block shown under the src/ tree and only modify the opening fence to include
"text" (no other content changes).
| ``` | ||
| src/ | ||
| ├── components/ | ||
| │ ├── charts/ # Chart components (bars/, pies/, lines/, shared/) | ||
| │ ├── editors/ # Form field editors & date pickers | ||
| │ ├── types/ # Component-specific types | ||
| │ └── utils/ # Component utilities | ||
| ├── editors/ # Standalone editors (ColorEditor) | ||
| ├── theme/ | ||
| │ ├── formatter/ # Data formatting (decimals, currency) | ||
| │ ├── i18n/translations/ # Locale files (en.ts, de.ts, etc.) | ||
| │ ├── styles/ # CSS variables, themes | ||
| │ └── theme.types.ts # Theme type definitions | ||
| ├── assets/ # Icons and fonts | ||
| ├── types/ # Global shared types | ||
| └── utils.ts/ # Global utilities (color, date, data, object, cache) | ||
| ``` |
There was a problem hiding this comment.
Add a language tag to the architecture fence. This satisfies MD040 and keeps lint clean.
✏️ Suggested fix
-```
+```text
src/
├── components/
│ ├── charts/ # Chart components (bars/, pies/, lines/, shared/)
│ ├── editors/ # Form field editors & date pickers
│ ├── types/ # Component-specific types
│ └── utils/ # Component utilities
├── editors/ # Standalone editors (ColorEditor)
├── theme/
│ ├── formatter/ # Data formatting (decimals, currency)
│ ├── i18n/translations/ # Locale files (en.ts, de.ts, etc.)
│ ├── styles/ # CSS variables, themes
│ └── theme.types.ts # Theme type definitions
├── assets/ # Icons and fonts
├── types/ # Global shared types
└── utils.ts/ # Global utilities (color, date, data, object, cache)
-```
+```🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
47-47: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents
In @.claude/claude.md around lines 47 - 63, In .claude/claude.md update the
markdown code fence that wraps the repository tree to include a language tag
(e.g., change the opening "```" to "```text") so the block is labeled and MD040
is satisfied; locate the block shown under the src/ tree and only modify the
opening fence to include "text" (no other content changes).
|


Claude-built dimension picker added, for review
Why is this pull-request needed?
Provide a high-level pull-request description of why this pull request is needed. This information will be used
by reviewers to understand the context of your pull-request.
Main changes
Describe the main changes in this pull-request in more detail.
Test evidence
Provide test evidence that the pull-request changes work as expected.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.