oh-my-githubcopilot 1.8.1-alpha.e17b41d → 1.8.1-alpha.ed20e27

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.
Files changed (3) hide show
  1. package/AGENTS.md +5 -0
  2. package/README.md +5 -0
  3. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -174,3 +174,8 @@ Before starting work on an issue:
174
174
  3. Do not make a fourth attempt without human acknowledgement.
175
175
 
176
176
  <!-- ai-sdlc-init:end -->
177
+
178
+ <!-- v3-ai-sdlc-init:start -->
179
+ ## AI SDLC v3
180
+ This repo follows the v3 AI-SDLC layout. See `.ai/matrix.json`, `.memory/human-override/`, and `docs/architecture/adr/`. Modules at `r3dlex/skills/ai-sdlc-init/modules/`.
181
+ <!-- v3-ai-sdlc-init:end -->
package/README.md CHANGED
@@ -138,3 +138,8 @@ omp is open source under the [Apache-2.0 License](LICENSE).
138
138
  ## Sponsors
139
139
 
140
140
  If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
141
+
142
+ <!-- v3-ai-sdlc-init:start -->
143
+ ## AI SDLC v3
144
+ This repo follows the v3 AI-SDLC layout. See `.ai/matrix.json`, `.memory/human-override/`, and `docs/architecture/adr/`. Modules at `r3dlex/skills/ai-sdlc-init/modules/`.
145
+ <!-- v3-ai-sdlc-init:end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-githubcopilot",
3
- "version": "1.8.1-alpha.e17b41d",
3
+ "version": "1.8.1-alpha.ed20e27",
4
4
  "description": "Multi-agent orchestration for GitHub Copilot CLI. 23 agents, 39 skills, parallel execution, HUD, PSM, SWE-bench.",
5
5
  "author": {
6
6
  "name": "r3dlex"