Skip to content

chore: Improve Claude setup#548

Merged
Patrick Lafrance (patricklafrance) merged 1 commit into
mainfrom
645765765757
Mar 2, 2026
Merged

chore: Improve Claude setup#548
Patrick Lafrance (patricklafrance) merged 1 commit into
mainfrom
645765765757

Conversation

@patricklafrance
Copy link
Copy Markdown
Member

  • Deleted JavaScript performance rules from js-rules.md
  • Deleted rendering performance rules from rendering-rules.md
  • Deleted re-render optimization rules from rerender-rules.md
  • Updated CLAUDE.md to reflect changes in documentation structure
  • Updated agent-skills.md to clarify skill directories
  • Updated progressive disclosure design decision to reflect Memory Index terminology
  • Updated ODR index to reference Memory Index instead of Documentation Index
  • Updated skills-lock.json with new computed hash for turborepo

…rences

- Deleted JavaScript performance rules from js-rules.md
- Deleted rendering performance rules from rendering-rules.md
- Deleted re-render optimization rules from rerender-rules.md
- Updated CLAUDE.md to reflect changes in documentation structure
- Updated agent-skills.md to clarify skill directories
- Updated progressive disclosure design decision to reflect Memory Index terminology
- Updated ODR index to reference Memory Index instead of Documentation Index
- Updated skills-lock.json with new computed hash for turborepo
Copilot AI review requested due to automatic review settings March 2, 2026 16:46
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 2, 2026

Open in StackBlitz

@squide/core

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/core@548

@squide/env-vars

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/env-vars@548

@squide/fakes

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/fakes@548

@squide/firefly

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/firefly@548

@squide/firefly-module-federation

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/firefly-module-federation@548

@squide/firefly-rsbuild-configs

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/firefly-rsbuild-configs@548

@squide/firefly-rsbuild-storybook

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/firefly-rsbuild-storybook@548

@squide/firefly-webpack-configs

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/firefly-webpack-configs@548

@squide/i18next

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/i18next@548

@squide/launch-darkly

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/launch-darkly@548

@squide/msw

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/msw@548

@squide/react-router

pnpm add https://pkg.pr.new/workleap/wl-squide/@squide/react-router@548

commit: 16d321b

@patricklafrance Patrick Lafrance (patricklafrance) merged commit 68bfcc2 into main Mar 2, 2026
9 of 10 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

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 refactors the agent/Claude documentation and skill layout by removing several bundled skill reference documents, updating terminology from “Documentation Index” to “Memory Index”, and refreshing the locked skill hash for Turborepo.

Changes:

  • Rename CLAUDE.md “Documentation Index” to “Memory Index” and update related ODR references/terminology.
  • Update agent skill documentation to describe the new skill directory structure.
  • Remove multiple skill reference documents (React best practices, Chromatic best practices, Turborepo docs, pnpm docs, agent-browser templates/docs, etc.) and update skills-lock.json Turborepo hash.

Reviewed changes

Copilot reviewed 79 out of 79 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills-lock.json Updates the locked computedHash for the turborepo skill.
agent-docs/odr/index.md Updates ODR summary wording to “Memory Index”.
agent-docs/odr/0010-claude-md-progressive-disclosure-design.md Marks ODR-0010 as accepted and replaces “Documentation Index” with “Memory Index”.
agent-docs/docs/references/agent-skills.md Updates skill directory documentation (now “three” directories, adds .claude/skills/).
CLAUDE.md Renames “Documentation Index” section to “Memory Index” and trims the intro line.
Multiple files under .claude/skills/** and .agents/skills/** Removes a large set of skill/reference documents and templates.

Comment thread agent-docs/odr/index.md
|---|---|
| Skill SKILL.md body keeps only critical patterns; everything else lives in reference files. Body should not grow past ~250 lines. | [0008](./0008-skill-body-reference-split.md) |
| CLAUDE.md uses a single Documentation Index with keyword summaries — never a separate routing table. Section anchors are added only for files over ~80 lines with distinct, high-frequency sub-tasks. Never add folder links to category headings. Keep the file under ~55 lines. | [0010](./0010-claude-md-progressive-disclosure-design.md) |
| CLAUDE.md uses a single Memory Index with keyword summaries — never a separate routing table. Section anchors are added only for files over ~80 lines with distinct, high-frequency sub-tasks. Never add foler links to category headings. Keep the file under ~55 lines. | [0010](./0010-claude-md-progressive-disclosure-design.md) |
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

Typo in the ODR table row: "Never add foler links" should be "Never add folder links".

Copilot uses AI. Check for mistakes.
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