Skip to content

fix(portal-deploy): load expose refs only on their branch - #334

Merged
gosunuts merged 2 commits into
mainfrom
fix/expose-skill-short-process
Aug 28, 2026
Merged

fix(portal-deploy): load expose refs only on their branch#334
gosunuts merged 2 commits into
mainfrom
fix/expose-skill-short-process

Conversation

@gosunuts

Copy link
Copy Markdown
Member

Summary

Ordinary HTTP preview was loading x402, safety, game-hosting, and CLI reference docs before the expose recipe ran. Agents now follow the workflow in order and open those files only on the matching branch. HTTP ready is the service ready at https://... line, not the first relay https://. Portal friction, if any, is one sanitized sentence in the conversation — no finding store, feedback CLI, or extra GitHub/relay queries.

Closes #332
See also: #326, #331

Ordinary HTTP preview was paying the cost of x402, safety, game, and
CLI docs before the recipe ran. Keep those reads on the matching
branch and treat service ready at as the HTTP ready signal.
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f29c61fb-6265-4bef-b55e-5a186b79c112

📥 Commits

Reviewing files that changed from the base of the PR and between acecc57 and 375f3b1.

📒 Files selected for processing (1)
  • plugins/portal-deploy/skills/portal-expose/SKILL.md

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.

📜 Recent review details
🔇 Additional comments (1)
plugins/portal-deploy/skills/portal-expose/SKILL.md (1)

11-11: LGTM!

Also applies to: 53-53, 75-75, 101-102


📝 Walkthrough

Summary by CodeRabbit

  • Documentation
    • Clarified the Portal workflow order and when to consult reference materials.
    • Updated guidance to use the installed Portal CLI for command options.
    • Refined HTTP tunnel readiness checks to rely on the service-ready message.
    • Added instructions for reporting Portal-specific friction without initiating feedback workflows.

Walkthrough

Changes

Portal expose guidance

Layer / File(s) Summary
Branch-specific workflow guidance
plugins/portal-deploy/skills/portal-expose/SKILL.md
Reference files are now opened only for applicable branches. The installed Portal version is the sole compatibility baseline.
Readiness and friction handoff
plugins/portal-deploy/skills/portal-expose/SKILL.md
HTTP readiness now requires the service ready at https://... line. Material Portal friction is reported in one sanitized sentence without unsolicited GitHub feedback handling.

Merge Risk: ⚪ Minimal · up to 375f3

This localized change adjusts when reference documentation is opened and clarifies readiness and handoff instructions; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title uses Conventional Commits syntax and accurately describes branch-local loading of expose references.
Description check ✅ Passed The description directly explains the branch-local reference loading, readiness signal, and Portal friction handling changes.
Linked Issues check ✅ Passed The changes address issue [#332] by moving branch-specific reference reads onto relevant branches while preserving the ordered expose workflow, HTTP readiness handling, and ordinary preview behavior. …
Out of Scope Changes check ✅ Passed The documented changes remain within the linked issue scope. The readiness clarification and sanitized friction guidance support the stated expose-skill objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Full details: Linked Issues check

Explanation

The changes address issue [#332] by moving branch-specific reference reads onto relevant branches while preserving the ordered expose workflow, HTTP readiness handling, and ordinary preview behavior. They also avoid feedback tooling and extra queries.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/expose-skill-short-process

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gosunuts
gosunuts merged commit cfb06ea into main Aug 28, 2026
6 of 7 checks passed
@gosunuts
gosunuts deleted the fix/expose-skill-short-process branch August 28, 2026 02:25
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.

portal-expose loads every branch reference at the start of every run

1 participant