Skip to content

chore(docs): wire changelog-generator for cloud sessions - #554

Open
nir-singher-band wants to merge 1 commit into
mainfrom
chore/changelog-generator-cloud-wiring
Open

chore(docs): wire changelog-generator for cloud sessions#554
nir-singher-band wants to merge 1 commit into
mainfrom
chore/changelog-generator-cloud-wiring

Conversation

@nir-singher-band

Copy link
Copy Markdown
Collaborator

Summary

Makes /changelog-generator:generate actually runnable in this repo, including from Claude cloud sessions and routines.

Two gaps this closes:

  • .claude/settings.json existed only as an untracked local file with enabledPlugins, and with no extraKnownMarketplaces entry. Cloud sessions install plugins from the repo's committed settings, so the plugin resolved to nothing there.
  • .band/changelog.yml did not exist, and generate treats it as a required input.

Config values, and where they come from

Key Value Source
fern_repo thenvoi/fern band-ai/fern no longer resolves; thenvoi/fern is the live docs source
fern_changelog_path fern/changelog/sdks surface dir holding this product's entries
product.label / product.tag Python SDK / python matches every existing entry in that surface
linear.team_key INT INT-#### identifiers throughout this repo's history
Slack live → integrations confirmed target channel
Discord draft webhook points at the private review channel; the config channel is a label only, so it is omitted

Still needed outside this PR

The cloud environment itself (network allowlist for api.linear.app, LINEAR_API_KEY and webhook vars, and a setup script installing gh + fern-api) is configured at claude.ai/code, not in the repo.

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.
@nir-singher-band nir-singher-band changed the title chore(changelog): wire changelog-generator for cloud sessions chore(docs): wire changelog-generator for cloud sessions Aug 19, 2026
@nir-singher-band
nir-singher-band requested a review from a team August 19, 2026 10:57
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.

2 participants