docs(skills,mcp): LeanIX bridge references and agent-facing docs#2828
Conversation
Made-with: Cursor
…nce row Made-with: Cursor
…n cli table Made-with: Cursor
🦋 Changeset detectedLatest commit: bb69f1b The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis pull request updates documentation to add LeanIX/Draw.io bridge guidance, clarify MCP server responsibilities, and extend the LikeC4 DSL agent skill docs with a new bridge reference and LeanIX-specific CLI workflows. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
… SKILL.md index) Made-with: Cursor
| --- | ||
| name: likec4-dsl | ||
| description: Use when working with `.c4`/`.likec4` files or LikeC4 CLI/config questions where exact DSL/CLI syntax is required, especially for strict command/snippet-first answers, validate/export flags, predicates `*`/`_`/`**`, deployment snippets, dynamic views, or relationship extension matching. | ||
| description: Use when working with `.c4`/`.likec4` files or LikeC4 CLI/config questions where exact DSL/CLI syntax is required, especially for strict command/snippet-first answers, validate/export flags, predicates `*`/`_`/`**`, deployment snippets, dynamic views, or relationship extension matching. LeanIX bridge or drawio `--profile leanix` (sync, artifacts, bridge-managed cells) → `references/bridge-leanix-drawio.md`. |
There was a problem hiding this comment.
Don't think we need it in description, mentioning it in Reference Index should be enough
There was a problem hiding this comment.
Greatful for the feedback! Agreed on that — updated accordingly: lean description for routing, LeanIX/drawio details only via the Reference Index + references/bridge-leanix-drawio.md. Thanks!
…feedback) Made-with: Cursor
Summary
This PR contains documentation and agent-skill updates only:
AGENTS.md: agent-oriented pointers for the repo and LeanIX bridge workflow.packages/mcp/README.md: clarify MCP vs LeanIX bridge and Draw.io--profile leanix.skills/likec4-dsl/:SKILL.mdplus referencesbridge-leanix-drawio.mdandcli.md.Includes changeset:
.changeset/leanix-bridge-skills-mcp-docs.md.A separate PR covers
@likec4/config,@likec4/generators, and@likec4/leanix-bridgecode/test changes (no file overlap). Either PR can merge first.Motivation
Keeps docs and skills in their own PR so reviewers do not mix them with schema, mapping, and generator test changes.
Verification
This PR changes Markdown only (
AGENTS.md,packages/mcp/README.md,skills/likec4-dsl/). There are no diagram app or docs-site UI changes in this diff.pnpm testis still a reasonable local sanity check for the monorepo (optional for a pure-doc PR, but recommended if your branch is not up to date withmain).pnpm test:e2e, mobile/tablet/desktop) are N/A for validating this documentation-only diff; use them only if you want broader unrelated regression coverage.Per CONTRIBUTING, if you do run tests, prefer a clean tree (
pnpm cleanbeforepnpm testif you hit stale ignored*.jsunderpackages/*/src/— see.gitignore).Checklist
mainbefore creating this PR.pnpm test:e2eonly if you want full Playwright coverage unrelated to this diff.)