chore(docs): wire changelog-generator for cloud sessions - #554
Open
nir-singher-band wants to merge 1 commit into
Open
chore(docs): wire changelog-generator for cloud sessions#554nir-singher-band wants to merge 1 commit into
nir-singher-band wants to merge 1 commit into
Conversation
Register the private-agent-skills marketplace in project settings so cloud sessions (web, mobile, routines) install changelog-generator at session start; enabledPlugins alone left the plugin unresolvable there, and the file was never committed. Add .band/changelog.yml so generate has its required config: thenvoi/fern sdks surface, Python SDK label and python tag matching the entries already published there, Linear team INT, Slack live to #integrations, Discord draft.
AlexanderZ-Band
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes
/changelog-generator:generateactually runnable in this repo, including from Claude cloud sessions and routines.Two gaps this closes:
.claude/settings.jsonexisted only as an untracked local file withenabledPlugins, and with noextraKnownMarketplacesentry. Cloud sessions install plugins from the repo's committed settings, so the plugin resolved to nothing there..band/changelog.ymldid not exist, andgeneratetreats it as a required input.Config values, and where they come from
fern_repothenvoi/fernband-ai/fernno longer resolves;thenvoi/fernis the live docs sourcefern_changelog_pathfern/changelog/sdksproduct.label/product.tagPython SDK/pythonlinear.team_keyINTintegrationschannelis a label only, so it is omittedStill needed outside this PR
The cloud environment itself (network allowlist for
api.linear.app,LINEAR_API_KEYand webhook vars, and a setup script installinggh+fern-api) is configured at claude.ai/code, not in the repo.