Skip to content

Commit 489c0b4

Browse files
authored
chore: update docs dependency to npm package (#55)
* chore: update docs dependency to npm package - Change docs-please from workspace:* to ^0.2.1-beta.0 - Update Claude plugin settings - Fix minor formatting issues * chore: update lockfile for npm dependency
1 parent ad05127 commit 489c0b4

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

.claude/rules/agentskills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- [Overview](https://agentskills.io/home.md): A simple, open format for giving agents new capabilities and expertise.
66
- [Integrate skills into your agent](https://agentskills.io/integrate-skills.md): How to add Agent Skills support to your agent or tool.
77
- [Specification](https://agentskills.io/specification.md): The complete format specification for Agent Skills.
8-
- [What are skills?](https://agentskills.io/what-are-skills.md): Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.
8+
- [What are skills?](https://agentskills.io/what-are-skills.md): Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.

.claude/settings.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
"deny": [],
2222
"ask": []
2323
},
24-
"enabledPlugins": {
25-
"context7@claude-plugin-official": true,
26-
"hookify@claude-plugin-official": true,
27-
"context7@claude-plugins-official": true,
28-
"github@claude-plugins-official": true,
29-
"asana@claude-plugins-official": true
30-
},
3124
"hooks": {
3225
"PostToolUse": [
3326
{
@@ -46,5 +39,12 @@
4639
]
4740
}
4841
]
42+
},
43+
"enabledPlugins": {
44+
"hookify@claude-plugins-official": false,
45+
"github@claude-plugins-official": true,
46+
"asana@claude-plugins-official": true,
47+
"typescript-lsp@claude-plugins-official": true,
48+
"context7@claude-plugins-official": true
4949
}
5050
}

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"docs-please": "workspace:*"
13+
"docs-please": "^0.2.1-beta.0"
1414
},
1515
"devDependencies": {
1616
"@tailwindcss/vite": "^4.1.17",

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"typecheck": "tsc -p tsconfig.json --noEmit",
2727
"test": "bun test ./test"
2828
},
29-
"dependencies": {
30-
"pino": "^9.6.0"
31-
},
32-
"devDependencies": {
33-
"@types/bun": "latest",
34-
"pino-pretty": "^13.0.0",
35-
"typescript": "^5.7.0"
36-
},
3729
"peerDependencies": {
3830
"pino-pretty": "^13.0.0"
3931
},
4032
"peerDependenciesMeta": {
4133
"pino-pretty": {
4234
"optional": true
4335
}
36+
},
37+
"dependencies": {
38+
"pino": "^9.6.0"
39+
},
40+
"devDependencies": {
41+
"@types/bun": "latest",
42+
"pino-pretty": "^13.0.0",
43+
"typescript": "^5.7.0"
4444
}
4545
}

0 commit comments

Comments
 (0)