code-ai-installer 4.0.1-a β†’ 4.0.1-c

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 (129) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -5
  3. package/dist/catalog.js +1 -1
  4. package/dist/contentTransformer.d.ts +1 -1
  5. package/dist/contentTransformer.js +39 -0
  6. package/dist/index.js +10 -5
  7. package/dist/mcp/cli.js +4 -4
  8. package/dist/mcp/config.js +8 -6
  9. package/dist/mcp/scorecard.d.ts +2 -2
  10. package/dist/mcp/task_state.d.ts +2 -2
  11. package/dist/mcp/tools/advance_gate.js +1 -1
  12. package/dist/mcp/tools/classify_gate.d.ts +2 -2
  13. package/dist/mcp/tools/classify_gate.js +2 -2
  14. package/dist/mcp/tools/load_role.d.ts +2 -2
  15. package/dist/mcp/tools/load_role.js +2 -2
  16. package/dist/mcp/tools/report_exception.d.ts +3 -3
  17. package/dist/mcp/tools/report_exception.js +4 -4
  18. package/dist/mcp/tools/request_decision.d.ts +3 -3
  19. package/dist/mcp/tools/request_decision.js +5 -5
  20. package/dist/mcp/tools/review_proposal.d.ts +1 -1
  21. package/dist/mcp/tools/review_proposal.js +6 -6
  22. package/dist/mcp/tools/sign_off.d.ts +2 -2
  23. package/dist/mcp/tools/sign_off.js +7 -7
  24. package/dist/mcp/tools/verify_claim.d.ts +1 -1
  25. package/dist/mcp/tools/verify_claim.js +1 -1
  26. package/dist/mcp_setup.d.ts +85 -29
  27. package/dist/mcp_setup.js +184 -62
  28. package/dist/platforms/adapters.js +54 -19
  29. package/dist/shared/frontmatter.js +1 -1
  30. package/dist/shared/persona.d.ts +1 -1
  31. package/dist/shared/persona.js +1 -1
  32. package/dist/shared/pipeline.d.ts +10 -10
  33. package/dist/shared/pipeline.js +7 -7
  34. package/dist/shared/tools.d.ts +15 -15
  35. package/dist/shared/tools.js +3 -3
  36. package/dist/shared/vocabulary.d.ts +4 -4
  37. package/dist/shared/vocabulary.js +4 -4
  38. package/dist/types.d.ts +1 -1
  39. package/domains/analytics/.agents/workflows/analytics-pipeline-rules.md +13 -3
  40. package/domains/analytics/.agents/workflows/analyze.md +1 -0
  41. package/domains/analytics/.agents/workflows/quick-insight.md +1 -0
  42. package/domains/analytics/locales/en/.agents/workflows/analytics-pipeline-rules.md +13 -3
  43. package/domains/analytics/locales/en/.agents/workflows/analyze.md +1 -0
  44. package/domains/analytics/locales/en/.agents/workflows/quick-insight.md +1 -0
  45. package/domains/analytics/locales/en/agents/interviewer.md +2 -1
  46. package/domains/analytics/locales/en/agents/layouter.md +2 -1
  47. package/domains/analytics/locales/en/agents/mediator.md +2 -1
  48. package/domains/analytics/locales/en/agents/researcher.md +2 -1
  49. package/domains/analytics/locales/en/agents/strategist.md +2 -1
  50. package/domains/analytics/pipeline.yaml +10 -10
  51. package/domains/content/.agents/skills/content-release-gate/SKILL.md +3 -5
  52. package/domains/content/.agents/workflows/content-pipeline-rules.md +14 -11
  53. package/domains/content/.agents/workflows/edit-content.md +0 -1
  54. package/domains/content/.agents/workflows/quick-post.md +0 -1
  55. package/domains/content/.agents/workflows/start-content.md +0 -1
  56. package/domains/content/agents/conductor.md +1 -2
  57. package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +3 -5
  58. package/domains/content/locales/en/.agents/workflows/content-pipeline-rules.md +14 -11
  59. package/domains/content/locales/en/.agents/workflows/edit-content.md +0 -1
  60. package/domains/content/locales/en/.agents/workflows/quick-post.md +0 -1
  61. package/domains/content/locales/en/.agents/workflows/start-content.md +0 -1
  62. package/domains/content/locales/en/agents/conductor.md +1 -2
  63. package/domains/content/pipeline.yaml +8 -8
  64. package/domains/development/.agents/skills/handoff/SKILL.md +276 -276
  65. package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
  66. package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -211
  67. package/domains/development/.agents/skills/qa-test-data-management/SKILL.md +250 -250
  68. package/domains/development/.agents/workflows/bugfix.md +16 -82
  69. package/domains/development/.agents/workflows/hotfix.md +16 -66
  70. package/domains/development/.agents/workflows/pipeline-rules.md +49 -132
  71. package/domains/development/.agents/workflows/start-task.md +17 -121
  72. package/domains/development/AGENTS.md +8 -3
  73. package/domains/development/agents/architect.md +247 -247
  74. package/domains/development/agents/conductor.md +363 -363
  75. package/domains/development/agents/devops.md +297 -297
  76. package/domains/development/agents/reviewer.md +293 -293
  77. package/domains/development/agents/senior_full_stack.md +295 -295
  78. package/domains/development/agents/tester.md +395 -395
  79. package/domains/development/locales/en/.agents/skills/handoff/SKILL.md +276 -276
  80. package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
  81. package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -211
  82. package/domains/development/locales/en/.agents/skills/qa-test-data-management/SKILL.md +250 -250
  83. package/domains/development/locales/en/.agents/workflows/bugfix.md +16 -82
  84. package/domains/development/locales/en/.agents/workflows/hotfix.md +15 -65
  85. package/domains/development/locales/en/.agents/workflows/pipeline-rules.md +48 -131
  86. package/domains/development/locales/en/.agents/workflows/start-task.md +17 -121
  87. package/domains/development/locales/en/AGENTS.md +15 -0
  88. package/domains/development/locales/en/agents/architect.md +247 -247
  89. package/domains/development/locales/en/agents/conductor.md +363 -363
  90. package/domains/development/locales/en/agents/devops.md +297 -297
  91. package/domains/development/locales/en/agents/reviewer.md +293 -293
  92. package/domains/development/locales/en/agents/senior_full_stack.md +295 -295
  93. package/domains/development/locales/en/agents/tester.md +395 -395
  94. package/domains/development/locales/en/prompt-examples.md +34 -120
  95. package/domains/development/pipeline.yaml +150 -135
  96. package/domains/development/prompt-examples.md +33 -119
  97. package/domains/product/.agents/workflows/product-pipeline-rules.md +13 -2
  98. package/domains/product/.agents/workflows/quick-pm.md +1 -1
  99. package/domains/product/.agents/workflows/shape-prioritize.md +1 -0
  100. package/domains/product/.agents/workflows/ship-right-thing.md +1 -0
  101. package/domains/product/.agents/workflows/spec.md +1 -0
  102. package/domains/product/agents/tech_lead.md +1 -1
  103. package/domains/product/locales/en/.agents/workflows/product-pipeline-rules.md +13 -2
  104. package/domains/product/locales/en/.agents/workflows/quick-pm.md +1 -1
  105. package/domains/product/locales/en/.agents/workflows/shape-prioritize.md +1 -0
  106. package/domains/product/locales/en/.agents/workflows/ship-right-thing.md +1 -0
  107. package/domains/product/locales/en/.agents/workflows/spec.md +1 -0
  108. package/domains/product/locales/en/agents/conductor.md +2 -2
  109. package/domains/product/locales/en/agents/data_analyst.md +2 -1
  110. package/domains/product/locales/en/agents/designer.md +2 -1
  111. package/domains/product/locales/en/agents/discovery.md +2 -1
  112. package/domains/product/locales/en/agents/layouter.md +2 -1
  113. package/domains/product/locales/en/agents/mediator.md +2 -1
  114. package/domains/product/locales/en/agents/pm.md +2 -1
  115. package/domains/product/locales/en/agents/product_strategist.md +2 -1
  116. package/domains/product/locales/en/agents/tech_lead.md +3 -2
  117. package/domains/product/locales/en/agents/ux_designer.md +2 -1
  118. package/domains/product/pipeline.yaml +12 -12
  119. package/package.json +5 -5
  120. package/domains/analytics/CONTEXT.md +0 -25
  121. package/domains/analytics/locales/en/CONTEXT.md +0 -25
  122. package/domains/content/CONTEXT.md +0 -19
  123. package/domains/content/locales/en/CONTEXT.md +0 -19
  124. package/domains/development/.agents/workflows/auto-restart-containers.md +0 -56
  125. package/domains/development/CONTEXT.md +0 -62
  126. package/domains/development/locales/en/.agents/workflows/auto-restart-containers.md +0 -24
  127. package/domains/development/locales/en/CONTEXT.md +0 -62
  128. package/domains/product/CONTEXT.md +0 -40
  129. package/domains/product/locales/en/CONTEXT.md +0 -40
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "code-ai-installer",
3
- "version": "4.0.1-a",
3
+ "version": "4.0.1-c",
4
4
  "description": "Production-ready CLI to install code-ai agents and skills for multiple AI coding assistants. Bundles the code-ai-mcp MCP server for Claude Code.",
