Skip to content

chore(claude): track fleet rule symlinks (github-app + tailwind)#4

Merged
cloudingenium-automation[bot] merged 1 commit into
masterfrom
chore/track-fleet-rule-symlinks
Apr 27, 2026
Merged

chore(claude): track fleet rule symlinks (github-app + tailwind)#4
cloudingenium-automation[bot] merged 1 commit into
masterfrom
chore/track-fleet-rule-symlinks

Conversation

@JCBauza

@JCBauza JCBauza commented Apr 27, 2026

Copy link
Copy Markdown
Collaborator

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 BfxPingPongBot which already tracks these symlinks.

Test plan

  • Symlinks resolve correctly (verified locally)
  • No source code changed
  • CI passes

🤖 Generated with Claude Code

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)
Copilot AI review requested due to automatic review settings April 27, 2026 03:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md symlink (GitHub App identity/auth patterns).
  • Add/track .claude/rules/tailwind.md symlink (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
cloudingenium-automation Bot merged commit e03ee1e into master Apr 27, 2026
7 of 10 checks passed
@cloudingenium-automation
cloudingenium-automation Bot deleted the chore/track-fleet-rule-symlinks branch April 27, 2026 14:26
JCBauza added a commit that referenced this pull request May 1, 2026
… plan-lifecycle) (#8)

Three new fleet-wide rules added today (2026-05-01) to the workspace
`.claude/rules/` source-of-truth dir. Add symlinks so this repo participates
in the shared rules surface. Mirrors precedent: this repo's #4.

Co-authored-by: JCBauza <5790807+JCBauza@users.noreply.github.com>
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