fix: reconcile .claude/skills blobs with hardlinked .agents/skills
The skill SKILL.md files are hardlinked across .agents/skills/ and .claude/skills/ (same inode, two paths), but git had committed divergent blobs: the .agents/ copies carried an "Extended reference: AGENTS.md" note that the .claude/ copies lacked. Because one physical file cannot match two different blobs, the working tree was permanently dirty on the three .claude/skills paths. Stage the .claude copies so both paths commit identical content (with the AGENTS.md reference note, the fuller intended version). Restores a clean git status and keeps it clean across checkouts. Affected skills: flux-best-practices, vercel-composition-patterns, vercel-react-best-practices.
This commit is contained in:
@@ -11,6 +11,8 @@ metadata:
|
||||
|
||||
Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation.
|
||||
|
||||
> **Extended reference:** [`AGENTS.md`](AGENTS.md) in this directory is the long-form upstream FLUX guide (vendored from Black Forest Labs). It is supplementary reference material scoped to this skill only — `SKILL.md` is the loadable entry point and the authority. It does not override or extend the repository-root `AGENTS.md` / `AGENT_GUIDE.md`.
|
||||
|
||||
## When to Use
|
||||
|
||||
- Creating prompts for FLUX.2 or FLUX.1 models
|
||||
|
||||
Reference in New Issue
Block a user