Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is the [Plane](https://plane.so) product documentation site, built with [Vi
| Tool | Version/Notes |
| --------------- | --------------- |
| Framework | VitePress 1.6.3 |
| Package manager | pnpm 10 |
| Package manager | pnpm 11.8.0 |
| Node | >=24.0.0 |
| Formatting | oxfmt |
| Styling | Tailwind CSS v4 |
Expand Down Expand Up @@ -84,7 +84,7 @@ Run `pnpm fix:format` before committing. CI checks formatting via `pnpm check:fo
## Branches and PRs

- Default/main branch: `master`
- Active development and review happens on the `preview` branch — open PRs targeting `preview`, not `master`.
- Open PRs targeting `master`.
- Branch naming: use short descriptive slugs (e.g., `fix/csv-importer-typo`, `docs/add-milestones-page`).
- Commit messages: `<type>: short description` — link to an issue where applicable (e.g., `docs: add recurring work items page (#412)`).

Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,5 @@
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"esbuild": "^0.25.0",
"vite": "6.4.2"
}
}
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}
69 changes: 36 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
allowBuilds:
esbuild: true
vue-demi: true
ignoredBuiltDependencies:
- esbuild
overrides:
esbuild: ^0.25.0
vite: 6.4.3
postcss: ^8.5.10
Loading