moai-adk 0.4.0__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 -8
- moai_adk/cli/commands/init.py +10 -5
- moai_adk/cli/commands/update.py +274 -118
- moai_adk/cli/prompts/init_prompts.py +14 -18
- moai_adk/core/diagnostics/slash_commands.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/template/backup.py +11 -3
- moai_adk/core/template/merger.py +16 -3
- moai_adk/core/template/processor.py +22 -3
- moai_adk/templates/.claude/agents/alfred/cc-manager.md +443 -424
- 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 +673 -640
- moai_adk/templates/.claude/commands/alfred/1-plan.md +342 -333
- moai_adk/templates/.claude/commands/alfred/2-run.md +295 -285
- 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 +27 -27
- 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 +70 -43
- moai_adk/templates/.claude/skills/moai-claude-code/examples.md +141 -141
- moai_adk/templates/.claude/skills/moai-claude-code/reference.md +179 -165
- moai_adk/templates/.claude/skills/moai-claude-code/templates/agent-full.md +78 -78
- moai_adk/templates/.claude/skills/moai-claude-code/templates/command-full.md +90 -90
- moai_adk/templates/.claude/skills/moai-claude-code/templates/plugin-full.json +39 -25
- moai_adk/templates/.claude/skills/moai-claude-code/templates/settings-full.json +117 -74
- moai_adk/templates/.claude/skills/moai-claude-code/templates/skill-full.md +131 -134
- moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +43 -11
- moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +43 -12
- moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +47 -11
- moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +47 -11
- moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +51 -14
- moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +46 -10
- moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +62 -25
- moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +44 -17
- moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +44 -14
- moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +45 -13
- moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +46 -14
- moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +48 -8
- moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-clojure/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-elixir/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-haskell/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-julia/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-lua/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +44 -11
- moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +44 -12
- moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +44 -12
- 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 +350 -722
- 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 -31
- moai_adk/templates/.claude/commands/alfred/2-build.md +0 -30
- moai_adk/templates/.claude/skills/scripts/standardize_skills.py +0 -166
- moai_adk/templates/.claude/skills/scripts/verify_standardization.sh +0 -43
- moai_adk/templates/.moai/hooks/pre-push.sample +0 -88
- moai_adk-0.4.0.dist-info/METADATA +0 -1816
- moai_adk-0.4.0.dist-info/RECORD +0 -145
- {moai_adk-0.4.0.dist-info β moai_adk-0.4.1.dist-info}/WHEEL +0 -0
- {moai_adk-0.4.0.dist-info β moai_adk-0.4.1.dist-info}/entry_points.txt +0 -0
- {moai_adk-0.4.0.dist-info β moai_adk-0.4.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,68 +1,69 @@
|
|
|
1
1
|
# MoAI-ADK GitFlow PR
|
|
2
2
|
|
|
3
|
-
> πΏ
|
|
3
|
+
> πΏ Full GitFlow Transparency β the agent auto-fills information
|
|
4
4
|
|
|
5
|
-
## π SPEC
|
|
5
|
+
## π SPEC Info
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
7
|
+
- Related SPEC: `SPEC-AUTH-001` (e.g., JWT authentication system)
|
|
8
|
+
- Directory: `.moai/specs/SPEC-AUTH-001/`
|
|
9
|
+
- @TAG Links: @SPEC:AUTH-001 @CODE:AUTH-001 (auto-tagging)
|
|
10
10
|
|
|
11
|
-
## β
SPEC
|
|
11
|
+
## β
SPEC Quality Checks
|
|
12
12
|
|
|
13
|
-
- [ ]
|
|
14
|
-
- [ ]
|
|
15
|
-
- [ ]
|
|
16
|
-
- [ ]
|
|
13
|
+
- [ ] YAML Front Matter: 7 required fields (id, version, status, created, updated, author, priority)
|
|
14
|
+
- [ ] HISTORY Section: Record versioned change log (include v0.0.1 INITIAL)
|
|
15
|
+
- [ ] EARS Requirements: Ubiquitous, Event-driven, State-driven, Optional, Constraints
|
|
16
|
+
- [ ] @SPEC:ID TAG: Include TAG in doc and check duplicates (`rg "@SPEC:<ID>" -n`)
|
|
17
17
|
|
|
18
|
-
## π€
|
|
18
|
+
## π€ Automated Validation Status
|
|
19
19
|
|
|
20
|
-
<!--
|
|
21
|
-
<!-- /alfred:1-
|
|
22
|
-
<!-- /alfred:2-
|
|
23
|
-
<!-- /alfred:3-sync β
|
|
20
|
+
<!-- The checklist below is auto-updated by the agent -->
|
|
21
|
+
<!-- /alfred:1-plan β create feature branch β Draft PR -->
|
|
22
|
+
<!-- /alfred:2-run β implement via TDD β auto-check checkboxes -->
|
|
23
|
+
<!-- /alfred:3-sync β synchronize documents β Ready for Review -->
|
|
24
24
|
|
|
25
|
-
- [ ]
|
|
26
|
-
- [ ]
|
|
27
|
-
- [ ]
|
|
25
|
+
- [ ] spec-builder: Complete EARS spec and create feature branch
|
|
26
|
+
- [ ] code-builder: Finish TDD RED-GREEN-REFACTOR
|
|
27
|
+
- [ ] doc-syncer: Sync Living Documents and mark PR Ready
|
|
28
28
|
|
|
29
|
-
## π
|
|
29
|
+
## π Quality Metrics (auto-calculated)
|
|
30
30
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
31
|
+
- TRUST 5 Principles: β
Compliant
|
|
32
|
+
- Test Coverage: XX% (target β₯ 85%)
|
|
33
|
+
- @TAG Traceability: 100%
|
|
34
34
|
|
|
35
|
-
## π Locale
|
|
35
|
+
## π Locale Settings
|
|
36
36
|
|
|
37
|
-
-
|
|
38
|
-
-
|
|
37
|
+
- Project Language: <!-- ko/en/ja/zh -->
|
|
38
|
+
- Commit Messages: <!-- generated automatically according to locale -->
|
|
39
39
|
|
|
40
|
-
## π―
|
|
40
|
+
## π― Changes
|
|
41
41
|
|
|
42
|
-
<!-- code-builder
|
|
42
|
+
<!-- code-builder auto-fills TDD results -->
|
|
43
43
|
|
|
44
|
-
### π΄ RED (
|
|
45
|
-
-
|
|
46
|
-
-
|
|
44
|
+
### π΄ RED (Test Authoring)
|
|
45
|
+
- Test File: `tests/auth/service.test.ts`
|
|
46
|
+
- Test Description: [describe the failing test]
|
|
47
47
|
|
|
48
|
-
### π’ GREEN (
|
|
49
|
-
-
|
|
50
|
-
-
|
|
48
|
+
### π’ GREEN (Implementation)
|
|
49
|
+
- Implementation File: `src/auth/service.ts`
|
|
50
|
+
- Implementation Done: [describe functionality]
|
|
51
51
|
|
|
52
|
-
### β»οΈ REFACTOR (
|
|
53
|
-
-
|
|
52
|
+
### β»οΈ REFACTOR (Improvements)
|
|
53
|
+
- Refactoring Details: [code quality improvements]
|
|
54
54
|
|
|
55
|
-
## π
|
|
55
|
+
## π Documentation Sync
|
|
56
56
|
|
|
57
|
-
<!-- doc-syncer
|
|
57
|
+
<!-- auto-filled by doc-syncer -->
|
|
58
58
|
|
|
59
|
-
- [ ] README
|
|
60
|
-
- [ ] API
|
|
61
|
-
- [ ] TAG
|
|
62
|
-
- [ ] HISTORY
|
|
59
|
+
- [ ] Update README
|
|
60
|
+
- [ ] Sync API docs
|
|
61
|
+
- [ ] Update TAG index
|
|
62
|
+
- [ ] Update HISTORY section (SPEC docs)
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
66
|
-
π
|
|
66
|
+
π MoAI-ADK: Professional development without Git commands via a 3-stage pipeline!
|
|
67
|
+
|
|
68
|
+
Reviewers: Check TRUST 5 compliance and SPEC metadata completeness only.
|
|
67
69
|
|
|
68
|
-
**리뷰μ΄**: TRUST 5μμΉ μ€μ μ¬λΆμ SPEC λ©νλ°μ΄ν° μμ±λλ§ νμΈνλ©΄ λ©λλ€.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
name: MoAI-ADK GitFlow
|
|
1
|
+
name: MoAI-ADK GitFlow Automation
|
|
2
2
|
|
|
3
|
-
# MoAI-ADK
|
|
4
|
-
# GitFlow
|
|
3
|
+
# MoAI-ADK 3-stage pipeline: spec β build β sync
|
|
4
|
+
# Full GitFlow transparency β no Git expertise needed
|
|
5
5
|
|
|
6
6
|
on:
|
|
7
7
|
push:
|
|
@@ -11,10 +11,10 @@ on:
|
|
|
11
11
|
|
|
12
12
|
jobs:
|
|
13
13
|
moai-pipeline:
|
|
14
|
-
name: πΏ MoAI-ADK
|
|
14
|
+
name: πΏ MoAI-ADK Pipeline
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
|
-
- name:
|
|
17
|
+
- name: Checkout
|
|
18
18
|
uses: actions/checkout@v4
|
|
19
19
|
|
|
20
20
|
# Multi-language toolchains (conditional)
|
|
@@ -86,15 +86,15 @@ jobs:
|
|
|
86
86
|
distribution: "temurin"
|
|
87
87
|
java-version: "21"
|
|
88
88
|
|
|
89
|
-
# TRUST 5
|
|
90
|
-
# Note: Validation is
|
|
91
|
-
- name: π§ TRUST 5
|
|
89
|
+
# TRUST 5 Principles β automated validation
|
|
90
|
+
# Note: Validation is handled by TypeScript-based tools
|
|
91
|
+
- name: π§ TRUST 5 Principles Check
|
|
92
92
|
run: |
|
|
93
|
-
echo "β
TRUST
|
|
94
|
-
echo " - @agent-trust-checker
|
|
95
|
-
echo " - TypeScript
|
|
93
|
+
echo "β
TRUST validation is performed by TypeScript-based tools"
|
|
94
|
+
echo " - Uses @agent-trust-checker"
|
|
95
|
+
echo " - Leverages TypeScript hook system"
|
|
96
96
|
|
|
97
|
-
#
|
|
97
|
+
# Ignore test failures on Draft PRs; fail CI on Ready PRs
|
|
98
98
|
- name: Run language-aware tests
|
|
99
99
|
run: |
|
|
100
100
|
set -e
|
|
@@ -213,43 +213,44 @@ jobs:
|
|
|
213
213
|
fi
|
|
214
214
|
elif compgen -G "**/*.xcodeproj" > /dev/null || compgen -G "**/*.xcworkspace" > /dev/null; then
|
|
215
215
|
echo "β‘οΈ Swift tests (Xcode)"
|
|
216
|
-
# Xcode
|
|
216
|
+
# Xcode projects require a scheme; run conditionally
|
|
217
217
|
if [ "$ALLOW_FAILURE" = "true" ]; then
|
|
218
|
-
echo "β οΈ Xcode
|
|
218
|
+
echo "β οΈ Xcode tests require a configured scheme"
|
|
219
219
|
else
|
|
220
|
-
echo "β οΈ Xcode
|
|
220
|
+
echo "β οΈ Xcode tests require a configured scheme"
|
|
221
221
|
fi
|
|
222
222
|
fi
|
|
223
223
|
|
|
224
|
-
#
|
|
225
|
-
- name: π·οΈ TAG
|
|
224
|
+
# TAG system validation (code files only)
|
|
225
|
+
- name: π·οΈ TAG System Validation
|
|
226
226
|
run: |
|
|
227
|
-
echo "β
TAG
|
|
227
|
+
echo "β
TAG validation is handled automatically in the tag_validator.py hook"
|
|
228
228
|
|
|
229
|
-
#
|
|
230
|
-
- name: π SPEC
|
|
229
|
+
# Run per-branch stages
|
|
230
|
+
- name: π SPEC Stage (feature branch)
|
|
231
231
|
if: startsWith(github.ref, 'refs/heads/feature/')
|
|
232
232
|
run: |
|
|
233
|
-
echo "πΏ Feature
|
|
234
|
-
echo "- spec-builder
|
|
235
|
-
echo "- Draft PR
|
|
233
|
+
echo "πΏ Feature branch: SPEC validation stage"
|
|
234
|
+
echo "- spec-builder agent authors EARS spec"
|
|
235
|
+
echo "- Draft PR is created automatically"
|
|
236
236
|
|
|
237
|
-
- name: π΄π’π BUILD
|
|
237
|
+
- name: π΄π’π BUILD Stage (Draft PR)
|
|
238
238
|
if: github.event.pull_request.draft == true
|
|
239
239
|
run: |
|
|
240
|
-
echo "π Draft PR: TDD
|
|
241
|
-
echo "- code-builder
|
|
242
|
-
echo "- TRUST 5
|
|
240
|
+
echo "π Draft PR: TDD implementation stage"
|
|
241
|
+
echo "- code-builder agent runs RED-GREEN-REFACTOR"
|
|
242
|
+
echo "- Validate TRUST 5 Principles compliance"
|
|
243
243
|
|
|
244
|
-
- name: π SYNC
|
|
244
|
+
- name: π SYNC Stage (Ready PR)
|
|
245
245
|
if: github.event.pull_request.draft == false && github.event.action == 'ready_for_review'
|
|
246
246
|
run: |
|
|
247
|
-
echo "β
Ready PR:
|
|
248
|
-
echo "- doc-syncer
|
|
249
|
-
echo "- PR
|
|
247
|
+
echo "β
Ready PR: documentation sync stage"
|
|
248
|
+
echo "- doc-syncer agent synchronizes Living Documents"
|
|
249
|
+
echo "- PR is ready for review"
|
|
250
250
|
|
|
251
|
-
#
|
|
252
|
-
- name: π MoAI
|
|
251
|
+
# Final result report
|
|
252
|
+
- name: π MoAI Pipeline Complete
|
|
253
253
|
run: |
|
|
254
|
-
echo "πΏ MoAI-ADK GitFlow
|
|
255
|
-
echo "β¨
|
|
254
|
+
echo "πΏ MoAI-ADK GitFlow automation complete"
|
|
255
|
+
echo "β¨ Professional workflow without needing to know Git"
|
|
256
|
+
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"principles": {
|
|
12
12
|
"simplicity": {
|
|
13
13
|
"max_projects": 5,
|
|
14
|
-
"notes": "
|
|
14
|
+
"notes": "Default recommendation. Adjust in .moai/config.json or via SPEC/ADR with documented rationale based on project size."
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"require_tags": true,
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"pipeline": {
|
|
50
50
|
"available_commands": [
|
|
51
51
|
"/alfred:0-project",
|
|
52
|
-
"/alfred:1-
|
|
53
|
-
"/alfred:2-
|
|
52
|
+
"/alfred:1-plan",
|
|
53
|
+
"/alfred:2-run",
|
|
54
54
|
"/alfred:3-sync"
|
|
55
55
|
],
|
|
56
56
|
"current_stage": "initialized"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"created_at": "{{CREATION_TIMESTAMP}}",
|
|
60
60
|
"description": "{{PROJECT_DESCRIPTION}}",
|
|
61
61
|
"initialized": true,
|
|
62
|
-
"locale": "
|
|
62
|
+
"locale": "en",
|
|
63
63
|
"mode": "{{PROJECT_MODE}}",
|
|
64
64
|
"name": "{{PROJECT_NAME}}",
|
|
65
65
|
"moai_adk_version": "{{MOAI_VERSION}}",
|
|
@@ -81,9 +81,12 @@
|
|
|
81
81
|
"code_scan_policy": {
|
|
82
82
|
"no_intermediate_cache": true,
|
|
83
83
|
"realtime_validation": true,
|
|
84
|
-
"scan_tools": [
|
|
84
|
+
"scan_tools": [
|
|
85
|
+
"rg",
|
|
86
|
+
"grep"
|
|
87
|
+
],
|
|
85
88
|
"scan_command": "rg '@TAG' -n",
|
|
86
|
-
"philosophy": "
|
|
89
|
+
"philosophy": "The source of truth for TAGs lives in the code itself"
|
|
87
90
|
}
|
|
88
91
|
}
|
|
89
92
|
}
|