chore(claude): track fleet rule symlinks (github-app + tailwind)#4
Merged
cloudingenium-automation[bot] merged 1 commit intoApr 27, 2026
Merged
Conversation
Adds the canonical fleet rule symlinks to this repo's `.claude/rules/` matching the BfxPingPongBot pattern: .claude/rules/github-app.md → ../../../.claude/rules/github-app.md .claude/rules/tailwind.md → ../../../.claude/rules/tailwind.md These symlinks point to the workspace-root canonical rule files. They were created by the fleet bootstrap on 2026-04-24/25 but never committed. Tracking them here so Claude Code can discover the rules when working in this repo via path-glob auto-loading. No source code touched; pure infrastructure plumbing. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
There was a problem hiding this comment.
Pull request overview
This PR aims to commit two fleet-standard Claude rule symlinks into this repository’s .claude/rules/ directory to keep rule configuration consistent across repositories.
Changes:
- Add/track
.claude/rules/github-app.mdsymlink (GitHub App identity/auth patterns). - Add/track
.claude/rules/tailwind.mdsymlink (Tailwind CSS conventions; effectively a no-op here, but included for fleet consistency).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.claude/rules/github-app.md |
Tracks fleet-wide GitHub App rule via symlink into this repo. |
.claude/rules/tailwind.md |
Tracks fleet-wide Tailwind rule via symlink into this repo. |
cloudingenium-automation
Bot
deleted the
chore/track-fleet-rule-symlinks
branch
April 27, 2026 14:26
1 task
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
Tracks two fleet-wide Claude rule symlinks in this repo's
.claude/rules/:.claude/rules/github-app.md— GitHub App identity + auth patterns (rate-limit pool, token mint, bot vs PAT).claude/rules/tailwind.md— Tailwind CSS conventions (no-op for non-frontend repos but kept for fleet consistency)Both are symlinks to the workspace-root canonical files at
/datadrive/vscode/.claude/rules/. The symlinks were created by the fleet bootstrap on 2026-04-24/25 but never committed.Pattern
Mirrors
BfxPingPongBotwhich already tracks these symlinks.Test plan
🤖 Generated with Claude Code