chore: enable fa-platform-plugin (+ drop archived-repo references) - #45
Open
toini wants to merge 1 commit into
Open
chore: enable fa-platform-plugin (+ drop archived-repo references)#45toini wants to merge 1 commit into
toini wants to merge 1 commit into
Conversation
No .github-private or claude-shared references found in this repo. Claude-Session: https://claude.ai/code/session_01Jd8F654qUnhwoSLvQozdKu
|
🤖 |
There was a problem hiding this comment.
Automated PR review by tibber-agents[bot] · anthropic-claude-opus-4.8. Advisory only — humans decide whether to merge.
Summary
Trivial, coherent config-only change: adds .claude/settings.json enabling fa-platform-plugin and registering the tibber/claude-plugins marketplace. The JSON is valid and matches the schema written by the interactive /plugin commands; it only affects Claude Code CLI sessions in this repo and has no bearing on the CI image build. Verified the body's claim — no .github-private or claude-shared references exist anywhere in the repo, so there is nothing stale to remove.
Issues
No actionable issues found.
Conventions consulted
- tibber/.github-private/org-wide-instructions.md
- README.md
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.
What
Adds
.claude/settings.jsonenabling thefa-platform-plugin@tibber-claude-pluginsplugin and registering the
tibber/claude-pluginsmarketplace it is served from.No
.github-privateorclaude-sharedreferences exist in this repo, so this PR is the settings file only.Why
PLA-1193
(retire
.github-privateandclaude-shared) — both repos are being retired. Theorg-wide engineering conventions they carried now ship as skills inside
fa-platform-plugin(intibber/claude-plugins), injected by a SessionStart hookinstead of fetched per repo. Neither repo can be archived until nothing references it,
so this sweep lands the plugin reference and removes the stale pointers.
Scope of effect
Per-repo
.claude/settings.jsononly affects Claude Code CLI sessions opened in thisrepo. Cowork workspaces already receive the plugin via marketplace sync from
claude-pluginsmain, so nothing changes there.This file is exactly what
/plugin marketplace add tibber/claude-plugins+/plugin install fa-platform-plugin@tibber-claude-pluginswrites — the interactivecommands are not scriptable across many repos, and committing the file is the
reviewable equivalent.
Part of a mechanical sweep across the fa-platform-owned repo set; one PR per repo.