code-ai-installer 4.0.1-b β 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.
- package/LICENSE +1 -1
- package/README.md +5 -5
- package/dist/catalog.js +1 -1
- package/dist/contentTransformer.d.ts +1 -1
- package/dist/contentTransformer.js +39 -0
- package/dist/index.js +10 -5
- package/dist/mcp/cli.js +4 -4
- package/dist/mcp/scorecard.d.ts +2 -2
- package/dist/mcp/task_state.d.ts +2 -2
- package/dist/mcp/tools/advance_gate.js +1 -1
- package/dist/mcp/tools/classify_gate.d.ts +2 -2
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/load_role.d.ts +2 -2
- package/dist/mcp/tools/load_role.js +2 -2
- package/dist/mcp/tools/report_exception.d.ts +3 -3
- package/dist/mcp/tools/report_exception.js +4 -4
- package/dist/mcp/tools/request_decision.d.ts +3 -3
- package/dist/mcp/tools/request_decision.js +5 -5
- package/dist/mcp/tools/review_proposal.d.ts +1 -1
- package/dist/mcp/tools/review_proposal.js +6 -6
- package/dist/mcp/tools/sign_off.d.ts +2 -2
- package/dist/mcp/tools/sign_off.js +7 -7
- package/dist/mcp/tools/verify_claim.d.ts +1 -1
- package/dist/mcp/tools/verify_claim.js +1 -1
- package/dist/mcp_setup.d.ts +84 -31
- package/dist/mcp_setup.js +182 -66
- package/dist/platforms/adapters.js +54 -19
- package/dist/shared/frontmatter.js +1 -1
- package/dist/shared/persona.d.ts +1 -1
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +10 -10
- package/dist/shared/pipeline.js +7 -7
- package/dist/shared/tools.d.ts +15 -15
- package/dist/shared/tools.js +3 -3
- package/dist/shared/vocabulary.d.ts +4 -4
- package/dist/shared/vocabulary.js +4 -4
- package/dist/types.d.ts +1 -1
- package/domains/analytics/.agents/workflows/analytics-pipeline-rules.md +13 -3
- package/domains/analytics/.agents/workflows/analyze.md +1 -0
- package/domains/analytics/.agents/workflows/quick-insight.md +1 -0
- package/domains/analytics/locales/en/.agents/workflows/analytics-pipeline-rules.md +13 -3
- package/domains/analytics/locales/en/.agents/workflows/analyze.md +1 -0
- package/domains/analytics/locales/en/.agents/workflows/quick-insight.md +1 -0
- package/domains/analytics/locales/en/agents/interviewer.md +2 -1
- package/domains/analytics/locales/en/agents/layouter.md +2 -1
- package/domains/analytics/locales/en/agents/mediator.md +2 -1
- package/domains/analytics/locales/en/agents/researcher.md +2 -1
- package/domains/analytics/locales/en/agents/strategist.md +2 -1
- package/domains/analytics/pipeline.yaml +10 -10
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +3 -5
- package/domains/content/.agents/workflows/content-pipeline-rules.md +14 -11
- package/domains/content/.agents/workflows/edit-content.md +0 -1
- package/domains/content/.agents/workflows/quick-post.md +0 -1
- package/domains/content/.agents/workflows/start-content.md +0 -1
- package/domains/content/agents/conductor.md +1 -2
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +3 -5
- package/domains/content/locales/en/.agents/workflows/content-pipeline-rules.md +14 -11
- package/domains/content/locales/en/.agents/workflows/edit-content.md +0 -1
- package/domains/content/locales/en/.agents/workflows/quick-post.md +0 -1
- package/domains/content/locales/en/.agents/workflows/start-content.md +0 -1
- package/domains/content/locales/en/agents/conductor.md +1 -2
- package/domains/content/pipeline.yaml +8 -8
- package/domains/development/.agents/skills/handoff/SKILL.md +276 -276
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -211
- package/domains/development/.agents/skills/qa-test-data-management/SKILL.md +250 -250
- package/domains/development/.agents/workflows/bugfix.md +16 -82
- package/domains/development/.agents/workflows/hotfix.md +16 -66
- package/domains/development/.agents/workflows/pipeline-rules.md +49 -132
- package/domains/development/.agents/workflows/start-task.md +17 -121
- package/domains/development/AGENTS.md +8 -3
- package/domains/development/agents/architect.md +247 -247
- package/domains/development/agents/conductor.md +363 -363
- package/domains/development/agents/devops.md +297 -297
- package/domains/development/agents/reviewer.md +293 -293
- package/domains/development/agents/senior_full_stack.md +295 -295
- package/domains/development/agents/tester.md +395 -395
- package/domains/development/locales/en/.agents/skills/handoff/SKILL.md +276 -276
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -211
- package/domains/development/locales/en/.agents/skills/qa-test-data-management/SKILL.md +250 -250
- package/domains/development/locales/en/.agents/workflows/bugfix.md +16 -82
- package/domains/development/locales/en/.agents/workflows/hotfix.md +15 -65
- package/domains/development/locales/en/.agents/workflows/pipeline-rules.md +48 -131
- package/domains/development/locales/en/.agents/workflows/start-task.md +17 -121
- package/domains/development/locales/en/AGENTS.md +15 -0
- package/domains/development/locales/en/agents/architect.md +247 -247
- package/domains/development/locales/en/agents/conductor.md +363 -363
- package/domains/development/locales/en/agents/devops.md +297 -297
- package/domains/development/locales/en/agents/reviewer.md +293 -293
- package/domains/development/locales/en/agents/senior_full_stack.md +295 -295
- package/domains/development/locales/en/agents/tester.md +395 -395
- package/domains/development/locales/en/prompt-examples.md +34 -120
- package/domains/development/pipeline.yaml +150 -135
- package/domains/development/prompt-examples.md +33 -119
- package/domains/product/.agents/workflows/product-pipeline-rules.md +13 -2
- package/domains/product/.agents/workflows/quick-pm.md +1 -1
- package/domains/product/.agents/workflows/shape-prioritize.md +1 -0
- package/domains/product/.agents/workflows/ship-right-thing.md +1 -0
- package/domains/product/.agents/workflows/spec.md +1 -0
- package/domains/product/agents/tech_lead.md +1 -1
- package/domains/product/locales/en/.agents/workflows/product-pipeline-rules.md +13 -2
- package/domains/product/locales/en/.agents/workflows/quick-pm.md +1 -1
- package/domains/product/locales/en/.agents/workflows/shape-prioritize.md +1 -0
- package/domains/product/locales/en/.agents/workflows/ship-right-thing.md +1 -0
- package/domains/product/locales/en/.agents/workflows/spec.md +1 -0
- package/domains/product/locales/en/agents/conductor.md +2 -2
- package/domains/product/locales/en/agents/data_analyst.md +2 -1
- package/domains/product/locales/en/agents/designer.md +2 -1
- package/domains/product/locales/en/agents/discovery.md +2 -1
- package/domains/product/locales/en/agents/layouter.md +2 -1
- package/domains/product/locales/en/agents/mediator.md +2 -1
- package/domains/product/locales/en/agents/pm.md +2 -1
- package/domains/product/locales/en/agents/product_strategist.md +2 -1
- package/domains/product/locales/en/agents/tech_lead.md +3 -2
- package/domains/product/locales/en/agents/ux_designer.md +2 -1
- package/domains/product/pipeline.yaml +12 -12
- package/package.json +5 -5
- package/domains/analytics/CONTEXT.md +0 -25
- package/domains/analytics/locales/en/CONTEXT.md +0 -25
- package/domains/content/CONTEXT.md +0 -19
- package/domains/content/locales/en/CONTEXT.md +0 -19
- package/domains/development/.agents/workflows/auto-restart-containers.md +0 -56
- package/domains/development/CONTEXT.md +0 -62
- package/domains/development/locales/en/.agents/workflows/auto-restart-containers.md +0 -24
- package/domains/development/locales/en/CONTEXT.md +0 -62
- package/domains/product/CONTEXT.md +0 -40
- 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-
|
|
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": "
|
|
6
|
+
"author": "Denish1209",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/denish12/
|
|
9
|
+
"url": "git+https://github.com/denish12/code-ai-monorepo.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/denish12/
|
|
11
|
+
"homepage": "https://github.com/denish12/code-ai-monorepo#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/denish12/
|
|
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 | β | β | β |
|