Skip to content

chore: make platforma-dev skill to use latest backend build by default#1640

Open
DenKoren wants to merge 1 commit into
mainfrom
chore/run-binary-back-by-default
Open

chore: make platforma-dev skill to use latest backend build by default#1640
DenKoren wants to merge 1 commit into
mainfrom
chore/run-binary-back-by-default

Conversation

@DenKoren

@DenKoren DenKoren commented May 14, 2026

Copy link
Copy Markdown
Member

Greptile Summary

This PR adds a single instruction to the platforma-dev skill directing it to start the latest binary backend release by default, only falling back to building from sources when explicitly requested.

  • SKILL.md: One line added under "Running a local platforma server for tests" — Start latest binary backend release unless explicitly asked to use sources. — establishing the binary release as the default behaviour.
  • .changeset/eight-pumas-repair.md: Empty changeset (no version bump), appropriate since only a skill documentation file is modified.

Confidence Score: 5/5

Safe to merge — only a one-line skill instruction and an empty changeset are changed.

Both changed files are purely instructional: a single sentence added to a Claude skill file and an empty changeset. There is no production code, no logic, and no schema or configuration at risk.

No files require special attention.

Important Files Changed

Filename Overview
.changeset/eight-pumas-repair.md Empty changeset (no version bump), appropriate for a docs/skill-only change.
.claude/skills/platforma-dev/SKILL.md Adds one line instructing the skill to use the latest binary backend release by default unless sources are explicitly requested.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[platforma-dev skill invoked] --> B{User explicitly requests\nsource build?}
    B -- Yes --> C[Build backend from sources]
    B -- No --> D[Download & start latest\nbinary backend release]
    C --> E[Run tests / dev environment]
    D --> E
Loading

Reviews (1): Last reviewed commit: "chore: make platforma-dev skill to use l..." | Re-trigger Greptile

@changeset-bot

changeset-bot Bot commented May 14, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0328e70

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new changeset file and updates the documentation in SKILL.md to clarify that the latest binary backend release should be used for local server tests unless sources are explicitly requested. I have no feedback to provide.

@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.55%. Comparing base (d0407a3) to head (0328e70).
⚠️ Report is 9 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1640      +/-   ##
==========================================
+ Coverage   53.52%   53.55%   +0.03%     
==========================================
  Files         266      267       +1     
  Lines       15300    15457     +157     
  Branches     3257     3311      +54     
==========================================
+ Hits         8189     8278      +89     
- Misses       6037     6087      +50     
- Partials     1074     1092      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant