Skip to content

Commit a0f0375

Browse files
authored
Merge branch 'main' into main
2 parents 8dc7bd0 + 2adc93c commit a0f0375

4 files changed

Lines changed: 1 addition & 14 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ globs:
1919
# Files to ignore
2020
ignores:
2121
- "**/node_modules/**"
22-
- ".claude/docs/**"
2322

2423
# Rule configuration
2524
config:

AGENTS.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,6 @@ agent-plugins/
119119

120120
Default to **dev sizing** unless user says "production".
121121

122-
## Reference Documentation
123-
124-
See `.claude/docs/` for Claude Code plugin system reference:
125-
126-
- `plugin_overview.md` - Creating plugins
127-
- `plugin_marketplace_distribution.md` - Marketplace distribution
128-
- `plugin_reference.md` - Complete technical reference
129-
- `skills_docs.md` - Skill authoring guide
130-
131122
## Development commands (mise)
132123

133124
The project uses [mise](https://mise.jdx.dev) for tool versions and tasks. Ensure mise is installed, then from the repo root:

docs/DESIGN_GUIDELINES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,5 @@ Before submitting a plugin, verify:
571571
## Additional Resources
572572

573573
- [Agent Skills specification](https://agentskills.io/specification) - Official format for SKILL.md frontmatter and directory structure
574-
- `.claude/docs/skills_docs.md` - Skill authoring technical reference
575-
- `.claude/docs/plugin_reference.md` - Plugin manifest specification
576574
- `../schemas/` - JSON schemas for validation
577575
- `../CLAUDE.md` - Repository-specific instructions

dprint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"excludes": [
44
"**/node_modules/**",
55
"**/.git/**",
6-
"**/dist/**",
7-
"**/.claude/docs/**"
6+
"**/dist/**"
87
],
98
"indentWidth": 2,
109
"json": {

0 commit comments

Comments
 (0)