feat: Add automated workflow documentation generation and standardization

This commit is contained in:
copilot-swe-agent[bot]
2025-10-17 01:08:06 +00:00
parent 2527b2fe33
commit dd0ae9e2ba
17 changed files with 720 additions and 10 deletions

View File

@@ -41,6 +41,7 @@
"test:browser": "pnpm exec nx e2e",
"test:unit": "nx run test",
"typecheck": "vue-tsc --noEmit",
"workflow:docs": "tsx scripts/cicd/generate-workflow-docs.ts",
"zipdist": "node scripts/zipdist.js"
},
"devDependencies": {
@@ -109,6 +110,7 @@
"vue-component-type-helpers": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:",
"yaml": "catalog:",
"zip-dir": "^2.0.0",
"zod-to-json-schema": "catalog:"
},