From 0fd9a46d52828a41cc880bd4673d81c9c7d27867 Mon Sep 17 00:00:00 2001 From: JCBauza <5790807+JCBauza@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:01:03 +0000 Subject: [PATCH] chore(claude): track fleet rule symlinks (github-app + tailwind) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .claude/rules/github-app.md | 1 + .claude/rules/tailwind.md | 1 + 2 files changed, 2 insertions(+) create mode 120000 .claude/rules/github-app.md create mode 120000 .claude/rules/tailwind.md diff --git a/.claude/rules/github-app.md b/.claude/rules/github-app.md new file mode 120000 index 0000000..e268938 --- /dev/null +++ b/.claude/rules/github-app.md @@ -0,0 +1 @@ +../../../.claude/rules/github-app.md \ No newline at end of file diff --git a/.claude/rules/tailwind.md b/.claude/rules/tailwind.md new file mode 120000 index 0000000..af79fb5 --- /dev/null +++ b/.claude/rules/tailwind.md @@ -0,0 +1 @@ +../../../.claude/rules/tailwind.md \ No newline at end of file