@metasession.co/devaudit-cli 0.1.75 → 0.1.76
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/sdlc/ai-rules/INSTRUCTIONS-SDLC.md +10 -0
- package/sdlc/ai-rules/SDLC_RULES.md +10 -0
- package/sdlc/ai-rules/claude/CLAUDE.md +10 -0
- package/sdlc/ai-rules/windsurf/.windsurfrules +10 -0
- package/sdlc/files/_common/1-plan-requirement.md +4 -4
- package/sdlc/files/_common/2-implement-and-test.md +4 -4
- package/sdlc/files/_common/3-compile-evidence.md +4 -4
- package/sdlc/files/_common/4-submit-for-review.md +4 -4
- package/sdlc/files/_common/5-deploy-main.md +4 -4
- package/sdlc/files/_common/implementing-an-sdlc-issue.md +4 -4
- package/sdlc/.claude/settings.local.json +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metasession.co/devaudit-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.76",
|
|
4
4
|
"description": "DevAudit CLI — installs, syncs, and operates the Metasession SDLC across consumer projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@clack/prompts": "^0.8.2",
|
|
36
|
-
"@metasession.co/devaudit-plugin-sdk": "
|
|
36
|
+
"@metasession.co/devaudit-plugin-sdk": "^0.1.76",
|
|
37
37
|
"ajv": "^8.20.0",
|
|
38
38
|
"commander": "^12.1.0",
|
|
39
39
|
"consola": "^3.2.3",
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This project follows the Metasession SDLC framework. These rules are MANDATORY and OVERRIDE default behaviour.
|
|
4
4
|
|
|
5
|
+
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
|
+
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
|
+
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
|
+
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
|
+
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
|
+
|
|
5
15
|
### SDLC Workflow Files
|
|
6
16
|
|
|
7
17
|
Detailed workflow instructions are in this project's `SDLC/` directory. Read the relevant workflow file before executing each stage:
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
These rules enforce the Metasession SDLC process. They MUST be followed for every code change. These rules OVERRIDE default behaviour.
|
|
4
4
|
|
|
5
|
+
## 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
|
+
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
|
+
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
|
+
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
|
+
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
|
+
|
|
5
15
|
## SDLC Workflow Files
|
|
6
16
|
|
|
7
17
|
This project contains detailed SDLC workflow files in its `SDLC/` directory (copied from DevAudit during project setup). **You MUST read the relevant workflow file before executing each stage.** The summaries in this document are not a substitute for the full workflow — they are guardrails. The workflow files contain exact commands, templates, checklists, and edge cases.
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
This project follows the Metasession SDLC framework. These rules are MANDATORY and OVERRIDE default behaviour.
|
|
6
6
|
|
|
7
|
+
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
8
|
+
|
|
9
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
10
|
+
|
|
11
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
12
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
13
|
+
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
14
|
+
|
|
15
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
16
|
+
|
|
7
17
|
### SDLC Workflow Files
|
|
8
18
|
|
|
9
19
|
Detailed workflow instructions are in this project's `SDLC/` directory. **Read the relevant workflow file before executing each stage:**
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This project follows the Metasession SDLC framework. These rules are MANDATORY and OVERRIDE default behaviour.
|
|
4
4
|
|
|
5
|
+
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
|
+
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
|
+
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
|
+
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
|
+
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
|
+
|
|
5
15
|
### SDLC Workflow Files
|
|
6
16
|
|
|
7
17
|
Detailed workflow instructions are in this project's `SDLC/` directory. Read the relevant workflow file before executing each stage:
|
|
@@ -4,13 +4,13 @@ description: Define a new requirement in the RTM, classify risk, create implemen
|
|
|
4
4
|
|
|
5
5
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
6
|
|
|
7
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
8
|
|
|
9
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
11
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
12
|
|
|
13
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ description: Implement changes on develop, run scoped local gates, and let CI/UA
|
|
|
4
4
|
|
|
5
5
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
6
|
|
|
7
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
8
|
|
|
9
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
11
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
12
|
|
|
13
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ description: Compile test, security, and AI evidence, update RTM, create release
|
|
|
4
4
|
|
|
5
5
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
6
|
|
|
7
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
8
|
|
|
9
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
11
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
12
|
|
|
13
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ description: Create a PR from develop to main — triggers CI independent verifi
|
|
|
4
4
|
|
|
5
5
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
6
|
|
|
7
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
8
|
|
|
9
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
11
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
12
|
|
|
13
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ description: Merge approved PR, verify deployment including security checks, syn
|
|
|
4
4
|
|
|
5
5
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
6
6
|
|
|
7
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
7
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
8
8
|
|
|
9
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
9
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
10
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
11
11
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
12
12
|
|
|
13
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
13
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### 🛑 SYSTEM OVERRIDE: AUTOMATED SDLC ENFORCEMENT
|
|
4
4
|
|
|
5
|
-
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized. Route immediately to your platform's orchestration path:
|
|
5
|
+
If you are an AI agent reading this file, you are strictly prohibited from manually executing this workflow step-by-step unless explicitly authorized by the operator. Route immediately to your platform's valid orchestration path:
|
|
6
6
|
|
|
7
|
-
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
8
|
-
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt and output this exact message to the user:
|
|
7
|
+
- **CLAUDE CODE:** Halt manual tracking immediately. Invoke the orchestrator skill via: `Skill(name: "sdlc-implementer", …)`
|
|
8
|
+
- **OTHER AGENTS (Cursor, Windsurf, Gemini, etc.):** Halt manual execution and output this exact message to the user:
|
|
9
9
|
"I am pausing to request authorization for the SDLC workflow on this issue. Please confirm if I should proceed."
|
|
10
10
|
|
|
11
|
-
CRITICAL: Once the operator grants permission, you MUST execute
|
|
11
|
+
CRITICAL WORKFLOW REQUIRED AFTER AUTHORIZATION: Once the operator grants permission to proceed, you MUST immediately execute 'touch .sdlc-implementer-invoked' to generate the required commit sentinel file in the root directory BEFORE making any file modifications or code changes. Failure to create this file will result in your local git commits being automatically blocked by our pre-commit hooks.
|
|
12
12
|
|
|
13
13
|
End-to-end walkthrough for taking a GitHub issue from triage to merged-and-deployed under the Metasession SDLC. Audience: this project's developers and AI coding agents.
|
|
14
14
|
|