chore: share the project setup and actions through .openchamber/project.json

Track the worktree setup command, the DevHMR project action and the plans
directory so they follow the repository; screenshots stay ignored.
This commit is contained in:
Bohdan Triapitsyn
2026-09-07 17:58:03 +03:00
parent ec089b34e8
commit 0449d65921
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": 1,
"setupWorktree": [
"bun install"
],
"projectActions": [
{
"id": "5525a5ee-9c03-44d1-a401-1e4b9397765c",
"name": "DevHMR",
"command": "bun run dev:web:hmr",
"icon": "rocket"
}
],
"plansDir": ".openchamber/plans"
}