5
5
  "license": "MIT",
6
- "author": "Denis Harchenko",
6
+ "author": "Denish1209",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/denish12/codex-ai-agent-and-skills.git"
9
+ "url": "git+https://github.com/denish12/code-ai-monorepo.git"
10
10
  },
11
- "homepage": "https://github.com/denish12/codex-ai-agent-and-skills#readme",
11
+ "homepage": "https://github.com/denish12/code-ai-monorepo#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/denish12/codex-ai-agent-and-skills/issues"
13
+ "url": "https://github.com/denish12/code-ai-monorepo/issues"
14
14
  },
15
15
  "type": "module",
16
16
  "files": [
@@ -1,25 +0,0 @@
1
- # ΠžΠ±Π·ΠΎΡ€ ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°
2
-
3
- | ПолС | Π—Π½Π°Ρ‡Π΅Π½ΠΈΠ΅ |
4
- |------|----------|
5
- | **Π”ΠΎΠΌΠ΅Π½** | Business Analytics |
6
- | **ОписаниС** | БистСма Π°Π³Π΅Π½Ρ‚ΠΎΠ² для бизнСс-Π°Π½Π°Π»ΠΈΡ‚ΠΈΠΊΠΈ ΠΈ стратСгичСского Π°Π½Π°Π»ΠΈΠ·Π° |
7
- | **ВСкущая Ρ„Π°Π·Π°** | MVP |
8
-
9
- ## Π Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ ΠΏΠ°ΠΉΠΏΠ»Π°ΠΉΠ½Π° (Full β€” `/analyze`)
10
-
11
- | БСссия | Gate | Бтатус | ΠšΠ»ΡŽΡ‡Π΅Π²ΠΎΠΉ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚ | Π”Π°Ρ‚Π° |
12
- |--------|------|--------|---------------------|------|
13
- | 1 | Conductor | ☐ | β€” | β€” |
14
- | 1 | Interviewer | ☐ | β€” | β€” |
15
- | 2 | Аналитики: Researcher | ☐ | β€” | β€” |
16
- | 2 | Аналитики: Data Analyst | ☐ | β€” | β€” |
17
- | 2 | Аналитики: Strategist | ☐ | β€” | β€” |
18
- | 3 | ΠšΡ€ΠΈΡ‚ΠΈΠΊΠΈ: Researcher | ☐ | β€” | β€” |
19
- | 3 | ΠšΡ€ΠΈΡ‚ΠΈΠΊΠΈ: Data Analyst | ☐ | β€” | β€” |
20
- | 3 | ΠšΡ€ΠΈΡ‚ΠΈΠΊΠΈ: Strategist | ☐ | β€” | β€” |
21
- | 4 | Mediator | ☐ | β€” | β€” |
22
- | 4.5 | Mediator (Synthesis) | ☐/N/A | β€” | β€” |
23
- | 5 | Designer | ☐ | β€” | β€” |
24
- | 5 | Layouter | ☐ | β€” | β€” |
25
- | 5 | Release Gate | ☐ | β€” | β€” |
@@ -1,25 +0,0 @@
1
- # Project Overview
2
-
3
- | Field | Value |
4
- |-------|-------|
5
- | **Domain** | Business Analytics |
6
- | **Description** | Agent system for business analytics and strategic analysis |
7
- | **Current Phase** | MVP |
8
-
9
- ## Pipeline Results (Full β€” `/analyze`)
10
-
11
- | Session | Gate | Status | Key Result | Date |
12
- |---------|------|--------|------------|------|
13
- | 1 | Conductor | ☐ | β€” | β€” |
14
- | 1 | Interviewer | ☐ | β€” | β€” |
15
- | 2 | Analysts: Researcher | ☐ | β€” | β€” |
16
- | 2 | Analysts: Data Analyst | ☐ | β€” | β€” |
17
- | 2 | Analysts: Strategist | ☐ | β€” | β€” |
18
- | 3 | Critics: Researcher | ☐ | β€” | β€” |
19
- | 3 | Critics: Data Analyst | ☐ | β€” | β€” |
20
- | 3 | Critics: Strategist | ☐ | β€” | β€” |
21
- | 4 | Mediator | ☐ | β€” | β€” |
22
- | 4.5 | Mediator (Synthesis) | ☐/N/A | β€” | β€” |
23
- | 5 | Designer | ☐ | β€” | β€” |
24
- | 5 | Layouter | ☐ | β€” | β€” |
25
- | 5 | Release Gate | ☐ | β€” | β€” |
@@ -1,19 +0,0 @@
1
- # ΠžΠ±Π·ΠΎΡ€ ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°
2
-
3
- | ПолС | Π—Π½Π°Ρ‡Π΅Π½ΠΈΠ΅ |
4
- |------|----------|
5
- | **Π”ΠΎΠΌΠ΅Π½** | Content Production |
6
- | **ОписаниС** | БистСма Π°Π³Π΅Π½Ρ‚ΠΎΠ² для производства ΠΊΠΎΠ½Ρ‚Π΅Π½Ρ‚Π° |
7
- | **ВСкущая Ρ„Π°Π·Π°** | MVP |
8
-
9
- ## Π Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ ΠΏΠ°ΠΉΠΏΠ»Π°ΠΉΠ½Π°
10
-
11
- | Gate | Бтатус | ΠšΠ»ΡŽΡ‡Π΅Π²ΠΎΠΉ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚ | Π”Π°Ρ‚Π° |
12
- |------|--------|---------------------|------|
13
- | Conductor | ☐ | β€” | β€” |
14
- | Strategist | ☐ | β€” | β€” |
15
- | Researcher | ☐ | β€” | β€” |
16
- | Copywriter | ☐ | β€” | β€” |
17
- | Visual Concept | ☐ | β€” | β€” |
18
- | Reviewer | ☐ | β€” | β€” |
19
- | Release Gate | ☐ | β€” | β€” |
@@ -1,19 +0,0 @@
1
- # Project Overview
2
-
3
- | Field | Value |
4
- |------|----------|
5
- | **Domain** | Content Production |
6
- | **Description** | System of agents for content production |
7
- | **Current Phase** | MVP |
8
-
9
- ## Pipeline Results
10
-
11
- | Gate | Status | Key Deliverable | Date |
12
- |------|--------|---------------------|------|
13
- | Conductor | ☐ | β€” | β€” |
14
- | Strategist | ☐ | β€” | β€” |
15
- | Researcher | ☐ | β€” | β€” |
16
- | Copywriter | ☐ | β€” | β€” |
17
- | Visual Concept | ☐ | β€” | β€” |
18
- | Reviewer | ☐ | β€” | β€” |
19
- | Release Gate | ☐ | β€” | β€” |
@@ -1,56 +0,0 @@
1
- ---
2
- description: Auto-restart affected Docker containers after code changes
3
- ---
4
-
5
- # Auto-Restart Affected Containers
6
-
7
- After **any code change** to a file inside one of the application source directories, the corresponding Docker service **must be restarted** automatically without asking the user.
8
-
9
- ## Source -> Service Mapping
10
-
11
- Do not hardcode service or container names from a specific product.
12
-
13
- For the current repository:
14
-
15
- 1. Inspect the active Docker Compose file (`docker-compose.yml`, `docker-compose.yaml`, `compose.yml`, or `compose.yaml`).
16
- 2. Identify which service owns the changed source path by checking:
17
- - `build.context`
18
- - bind-mounted `volumes`
19
- - existing service naming conventions in the repo
20
- 3. Restart the matching Compose service name, not a project-specific container name.
21
-
22
- Infrastructure-only changes (`infra/`, compose files, reverse proxy config) do **not** trigger an app-service restart by this workflow.
23
- Config/env-only changes do **not** trigger an app-service restart by this workflow.
24
-
25
- ## Steps
26
-
27
- 1. After editing file(s), determine which app or package directory was affected.
28
- 2. Map that path to the Docker Compose service for the current project.
29
- 3. Run the restart command:
30
-
31
- // turbo
32
- ```
33
- docker compose restart <service_name>
34
- ```
35
-
36
- Example: if `apps/frontend/src/components/SomeComponent.jsx` belongs to the `frontend` service:
37
- ```
38
- docker compose restart frontend
39
- ```
40
-
41
- 4. If **multiple** services were affected, restart all of them in one command:
42
-
43
- // turbo
44
- ```
45
- docker compose restart <service_one> <service_two>
46
- ```
47
-
48
- 5. Do **not** ask the user for permission - this is a turbo step.
49
- 6. Wait for the restart to complete before reporting results.
50
-
51
- ## Important Notes
52
-
53
- - The working directory for `docker compose` must be the project root that contains the active Compose file.
54
- - Use Compose service names, not Docker container names, because container names are project-specific.
55
- - Shared infrastructure services such as a gateway, proxy, or database usually do **not** need restart for ordinary app-level code changes unless the edited files directly affect them.
56
- - This workflow is **implicit** - it runs as part of any development task, not as a standalone action.
@@ -1,62 +0,0 @@
1
- # 🎯 ΠžΠ±Π·ΠΎΡ€ ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°
2
-
3
- | ПолС | Π—Π½Π°Ρ‡Π΅Π½ΠΈΠ΅ |
4
- |------|----------|
5
- | **НазваниС** | `<имя ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°>` |
6
- | **ОписаниС** | `<ΠΊΡ€Π°Ρ‚ΠΊΠΎΠ΅ описаниС>` |
7
- | **ВСкущая Ρ„Π°Π·Π°** | `<Discovery / MVP / v1 / Production>` |
8
- | **Π”Π°Ρ‚Π° создания** | `<YYYY-MM-DD>` |
9
- | **ПослСднСС обновлСниС** | `<YYYY-MM-DD>` |
10
-
11
- ---
12
-
13
- ## πŸ”„ Π Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ ΠΏΠ°ΠΉΠΏΠ»Π°ΠΉΠ½Π°
14
-
15
- | Gate | Бтатус | ΠšΠ»ΡŽΡ‡Π΅Π²ΠΎΠΉ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚ | Π”Π°Ρ‚Π° |
16
- |------|--------|---------------------|------|
17
- | Conductor | ☐ | β€” | β€” |
18
- | PM (PRD) | ☐ | β€” | β€” |
19
- | UX/UI | ☐ | β€” | β€” |
20
- | Architect | ☐ | β€” | β€” |
21
- | DevOps | ☐ | β€” | β€” |
22
- | Dev (TDD) | ☐ | β€” | β€” |
23
- | Reviewer | ☐ | β€” | β€” |
24
- | Tester | ☐ | β€” | β€” |
25
- | Release Gate | ☐ | β€” | β€” |
26
-
27
- ---
28
-
29
- ## πŸ“‹ ΠšΠ»ΡŽΡ‡Π΅Π²Ρ‹Π΅ Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ (ADR)
30
-
31
- | ID | РСшСниС | ОбоснованиС | Бтатус |
32
- |----|---------|-------------|--------|
33
- | ADR-001 | `<описаниС Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ>` | `<ΠΏΠΎΡ‡Π΅ΠΌΡƒ Π²Ρ‹Π±Ρ€Π°Π½ΠΎ>` | `Accepted / Superseded / Deprecated` |
34
-
35
- ---
36
-
37
- ## πŸ“Š Π’Π΅ΠΊΡƒΡ‰Π΅Π΅ состояниС
38
-
39
- ### βœ… Π‘Π΄Π΅Π»Π°Π½ΠΎ
40
- - `<Ρ‡Ρ‚ΠΎ Π·Π°Π²Π΅Ρ€ΡˆΠ΅Π½ΠΎ>`
41
-
42
- ### ⏳ Π’ процСссС
43
- - `<Ρ‡Ρ‚ΠΎ сСйчас Π² Ρ€Π°Π±ΠΎΡ‚Π΅>`
44
-
45
- ### 🚫 Π—Π°Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²Π°Π½ΠΎ
46
- - `<Ρ‡Ρ‚ΠΎ Π·Π°Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²Π°Π½ΠΎ ΠΈ Ρ‡Π΅ΠΌ>`
47
-
48
- ---
49
-
50
- ## ❓ ΠžΡ‚ΠΊΡ€Ρ‹Ρ‚Ρ‹Π΅ вопросы
51
-
52
- | ID | Вопрос | Π’Π»Π°Π΄Π΅Π»Π΅Ρ† | Π”Π΅Π΄Π»Π°ΠΉΠ½ | Бтатус |
53
- |----|--------|----------|---------|--------|
54
- | Q-001 | `<вопрос>` | `<ΠΊΡ‚ΠΎ ΠΎΡ‚Π²Π΅Ρ‡Π°Π΅Ρ‚>` | `<YYYY-MM-DD>` | `Open / Resolved` |
55
-
56
- ---
57
-
58
- ## πŸ“ Π˜ΡΡ‚ΠΎΡ€ΠΈΡ сСссий
59
-
60
- | БСссия | Π”Π°Ρ‚Π° | ΠšΡ€Π°Ρ‚ΠΊΠΈΠΉ ΠΈΡ‚ΠΎΠ³ | АртСфакты |
61
- |--------|------|--------------|-----------|
62
- | Session 1 | `<YYYY-MM-DD>` | `<Ρ‡Ρ‚ΠΎ сдСлано>` | `<ссылки Π½Π° Ρ„Π°ΠΉΠ»Ρ‹>` |
@@ -1,24 +0,0 @@
1
- ο»Ώ---
2
- description: Auto-restart affected Docker containers after code changes
3
- ---
4
-
5
- # Auto-Restart Affected Containers
6
-
7
- After any code change inside one of the application source directories, the corresponding Docker container must be restarted automatically.
8
-
9
- ## Source β†’ Container Mapping
10
-
11
- | Source directory | Docker service name | Container name |
12
- |-----------------|---------------------|----------------|
13
- | `apps/api/` | `api` | `smart-cart-api` |
14
- | `apps/dashboard/` | `dashboard` | `smart-cart-dashboard` |
15
- | `apps/widget/` | `widget` | `smart-cart-widget` |
16
-
17
- Infrastructure files (`infra/`, `docker-compose.yml`) and config/env-only changes do not trigger auto-restart.
18
-
19
- ## Steps
20
- 1. Determine which `apps/` directory changed.
21
- 2. Map it to the Docker service.
22
- 3. Run `docker compose restart <service_name>` from the project root.
23
- 4. If multiple services changed, restart them together.
24
- 5. Wait for restart completion before reporting results.
@@ -1,62 +0,0 @@
1
- # 🎯 Project Overview
2
-
3
- | Field | Value |
4
- |-------|-------|
5
- | **Name** | `<project name>` |
6
- | **Description** | `<brief description>` |
7
- | **Current Phase** | `<Discovery / MVP / v1 / Production>` |
8
- | **Created** | `<YYYY-MM-DD>` |
9
- | **Last Updated** | `<YYYY-MM-DD>` |
10
-
11
- ---
12
-
13
- ## πŸ”„ Pipeline Results
14
-
15
- | Gate | Status | Key Output | Date |
16
- |------|--------|------------|------|
17
- | Conductor | ☐ | β€” | β€” |
18
- | PM (PRD) | ☐ | β€” | β€” |
19
- | UX/UI | ☐ | β€” | β€” |
20
- | Architect | ☐ | β€” | β€” |
21
- | DevOps | ☐ | β€” | β€” |
22
- | Dev (TDD) | ☐ | β€” | β€” |
23
- | Reviewer | ☐ | β€” | β€” |
24
- | Tester | ☐ | β€” | β€” |
25
- | Release Gate | ☐ | β€” | β€” |
26
-
27
- ---
28
-
29
- ## πŸ“‹ Key Decisions (ADR)
30
-
31
- | ID | Decision | Rationale | Status |
32
- |----|----------|-----------|--------|
33
- | ADR-001 | `<decision description>` | `<why chosen>` | `Accepted / Superseded / Deprecated` |
34
-
35
- ---
36
-
37
- ## πŸ“Š Current State
38
-
39
- ### βœ… Done
40
- - `<what is completed>`
41
-
42
- ### ⏳ In Progress
43
- - `<what is being worked on>`
44
-
45
- ### 🚫 Blocked
46
- - `<what is blocked and by what>`
47
-
48
- ---
49
-
50
- ## ❓ Open Questions
51
-
52
- | ID | Question | Owner | Deadline | Status |
53
- |----|----------|-------|----------|--------|
54
- | Q-001 | `<question>` | `<who is responsible>` | `<YYYY-MM-DD>` | `Open / Resolved` |
55
-
56
- ---
57
-
58
- ## πŸ“ Session History
59
-
60
- | Session | Date | Summary | Artifacts |
61
- |---------|------|---------|-----------|
62
- | Session 1 | `<YYYY-MM-DD>` | `<what was done>` | `<file references>` |
@@ -1,40 +0,0 @@
1
- # ΠžΠ±Π·ΠΎΡ€ ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°
2
-
3
- | ПолС | Π—Π½Π°Ρ‡Π΅Π½ΠΈΠ΅ |
4
- |------|----------|
5
- | **Π”ΠΎΠΌΠ΅Π½** | Product Management (B2B SaaS) |
6
- | **ОписаниС** | БистСма Π°Π³Π΅Π½Ρ‚ΠΎΠ² для ΠΏΡ€ΠΎΠ΄ΡƒΠΊΡ‚ΠΎΠ²ΠΎΠ³ΠΎ ΠΌΠ΅Π½Π΅Π΄ΠΆΠΌΠ΅Π½Ρ‚Π° с двумя adversarial-осями |
7
- | **ВСкущая Ρ„Π°Π·Π°** | MVP |
8
-
9
- ## Π Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ ΠΏΠ°ΠΉΠΏΠ»Π°ΠΉΠ½Π° A β€” `/ship-right-thing` (Customer-vs-Business)
10
-
11
- | БСссия | Gate | Бтатус | ΠšΠ»ΡŽΡ‡Π΅Π²ΠΎΠΉ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚ | Π”Π°Ρ‚Π° |
12
- |--------|------|--------|---------------------|------|
13
- | 1 | Conductor | ☐ | β€” | β€” |
14
- | 1 | Discovery | ☐ | β€” | β€” |
15
- | 2 | Customer-Champion: Strategist | ☐ | β€” | β€” |
16
- | 3 | Business-Champion: Strategist | ☐ | β€” | β€” |
17
- | 4 | Mediator (Strategy Synthesis) | ☐ | β€” | β€” |
18
- | 5 | PM (prioritization + PRD) | ☐ | β€” | β€” |
19
- | 5 | UX Designer (wireframes) | ☐ | β€” | β€” |
20
- | 5 | Tech Lead (feasibility) | ☐ | β€” | β€” |
21
- | 5 | Data Analyst (metric plan) | ☐ | β€” | β€” |
22
- | 6 | Designer | ☐ | β€” | β€” |
23
- | 6 | Layouter | ☐ | β€” | β€” |
24
- | 6 | Release Gate | ☐ | β€” | β€” |
25
-
26
- ## Π Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ ΠΏΠ°ΠΉΠΏΠ»Π°ΠΉΠ½Π° B β€” `/shape-prioritize` (Build-vs-Cut)
27
-
28
- | БСссия | Gate | Бтатус | ΠšΠ»ΡŽΡ‡Π΅Π²ΠΎΠΉ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚ | Π”Π°Ρ‚Π° |
29
- |--------|------|--------|---------------------|------|
30
- | 1 | Conductor | ☐ | β€” | β€” |
31
- | 1 | Discovery (scope intake) | ☐ | β€” | β€” |
32
- | 2 | Build-Camp: PM + Tech Lead | ☐ | β€” | β€” |
33
- | 3 | Cut-Camp: PM + Tech Lead | ☐ | β€” | β€” |
34
- | 4 | Mediator (Scope Synthesis) | ☐ | β€” | β€” |
35
- | 5 | PM (final PRD) | ☐ | β€” | β€” |
36
- | 5 | UX Designer | ☐ | β€” | β€” |
37
- | 5 | Data Analyst | ☐ | β€” | β€” |
38
- | 6 | Designer | ☐ | β€” | β€” |
39
- | 6 | Layouter | ☐ | β€” | β€” |
40
- | 6 | Release Gate | ☐ | β€” | β€” |
@@ -1,40 +0,0 @@
1
- # Project Overview
2
-
3
- | Field | Value |
4
- |------|----------|
5
- | **Domain** | Product Management (B2B SaaS) |
6
- | **Description** | Agent system for product management with two adversarial axes |
7
- | **Current Phase** | MVP |
8
-
9
- ## Pipeline A Results β€” `/ship-right-thing` (Customer-vs-Business)
10
-
11
- | Session | Gate | Status | Key Result | Date |
12
- |--------|------|--------|---------------------|------|
13
- | 1 | Conductor | ☐ | β€” | β€” |
14
- | 1 | Discovery | ☐ | β€” | β€” |
15
- | 2 | Customer-Champion: Strategist | ☐ | β€” | β€” |
16
- | 3 | Business-Champion: Strategist | ☐ | β€” | β€” |
17
- | 4 | Mediator (Strategy Synthesis) | ☐ | β€” | β€” |
18
- | 5 | PM (prioritization + PRD) | ☐ | β€” | β€” |
19
- | 5 | UX Designer (wireframes) | ☐ | β€” | β€” |
20
- | 5 | Tech Lead (feasibility) | ☐ | β€” | β€” |
21
- | 5 | Data Analyst (metric plan) | ☐ | β€” | β€” |
22
- | 6 | Designer | ☐ | β€” | β€” |
23
- | 6 | Layouter | ☐ | β€” | β€” |
24
- | 6 | Release Gate | ☐ | β€” | β€” |
25
-
26
- ## Pipeline B Results β€” `/shape-prioritize` (Build-vs-Cut)
27
-
28
- | Session | Gate | Status | Key Result | Date |
29
- |--------|------|--------|---------------------|------|
30
- | 1 | Conductor | ☐ | β€” | β€” |
31
- | 1 | Discovery (scope intake) | ☐ | β€” | β€” |
32
- | 2 | Build-Camp: PM + Tech Lead | ☐ | β€” | β€” |
33
- | 3 | Cut-Camp: PM + Tech Lead | ☐ | β€” | β€” |
34
- | 4 | Mediator (Scope Synthesis) | ☐ | β€” | β€” |
35
- | 5 | PM (final PRD) | ☐ | β€” | β€” |
36
- | 5 | UX Designer | ☐ | β€” | β€” |
37
- | 5 | Data Analyst | ☐ | β€” | β€” |
38
- | 6 | Designer | ☐ | β€” | β€” |
39
- | 6 | Layouter | ☐ | β€” | β€” |
40
- | 6 | Release Gate | ☐ | β€” | β€” |