-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapm.yml
More file actions
20 lines (17 loc) · 714 Bytes
/
Copy pathapm.yml
File metadata and controls
20 lines (17 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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:
- danielmeppiel/azure-standards@1.0.0
# 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"