Initial import: SDE meeting toolkit (workshop tools + breadcrumb skill)

This commit is contained in:
2026-08-20 14:17:27 -07:00
commit ee8f869905
6 changed files with 1713 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "sde-meeting-toolkit",
"version": "1.0.0",
"private": true,
"description": "Local environment for the Project SDE meeting and workshop tools",
"scripts": {
"serve": "npx --yes serve . -l 5173",
"start": "npm run serve"
}
}