-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathapm.yml
More file actions
24 lines (19 loc) · 808 Bytes
/
apm.yml
File metadata and controls
24 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: spec2cloud
version: 1.0.0
description: AI-powered Azure development workflow - from spec to cloud
author: EmeaAppGbb
license: MIT
# APM dependencies replace git subtrees
dependencies:
apm:
- EmeaAppGbb/spec2cloud-guidelines
- EmeaAppGbb/spec2cloud-guidelines-backend
- EmeaAppGbb/spec2cloud-guidelines-frontend
# Workflow shortcuts - run with: apm run <script-name>
scripts:
prd: "copilot --allow-tool -p .github/prompts/prd.prompt.md"
frd: "copilot --allow-tool -p .github/prompts/frd.prompt.md"
plan: "copilot --allow-tool -p .github/prompts/plan.prompt.md"
implement: "copilot --allow-tool -p .github/prompts/implement.prompt.md"
delegate: "copilot --allow-tool -p .github/prompts/delegate.prompt.md"
deploy: "copilot --allow-tool -p .github/prompts/deploy.prompt.md"