moai-adk 0.3.13__py3-none-any.whl → 0.4.1__py3-none-any.whl
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.
Potentially problematic release.
This version of moai-adk might be problematic. Click here for more details.
- moai_adk/__init__.py +1 -1
- moai_adk/__main__.py +1 -1
- moai_adk/cli/commands/__init__.py +1 -1
- moai_adk/cli/commands/doctor.py +2 -2
- moai_adk/cli/commands/init.py +10 -5
- moai_adk/cli/commands/status.py +1 -1
- moai_adk/cli/commands/update.py +210 -8
- moai_adk/cli/prompts/init_prompts.py +15 -19
- moai_adk/core/__init__.py +1 -1
- moai_adk/core/diagnostics/slash_commands.py +1 -1
- moai_adk/core/git/branch.py +1 -1
- moai_adk/core/git/manager.py +1 -1
- moai_adk/core/project/backup_utils.py +1 -0
- moai_adk/core/project/phase_executor.py +3 -1
- moai_adk/core/project/validator.py +3 -2
- moai_adk/core/quality/__init__.py +1 -1
- moai_adk/core/quality/trust_checker.py +1 -1
- moai_adk/core/quality/validators/__init__.py +1 -1
- moai_adk/core/quality/validators/base_validator.py +1 -1
- moai_adk/core/template/__init__.py +1 -1
- moai_adk/core/template/backup.py +12 -3
- moai_adk/core/template/config.py +24 -0
- moai_adk/core/template/languages.py +1 -1
- moai_adk/core/template/merger.py +74 -4
- moai_adk/core/template/processor.py +62 -14
- moai_adk/templates/.claude/agents/alfred/cc-manager.md +765 -191
- moai_adk/templates/.claude/agents/alfred/debug-helper.md +116 -103
- moai_adk/templates/.claude/agents/alfred/doc-syncer.md +130 -116
- moai_adk/templates/.claude/agents/alfred/git-manager.md +186 -174
- moai_adk/templates/.claude/agents/alfred/implementation-planner.md +227 -213
- moai_adk/templates/.claude/agents/alfred/project-manager.md +205 -125
- moai_adk/templates/.claude/agents/alfred/quality-gate.md +224 -209
- moai_adk/templates/.claude/agents/alfred/spec-builder.md +174 -160
- moai_adk/templates/.claude/agents/alfred/tag-agent.md +151 -139
- moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +209 -196
- moai_adk/templates/.claude/agents/alfred/trust-checker.md +247 -233
- moai_adk/templates/.claude/commands/alfred/0-project.md +856 -355
- moai_adk/templates/.claude/commands/alfred/1-plan.md +572 -0
- moai_adk/templates/.claude/commands/alfred/2-run.md +470 -0
- moai_adk/templates/.claude/commands/alfred/3-sync.md +366 -356
- moai_adk/templates/.claude/hooks/alfred/README.md +52 -52
- moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +44 -48
- moai_adk/templates/.claude/hooks/alfred/core/__init__.py +17 -17
- moai_adk/templates/.claude/hooks/alfred/core/checkpoint.py +59 -59
- moai_adk/templates/.claude/hooks/alfred/core/context.py +19 -19
- moai_adk/templates/.claude/hooks/alfred/core/project.py +52 -52
- moai_adk/templates/.claude/hooks/alfred/handlers/__init__.py +1 -1
- moai_adk/templates/.claude/hooks/alfred/handlers/notification.py +4 -4
- moai_adk/templates/.claude/hooks/alfred/handlers/session.py +30 -51
- moai_adk/templates/.claude/hooks/alfred/handlers/tool.py +16 -17
- moai_adk/templates/.claude/hooks/alfred/handlers/user.py +11 -11
- moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +308 -307
- moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +297 -296
- moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +191 -190
- moai_adk/templates/.claude/skills/moai-alfred-code-reviewer/SKILL.md +112 -0
- moai_adk/templates/.claude/skills/moai-alfred-debugger-pro/SKILL.md +103 -0
- moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +103 -0
- moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +95 -0
- moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-alfred-performance-optimizer/SKILL.md +105 -0
- moai_adk/templates/.claude/skills/moai-alfred-refactoring-coach/SKILL.md +97 -0
- moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +97 -0
- moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +90 -0
- moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-alfred-tui-survey/SKILL.md +87 -0
- moai_adk/templates/.claude/skills/moai-alfred-tui-survey/examples.md +62 -0
- moai_adk/templates/.claude/skills/moai-claude-code/SKILL.md +94 -0
- moai_adk/templates/.claude/skills/moai-claude-code/examples.md +513 -0
- moai_adk/templates/.claude/skills/moai-claude-code/reference.md +433 -0
- moai_adk/templates/.claude/skills/moai-claude-code/templates/agent-full.md +332 -0
- moai_adk/templates/.claude/skills/moai-claude-code/templates/command-full.md +384 -0
- moai_adk/templates/.claude/skills/moai-claude-code/templates/plugin-full.json +363 -0
- moai_adk/templates/.claude/skills/moai-claude-code/templates/settings-full.json +595 -0
- moai_adk/templates/.claude/skills/moai-claude-code/templates/skill-full.md +496 -0
- moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +95 -0
- moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +93 -0
- moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +105 -0
- moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +97 -0
- moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +102 -0
- moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +104 -0
- moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +96 -0
- moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +112 -0
- moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +90 -0
- moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +94 -0
- moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +93 -0
- moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +86 -0
- moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +86 -0
- moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-clojure/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +102 -0
- moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-lang-elixir/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-haskell/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +96 -0
- moai_adk/templates/.claude/skills/moai-lang-julia/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-lang-lua/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +98 -0
- moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +96 -0
- moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +100 -0
- moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +99 -0
- moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +96 -0
- moai_adk/templates/.github/PULL_REQUEST_TEMPLATE.md +44 -43
- moai_adk/templates/.github/workflows/moai-gitflow.yml +36 -35
- moai_adk/templates/.moai/config.json +9 -6
- moai_adk/templates/.moai/memory/development-guide.md +220 -221
- moai_adk/templates/.moai/memory/gitflow-protection-policy.md +85 -85
- moai_adk/templates/.moai/memory/spec-metadata.md +149 -150
- moai_adk/templates/.moai/project/product.md +90 -90
- moai_adk/templates/.moai/project/structure.md +85 -85
- moai_adk/templates/.moai/project/tech.md +117 -117
- moai_adk/templates/CLAUDE.md +354 -573
- moai_adk/templates/__init__.py +1 -1
- moai_adk/utils/__init__.py +1 -1
- moai_adk/utils/banner.py +7 -7
- moai_adk/utils/logger.py +1 -1
- moai_adk-0.4.1.dist-info/METADATA +303 -0
- moai_adk-0.4.1.dist-info/RECORD +152 -0
- moai_adk/templates/.claude/commands/alfred/1-spec.md +0 -532
- moai_adk/templates/.claude/commands/alfred/2-build.md +0 -432
- moai_adk/templates/.moai/hooks/pre-push.sample +0 -88
- moai_adk-0.3.13.dist-info/METADATA +0 -1586
- moai_adk-0.3.13.dist-info/RECORD +0 -90
- {moai_adk-0.3.13.dist-info → moai_adk-0.4.1.dist-info}/WHEEL +0 -0
- {moai_adk-0.3.13.dist-info → moai_adk-0.4.1.dist-info}/entry_points.txt +0 -0
- {moai_adk-0.3.13.dist-info → moai_adk-0.4.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
# GitFlow
|
|
1
|
+
# GitFlow Advisory Policy
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
**Document ID**: @DOC:GITFLOW-POLICY-001
|
|
4
|
+
**Published**: 2025-10-17
|
|
5
|
+
**Status**: Advisory (recommended, not enforced)
|
|
6
|
+
**Scope**: Personal and Team modes
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Overview
|
|
11
11
|
|
|
12
|
-
MoAI-ADK
|
|
12
|
+
MoAI-ADK **recommends** a GitFlow-inspired workflow. This policy shares best practices while letting teams adapt them as needed.
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## Key Recommendations
|
|
15
15
|
|
|
16
|
-
### 1. Main
|
|
16
|
+
### 1. Main Branch Access (Recommended)
|
|
17
17
|
|
|
18
|
-
|
|
|
19
|
-
|
|
20
|
-
| **
|
|
21
|
-
| **Feature
|
|
22
|
-
| **Release
|
|
23
|
-
|
|
|
24
|
-
|
|
|
18
|
+
| Recommendation | Summary | Enforcement |
|
|
19
|
+
|----------------|---------|-------------|
|
|
20
|
+
| **Merge via develop** | Prefer merging `develop` into `main` | Advisory ⚠️ |
|
|
21
|
+
| **Feature branches off develop** | Branch from `develop` and raise PRs back to `develop` | Advisory ⚠️ |
|
|
22
|
+
| **Release process** | Release flow: `develop` → `main` (release engineer encouraged) | Advisory ⚠️ |
|
|
23
|
+
| **Force push** | Warn when force-pushing, but allow it | Warning ⚠️ |
|
|
24
|
+
| **Direct push** | Warn on direct pushes to `main`, but allow them | Warning ⚠️ |
|
|
25
25
|
|
|
26
|
-
### 2. Git Workflow (
|
|
26
|
+
### 2. Git Workflow (Recommended)
|
|
27
27
|
|
|
28
28
|
```
|
|
29
29
|
┌─────────────────────────────────────────────────────────┐
|
|
30
30
|
│ RECOMMENDED GITFLOW │
|
|
31
31
|
└─────────────────────────────────────────────────────────┘
|
|
32
32
|
|
|
33
|
-
develop (
|
|
33
|
+
develop (recommended base branch)
|
|
34
34
|
↑ ↓
|
|
35
35
|
┌─────────────────┐
|
|
36
36
|
│ │
|
|
37
|
-
│
|
|
37
|
+
│ developer work │
|
|
38
38
|
│ │
|
|
39
39
|
↓ ↑
|
|
40
40
|
feature/SPEC-{ID} [PR: feature -> develop]
|
|
41
|
-
[
|
|
41
|
+
[code review + approval]
|
|
42
42
|
[Merge to develop]
|
|
43
43
|
|
|
44
|
-
develop (
|
|
44
|
+
develop (stable)
|
|
45
45
|
↓
|
|
46
|
-
│
|
|
46
|
+
│ (release manager prepares)
|
|
47
47
|
↓
|
|
48
48
|
[PR: develop -> main]
|
|
49
|
-
[CI/CD
|
|
50
|
-
[
|
|
49
|
+
[CI/CD validation]
|
|
50
|
+
[tag creation]
|
|
51
51
|
↓
|
|
52
|
-
main (
|
|
52
|
+
main (release)
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
**Flexibility**: Direct pushes to `main` are still possible, but the workflow above is preferred.
|
|
56
56
|
|
|
57
|
-
##
|
|
57
|
+
## Technical Implementation
|
|
58
58
|
|
|
59
59
|
### Pre-push Hook (Advisory Mode)
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
**Location**: `.git/hooks/pre-push`
|
|
62
|
+
**Purpose**: Warn on `main` branch pushes without blocking them
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
|
-
#
|
|
65
|
+
# When attempting to push to main:
|
|
66
66
|
⚠️ ADVISORY: Non-standard GitFlow detected
|
|
67
67
|
|
|
68
68
|
Current branch: feature/SPEC-123
|
|
@@ -78,7 +78,7 @@ Recommended GitFlow workflow:
|
|
|
78
78
|
✓ Push will proceed (flexibility mode enabled)
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
###
|
|
81
|
+
### Force Push Advisory
|
|
82
82
|
|
|
83
83
|
```bash
|
|
84
84
|
⚠️ ADVISORY: Force-push to main branch detected
|
|
@@ -92,95 +92,95 @@ Recommended approach:
|
|
|
92
92
|
|
|
93
93
|
---
|
|
94
94
|
|
|
95
|
-
##
|
|
95
|
+
## Workflow Examples
|
|
96
96
|
|
|
97
|
-
###
|
|
97
|
+
### Scenario 1: Standard Feature Development (Recommended)
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
# 1.
|
|
100
|
+
# 1. Sync latest code from develop
|
|
101
101
|
git checkout develop
|
|
102
102
|
git pull origin develop
|
|
103
103
|
|
|
104
|
-
# 2. feature
|
|
104
|
+
# 2. Create a feature branch (from develop)
|
|
105
105
|
git checkout -b feature/SPEC-001-new-feature
|
|
106
106
|
|
|
107
|
-
# 3.
|
|
108
|
-
# ...
|
|
107
|
+
# 3. Implement the change
|
|
108
|
+
# ... write code and tests ...
|
|
109
109
|
|
|
110
|
-
# 4.
|
|
110
|
+
# 4. Commit
|
|
111
111
|
git add .
|
|
112
112
|
git commit -m "..."
|
|
113
113
|
|
|
114
114
|
# 5. Push
|
|
115
115
|
git push origin feature/SPEC-001-new-feature
|
|
116
116
|
|
|
117
|
-
# 6.
|
|
117
|
+
# 6. Open a PR: feature/SPEC-001-new-feature -> develop
|
|
118
118
|
|
|
119
|
-
# 7.
|
|
119
|
+
# 7. Merge into develop after review and approval
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
###
|
|
122
|
+
### Scenario 2: Fast Hotfix (Flexible)
|
|
123
123
|
|
|
124
124
|
```bash
|
|
125
|
-
#
|
|
125
|
+
# When an urgent fix is required:
|
|
126
126
|
|
|
127
|
-
#
|
|
127
|
+
# Option 1: Recommended (via develop)
|
|
128
128
|
git checkout develop
|
|
129
129
|
git checkout -b hotfix/critical-bug
|
|
130
|
-
# ...
|
|
130
|
+
# ... apply fix ...
|
|
131
131
|
git push origin hotfix/critical-bug
|
|
132
|
-
#
|
|
132
|
+
# Open PRs: hotfix -> develop -> main
|
|
133
133
|
|
|
134
|
-
#
|
|
134
|
+
# Option 2: Direct fix on main (allowed, not recommended)
|
|
135
135
|
git checkout main
|
|
136
|
-
# ...
|
|
136
|
+
# ... apply fix ...
|
|
137
137
|
git commit -m "Fix critical bug"
|
|
138
|
-
git push origin main # ⚠️ Advisory
|
|
138
|
+
git push origin main # ⚠️ Advisory warning appears but push continues
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
###
|
|
141
|
+
### Scenario 3: Release (Standard or Flexible)
|
|
142
142
|
|
|
143
143
|
```bash
|
|
144
|
-
#
|
|
144
|
+
# Standard approach (recommended):
|
|
145
145
|
git checkout develop
|
|
146
146
|
gh pr create --base main --head develop --title "Release v1.0.0"
|
|
147
147
|
|
|
148
|
-
#
|
|
148
|
+
# Direct push (allowed):
|
|
149
149
|
git checkout develop
|
|
150
|
-
git push origin main # ⚠️ Advisory
|
|
150
|
+
git push origin main # ⚠️ Advisory warning appears but push continues
|
|
151
151
|
git tag -a v1.0.0 -m "Release v1.0.0"
|
|
152
152
|
git push origin v1.0.0
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
---
|
|
156
156
|
|
|
157
|
-
##
|
|
157
|
+
## Policy Modes
|
|
158
158
|
|
|
159
|
-
### Strict Mode (
|
|
159
|
+
### Strict Mode (Legacy, Currently Disabled)
|
|
160
160
|
|
|
161
|
-
- ❌
|
|
162
|
-
- ❌ force
|
|
163
|
-
- ❌
|
|
161
|
+
- ❌ Block direct pushes to `main`
|
|
162
|
+
- ❌ Block force pushes
|
|
163
|
+
- ❌ Block merges into `main` from any branch other than `develop`
|
|
164
164
|
|
|
165
|
-
### Advisory Mode (
|
|
165
|
+
### Advisory Mode (Active, v0.3.5+)
|
|
166
166
|
|
|
167
|
-
- ⚠️
|
|
168
|
-
- ⚠️
|
|
169
|
-
- ⚠️ best
|
|
170
|
-
- ✅
|
|
167
|
+
- ⚠️ Warn but allow direct pushes to `main`
|
|
168
|
+
- ⚠️ Warn but allow force pushes
|
|
169
|
+
- ⚠️ Recommend best practices while preserving flexibility
|
|
170
|
+
- ✅ Respect user judgment
|
|
171
171
|
|
|
172
172
|
---
|
|
173
173
|
|
|
174
|
-
##
|
|
174
|
+
## Recommended Checklist
|
|
175
175
|
|
|
176
|
-
|
|
176
|
+
Every contributor should ensure:
|
|
177
177
|
|
|
178
|
-
- [ ] `.git/hooks/pre-push`
|
|
179
|
-
- [ ]
|
|
180
|
-
- [ ]
|
|
181
|
-
- [ ]
|
|
178
|
+
- [ ] `.git/hooks/pre-push` exists and is executable (755)
|
|
179
|
+
- [ ] Feature branches fork from `develop`
|
|
180
|
+
- [ ] Pull requests target `develop`
|
|
181
|
+
- [ ] Releases merge `develop` → `main`
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
**Verification Commands**:
|
|
184
184
|
```bash
|
|
185
185
|
ls -la .git/hooks/pre-push
|
|
186
186
|
git branch -vv
|
|
@@ -190,31 +190,31 @@ git branch -vv
|
|
|
190
190
|
|
|
191
191
|
## FAQ
|
|
192
192
|
|
|
193
|
-
**Q:
|
|
194
|
-
A:
|
|
193
|
+
**Q: Can we merge into `main` from branches other than `develop`?**
|
|
194
|
+
A: Yes. You will see an advisory warning, but the merge proceeds. The recommended path remains `develop` → `main`.
|
|
195
195
|
|
|
196
|
-
**Q:
|
|
197
|
-
A:
|
|
196
|
+
**Q: Are force pushes allowed?**
|
|
197
|
+
A: Yes. You receive a warning, but the push succeeds. Use with caution.
|
|
198
198
|
|
|
199
|
-
**Q:
|
|
200
|
-
A:
|
|
199
|
+
**Q: Can we commit/push directly to `main`?**
|
|
200
|
+
A: Yes. Expect an advisory warning, yet the push continues.
|
|
201
201
|
|
|
202
|
-
**Q:
|
|
203
|
-
A:
|
|
202
|
+
**Q: Can I disable the hook entirely?**
|
|
203
|
+
A: Yes. Remove `.git/hooks/pre-push` or strip its execute permission.
|
|
204
204
|
|
|
205
|
-
**Q:
|
|
206
|
-
A:
|
|
205
|
+
**Q: Why switch to Advisory Mode?**
|
|
206
|
+
A: To promote best practices while respecting contributor flexibility and judgment.
|
|
207
207
|
|
|
208
208
|
---
|
|
209
209
|
|
|
210
|
-
##
|
|
210
|
+
## Policy Change Log
|
|
211
211
|
|
|
212
|
-
|
|
|
212
|
+
| Date | Change | Owner |
|
|
213
213
|
|------|------|--------|
|
|
214
|
-
| 2025-10-17 |
|
|
215
|
-
| 2025-10-17 | Advisory Mode
|
|
214
|
+
| 2025-10-17 | Initial policy drafted (Strict Mode) | git-manager |
|
|
215
|
+
| 2025-10-17 | Switched to Advisory Mode (warnings only) | git-manager |
|
|
216
216
|
|
|
217
217
|
---
|
|
218
218
|
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
**This policy is advisory—adapt it to fit your project needs.**
|
|
220
|
+
**Reach out to the team lead or release engineer for questions or suggestions.**
|