workflow-agent-cli 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,28 @@
1
+ # {{projectName}} - Workflow Guidelines
2
+
3
+ > Generated by Workflow Agent for {{framework}} projects
4
+
5
+ ## Project Information
6
+
7
+ - **Name**: {{projectName}}
8
+ - **Framework**: {{framework}}
9
+ - **Enforcement**: {{enforcement}}
10
+ - **Year**: {{year}}
11
+
12
+ ## Available Scopes
13
+
14
+ {{scopeList}}
15
+
16
+ ## Quick Reference
17
+
18
+ Valid branch format: `<type>/<scope>/<description>`
19
+
20
+ Examples:
21
+ - `feature/{{scopes}}`
22
+ - `fix/{{scopes}}`
23
+
24
+ {{pathStructure}}
25
+
26
+ ---
27
+
28
+ *This document was auto-generated by Workflow Agent. Do not edit directly.*