codex-genesis-harness 0.1.6 → 0.1.8
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/.codebase/COMPRESSED_CONTEXT.md +80 -0
- package/.codebase/CURRENT_STATE.md +35 -8
- package/.codebase/DEPENDENCY_GRAPH.md +14 -1
- package/.codebase/IMPLEMENTATION_HANDOFF.md +34 -336
- package/.codebase/KNOWN_PROBLEMS.md +54 -3
- package/.codebase/MODULE_INDEX.md +8 -0
- package/.codebase/PIPELINE_FLOW.md +7 -5
- package/.codebase/RECOVERY_POINTS.md +15 -431
- package/.codebase/TECH_DEBT.md +6 -0
- package/.codebase/TEST_MATRIX.md +4 -3
- package/.codebase/VISUAL_GRAPH.md +127 -0
- package/.codebase/beads.json +16 -0
- package/.codebase/context-policy.json +68 -0
- package/.codebase/memories/lessons_learned.md +21 -0
- package/.codebase/memories/preferences.md +17 -0
- package/.codebase/state.json +45 -24
- package/.codex/skills/genesis-ai-provider/SKILL.md +1 -1
- package/.codex/skills/genesis-api-contract/SKILL.md +1 -1
- package/.codex/skills/genesis-api-sync/SKILL.md +1 -1
- package/.codex/skills/genesis-architecture/SKILL.md +6 -1
- package/.codex/skills/genesis-codebase-map/SKILL.md +1 -1
- package/.codex/skills/genesis-debug-guide/SKILL.md +11 -5
- package/.codex/skills/genesis-design-spec/SKILL.md +3 -3
- package/.codex/skills/genesis-docs-automation/SKILL.md +52 -973
- package/.codex/skills/genesis-executing-plans/SKILL.md +54 -0
- package/.codex/skills/genesis-executing-plans/agents/openai.yaml +6 -0
- package/.codex/skills/genesis-executing-plans/checklists/.gitkeep +0 -0
- package/.codex/skills/genesis-executing-plans/examples/.gitkeep +0 -0
- package/.codex/skills/genesis-executing-plans/templates/.gitkeep +0 -0
- package/.codex/skills/genesis-harness/SKILL.md +64 -1384
- package/.codex/skills/genesis-harness/scripts/check-docs-sync.sh +3 -3
- package/.codex/skills/genesis-harness/scripts/init-planning.sh +1 -1
- package/.codex/skills/genesis-harness-engineering/SKILL.md +1 -1
- package/.codex/skills/genesis-new-design/SKILL.md +6 -2
- package/.codex/skills/genesis-new-design/agents/openai.yaml +2 -0
- package/.codex/skills/genesis-observability-automation/SKILL.md +69 -303
- package/.codex/skills/genesis-observability-automation/references/common-mistakes-and-recovery.md +84 -0
- package/.codex/skills/genesis-observability-automation/references/workflow-phases.md +78 -0
- package/.codex/skills/genesis-performance-profiling/SKILL.md +1 -22
- package/.codex/skills/genesis-performance-profiling/agents/openai.yaml +1 -1
- package/.codex/skills/genesis-pipeline-orchestration/SKILL.md +1 -1
- package/.codex/skills/genesis-planning/SKILL.md +31 -1
- package/.codex/skills/genesis-release/SKILL.md +29 -1
- package/.codex/skills/genesis-research-first/SKILL.md +6 -0
- package/.codex/skills/genesis-spec-propagation/SKILL.md +52 -504
- package/.codex/skills/genesis-test-driven-development/SKILL.md +55 -0
- package/.codex/skills/genesis-test-driven-development/agents/openai.yaml +6 -0
- package/.codex/skills/genesis-test-driven-development/checklists/.gitkeep +0 -0
- package/.codex/skills/genesis-test-driven-development/examples/.gitkeep +0 -0
- package/.codex/skills/genesis-test-driven-development/templates/.gitkeep +0 -0
- package/.codex/skills/{ui-ux-test-skill → genesis-ui-ux-test}/SKILL.md +1 -1
- package/.codex/skills/genesis-upgrade-design/SKILL.md +4 -2
- package/.codex/skills/genesis-upgrade-design/agents/openai.yaml +2 -0
- package/.codex/skills/genesis-using-git-worktrees/SKILL.md +54 -0
- package/.codex/skills/genesis-using-git-worktrees/agents/openai.yaml +6 -0
- package/.codex/skills/genesis-using-git-worktrees/checklists/.gitkeep +0 -0
- package/.codex/skills/genesis-using-git-worktrees/examples/.gitkeep +0 -0
- package/.codex/skills/genesis-using-git-worktrees/templates/.gitkeep +0 -0
- package/.codex/skills/genesis-verification-before-completion/SKILL.md +53 -0
- package/.codex/skills/genesis-verification-before-completion/agents/openai.yaml +6 -0
- package/.codex/skills/genesis-verification-before-completion/checklists/.gitkeep +0 -0
- package/.codex/skills/genesis-verification-before-completion/examples/.gitkeep +0 -0
- package/.codex/skills/genesis-verification-before-completion/templates/.gitkeep +0 -0
- package/.codex/skills/spec-impact-engine/SKILL.md +77 -500
- package/.codex/skills/spec-impact-engine/checklists/checklist.md +10 -0
- package/.codex-plugin/plugin.json +3 -4
- package/CHANGELOG.md +17 -0
- package/README.EN.md +33 -22
- package/README.VI.md +36 -24
- package/README.md +46 -8
- package/VERSION +1 -1
- package/bin/genesis-harness.js +1337 -7
- package/contracts/features/registry-schema.json +15 -0
- package/contracts/observability/agent-run-schema.json +34 -0
- package/contracts/observability/failure-schema.json +35 -0
- package/contracts/ui/auth/login-screen-contract.json +43 -0
- package/features/REGISTRY.md +63 -0
- package/features/SCOPE-template.md +65 -0
- package/fixtures/planning/MOCKUP_PROMPT_TEMPLATE.md +16 -0
- package/observability/agent-runs/sample-run.json +13 -0
- package/observability/decision-logs/sample-decision.md +43 -0
- package/observability/failures/sample-failure.json +12 -0
- package/package.json +9 -3
- package/playwright/e2e/app-template.spec.js +37 -0
- package/playwright/e2e/auth/login-screen.spec.js +65 -0
- package/playwright/e2e/web-template.spec.js +28 -0
- package/scripts/check-scope.sh +100 -0
- package/scripts/cold-start-check.js +133 -0
- package/scripts/install.sh +6 -6
- package/scripts/prompt_sentinel.js +35 -4
- package/scripts/run-evals.sh +137 -26
- package/scripts/scratch_parser.js +49 -0
- package/scripts/spec_visual_sync.js +1 -1
- package/scripts/test_generator.js +2 -2
- package/scripts/uninstall.sh +6 -6
- package/scripts/verify.sh +21 -66
- package/tests/integration/cli-smoke.test.js +103 -0
- package/tests/unit/feature_registry.test.js +152 -0
- package/tests/unit/prompt_sentinel.test.js +1 -1
- package/tests/unit/spec_visual_sync.test.js +1 -1
- package/tests/unit/test_generator.test.js +1 -1
- package/.codex/skills/genesis-docs/SKILL.md +0 -46
- package/.codex/skills/genesis-docs/agents/openai.yaml +0 -7
- package/.codex/skills/genesis-mvp-planning/SKILL.md +0 -114
- package/.codex/skills/genesis-mvp-planning/agents/openai.yaml +0 -6
- package/.codex/skills/genesis-release-orchestration/SKILL.md +0 -653
- package/.codex/skills/genesis-release-orchestration/agents/openai.yaml +0 -7
- package/.codex/skills/genesis-research/SKILL.md +0 -46
- package/.codex/skills/genesis-research/agents/openai.yaml +0 -7
- package/playwright/e2e/e2e-template.md +0 -4
- /package/.codex/skills/{genesis-docs/checklists/checklist.md → genesis-docs-automation/checklists/manual-docs-checklist.md} +0 -0
- /package/.codex/skills/{genesis-docs/examples/example.md → genesis-docs-automation/examples/manual-docs-example.md} +0 -0
- /package/.codex/skills/{genesis-docs → genesis-docs-automation}/templates/docs-update-template.md +0 -0
- /package/.codex/skills/{genesis-state-machine/SKILL.md → genesis-harness/references/state-machine.md} +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/checklists/mvp-readiness.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/examples/5-phase-roadmap-example.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/templates/phase-1-core.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/templates/phase-2-auth.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/templates/phase-3-features.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/templates/phase-4-integrations.md +0 -0
- /package/.codex/skills/{genesis-mvp-planning → genesis-planning}/templates/phase-5-readiness.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/checklists/post-deployment-verification.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/checklists/pre-release-validation.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration/examples/example.md → genesis-release/examples/orchestration-example.md} +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/observability/release-tracking.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/playbooks/canary-deployment-orchestration.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/playbooks/semantic-versioning-automation.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/templates/deployment-strategy-template.md +0 -0
- /package/.codex/skills/{genesis-release-orchestration → genesis-release}/templates/release-runbook-template.md +0 -0
- /package/.codex/skills/{genesis-research → genesis-research-first}/checklists/checklist.md +0 -0
- /package/.codex/skills/{genesis-research/examples/example.md → genesis-research-first/examples/manual-research-example.md} +0 -0
- /package/.codex/skills/{genesis-research → genesis-research-first}/templates/research-note-template.md +0 -0
- /package/.codex/skills/{ui-ux-test-skill → genesis-ui-ux-test}/agents/openai.yaml +0 -0
- /package/.codex/skills/{ui-ux-test-skill → genesis-ui-ux-test}/checklists/checklist.md +0 -0
- /package/.codex/skills/{ui-ux-test-skill → genesis-ui-ux-test}/examples/example.md +0 -0
- /package/.codex/skills/{ui-ux-test-skill → genesis-ui-ux-test}/templates/playwright-test-template.md +0 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Observability — Phase-by-Phase Workflow
|
|
2
|
+
|
|
3
|
+
Tài liệu chi tiết từng giai đoạn triển khai observability.
|
|
4
|
+
Được gọi bởi `genesis-observability-automation/SKILL.md` → `## Workflow Detail: Phase-by-Phase Execution`.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Phase 1: Observability Architecture Generation
|
|
9
|
+
|
|
10
|
+
**Goal**: Thiết kế và tài liệu hoá toàn bộ topology observability trước khi viết bất kỳ config nào.
|
|
11
|
+
|
|
12
|
+
### Architecture components
|
|
13
|
+
|
|
14
|
+
| Pillar | Component | Purpose |
|
|
15
|
+
|--------|-----------|---------|
|
|
16
|
+
| Metrics | Prometheus / Datadog Agent | Scrape and store numeric time-series |
|
|
17
|
+
| Metrics | Grafana / Datadog Dashboards | Visualize and alert on metrics |
|
|
18
|
+
| Logs | Structured logging library | Produce machine-readable log events |
|
|
19
|
+
| Logs | Log aggregator (Loki/ELK/CloudWatch) | Collect and index logs |
|
|
20
|
+
| Logs | Kibana/Grafana/Datadog | Search and visualize logs |
|
|
21
|
+
| Traces | OpenTelemetry SDK | Instrument service for tracing |
|
|
22
|
+
| Traces | Jaeger/Zipkin/Datadog APM | Collect and visualize traces |
|
|
23
|
+
|
|
24
|
+
### Service instrumentation by language
|
|
25
|
+
|
|
26
|
+
- **Node.js**: `prom-client` (metrics), `winston`/`pino` (structured logs), `@opentelemetry/sdk-node` (traces).
|
|
27
|
+
- **Python**: `prometheus_client` (metrics), `structlog`/`python-json-logger` (logs), `opentelemetry-sdk` (traces).
|
|
28
|
+
- **Go**: `prometheus/client_golang` (metrics), `zap`/`logrus` (logs), `go.opentelemetry.io/otel` (traces).
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Phase 2: Dashboard Generation
|
|
33
|
+
|
|
34
|
+
**Required panels (RED metrics)**:
|
|
35
|
+
- **Rate**: Requests per second (total and per endpoint)
|
|
36
|
+
- **Errors**: Error rate percentage (4xx and 5xx separately)
|
|
37
|
+
- **Duration**: Response time as histogram with p50, p95, p99
|
|
38
|
+
|
|
39
|
+
**SATURATION metrics**:
|
|
40
|
+
- **CPU**: Process CPU utilization %
|
|
41
|
+
- **Memory**: Heap and RSS memory
|
|
42
|
+
- **Connection pool**: Active connections vs. pool limit
|
|
43
|
+
- **Queue depth**: Job queue length (background workers)
|
|
44
|
+
|
|
45
|
+
See `templates/monitoring-dashboard-template.md` for complete Grafana JSON scaffold.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Phase 3: Alerting Policy Generation
|
|
50
|
+
|
|
51
|
+
**SLO-based alert thresholds (99.9% availability = 43.8 min/month error budget)**:
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
Fast burn (1h): error_rate > 2% → P1 page immediately
|
|
55
|
+
Medium burn (6h): error_rate > 0.5% → P2 business hours
|
|
56
|
+
Slow burn (3d): error_rate > 0.1% → Slack + ticket
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
See `templates/alerting-policy-template.md` for complete Prometheus alerting rules.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Phase 4: Health Check Automation
|
|
64
|
+
|
|
65
|
+
**Standard health endpoint specification**:
|
|
66
|
+
- `GET /health` → 200 always (load balancer basic routing)
|
|
67
|
+
- `GET /readiness` → 200 if dependencies healthy, 503 if not
|
|
68
|
+
- `GET /liveness` → 200 if process alive + event loop not stuck
|
|
69
|
+
- `GET /metrics` → Prometheus text format
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Phase 5: Incident Response Runbook Generation
|
|
74
|
+
|
|
75
|
+
**Runbook structure requirements** (every runbook must have):
|
|
76
|
+
Severity definition → Detection signals → Triage steps (with commands) → Escalation triggers → Resolution steps → Rollback procedure → Communication templates → Post-mortem checklist.
|
|
77
|
+
|
|
78
|
+
See `playbooks/incident-triage-playbook.md` for complete P0/P1/P2/P3 runbooks.
|
|
@@ -486,25 +486,4 @@ Default thresholds:
|
|
|
486
486
|
|
|
487
487
|
**Goal**: Produce a prioritized, actionable list of optimizations ranked by expected impact vs implementation effort.
|
|
488
488
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
```markdown
|
|
492
|
-
### [BOTTLENECK-001] Slow database query on /api/users (N+1 pattern)
|
|
493
|
-
|
|
494
|
-
**Evidence**: EXPLAIN ANALYZE shows sequential scan on `users` table (150,000 rows).
|
|
495
|
-
DB query time = 145 ms (81% of total response time).
|
|
496
|
-
Identified via: slow query log + pg_stat_statements.
|
|
497
|
-
|
|
498
|
-
**Recommended fix**: Add composite index on (tenant_id, status, created_at).
|
|
499
|
-
Fix N+1 ORM query pattern: use eager loading (`include: ['profile']`).
|
|
500
|
-
|
|
501
|
-
**Estimated impact**: HIGH — Expected p95 improvement: 100–140 ms (55–78% reduction).
|
|
502
|
-
|
|
503
|
-
**Implementation complexity**: EASY — Index creation: 1 migration file.
|
|
504
|
-
ORM fix: 3 lines of code change.
|
|
505
|
-
|
|
506
|
-
**Validation method**: Re-run baseline after migration. Confirm p95 ≤ 80 ms.
|
|
507
|
-
Run regression-detection phase against new baseline.
|
|
508
|
-
|
|
509
|
-
**Risk**: Index creation on large table requires `CREATE INDEX CONCURRENTLY` to avoid table lock.
|
|
510
|
-
```
|
|
489
|
+
Use `templates/performance-report-template.md` for recommendation shape and include evidence, fix, impact, complexity, validation, and risk for each bottleneck.
|
|
@@ -3,4 +3,4 @@ interface:
|
|
|
3
3
|
short_description: "Automate performance baseline, profiling, and load testing"
|
|
4
4
|
default_prompt: "Use $genesis-performance-profiling to establish baseline and identify bottlenecks."
|
|
5
5
|
policy:
|
|
6
|
-
allow_implicit_invocation:
|
|
6
|
+
allow_implicit_invocation: true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: pipeline-orchestration
|
|
2
|
+
name: genesis-pipeline-orchestration
|
|
3
3
|
description: Run end-to-end Codex harness orchestration phases from repository analysis through tests, fixtures, implementation, contracts, memory, docs, and change summaries. Use for autonomous multi-phase work.
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: planning
|
|
2
|
+
name: genesis-planning
|
|
3
3
|
description: Create decision-complete plans for Codex harness work, including tests, fixtures, contracts, memory updates, verification, and recovery. Use for new features, refactors, bug fixes, audits, or multi-phase autonomous work.
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -44,3 +44,33 @@ Planning implementation before tests, omitting fixtures, and leaving verificatio
|
|
|
44
44
|
## Recovery workflow
|
|
45
45
|
If a plan becomes invalid, update the failing test and fixture first, then revise phases.
|
|
46
46
|
|
|
47
|
+
## MCP Automation Requirements
|
|
48
|
+
|
|
49
|
+
To ensure plans are grounded in long-term project context and not just short-term conversation history, you **MUST** use the following MCP server:
|
|
50
|
+
1. **`@modelcontextprotocol/server-memory`**: Use this MCP tool to automatically query the Knowledge Graph for past bugs, developer preferences, and architectural rules *before* drafting the implementation phases. Any new plan must respect the persistent memory graph.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 🏗️ 5-Phase MVP Roadmap Standards
|
|
55
|
+
|
|
56
|
+
When decomposing large-scale features or initializing new project modules, you must enforce the **5-Phase MVP Roadmap Standard** using the provided templates:
|
|
57
|
+
|
|
58
|
+
1. **Phase 1: Core Foundation & Base Setup** (Templates: `phase-1-core.md`, `phase-2-auth.md`)
|
|
59
|
+
- Establish environment skeletons, base CLI arguments, dependency configurations, and contract JSON structures.
|
|
60
|
+
- Core DB migrations, model schemes, and basic configurations.
|
|
61
|
+
2. **Phase 2: Contract-First & Skeletal Tests** (Template: `phase-3-features.md`)
|
|
62
|
+
- Compile exhaustive contract endpoints (`contracts/api/`) and mock fixture skeletons (`fixtures/api/`).
|
|
63
|
+
- Auto-generate test skeletons in `tests/integration/` (RED state).
|
|
64
|
+
3. **Phase 3: Logic Implementation & Self-Healing** (Template: `phase-3-features.md`)
|
|
65
|
+
- Implement minimal code handlers, controllers, or service endpoints.
|
|
66
|
+
- Execute closed-loop Verify-Fix cycles autonomously until all tests turn GREEN. **CRITICAL**: Do NOT just run `npm test`. You MUST run `npx genesis-harness heal "<test-command>"`. If the test fails, this command will output an `[AGENT_DIRECTIVE]`. You must read the directive and automatically fix the code until it passes without stopping.
|
|
67
|
+
4. **Phase 4: Multi-Agent & External Integrations** (Template: `phase-4-integrations.md`)
|
|
68
|
+
- Wire up external components, API sync triggers, or media providers.
|
|
69
|
+
5. **Phase 5: E2E Visual QA & Release Readiness** (Template: `phase-5-readiness.md`)
|
|
70
|
+
- Execute full Playwright E2E smoke tests, visual regression checks, and packaging checklists.
|
|
71
|
+
|
|
72
|
+
### Related Planning Assets
|
|
73
|
+
* **Checklist**: `checklists/mvp-readiness.md`
|
|
74
|
+
* **Example**: `examples/5-phase-roadmap-example.md`
|
|
75
|
+
* **Templates**: `templates/phase-1-core.md`, `phase-2-auth.md`, `phase-3-features.md`, `phase-4-integrations.md`, `phase-5-readiness.md`
|
|
76
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: release
|
|
2
|
+
name: genesis-release
|
|
3
3
|
description: Prepare Codex harness package releases with version checks, package dry-runs, npm publish readiness, release notes, verification evidence, and rollback notes. Use before publishing or tagging releases.
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -44,3 +44,31 @@ Publishing cache files, missing executable scripts, and omitting npm 2FA/token r
|
|
|
44
44
|
## Recovery workflow
|
|
45
45
|
If publish fails, capture error, update known problems, do not change version until root cause is fixed.
|
|
46
46
|
|
|
47
|
+
## MCP Automation Requirements
|
|
48
|
+
|
|
49
|
+
To ensure zero human error in releases and tags, you **MUST** use the following MCP server:
|
|
50
|
+
1. **`@modelcontextprotocol/server-github`**: Use this MCP tool to automatically retrieve the list of closed Pull Requests since the last release tag to draft the `CHANGELOG.md` and Release Notes. You must also use it to automatically create the Git Tag and GitHub Release via the API. Do NOT ask the user to do this manually in the browser.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 🚀 Automated Release & Deployment Orchestration
|
|
55
|
+
|
|
56
|
+
This skill incorporates the **Release & Deployment Orchestration Standard** to manage production-ready releases and rollbacks using the provided templates and playbooks:
|
|
57
|
+
|
|
58
|
+
1. **Release Checklists** (`checklists/pre-release-validation.md`, `checklists/post-deployment-verification.md`)
|
|
59
|
+
- Mandatory gates before staging/production merges.
|
|
60
|
+
- Comprehensive post-deployment validations (health checks, API connectivity).
|
|
61
|
+
2. **Release Playbooks** (`playbooks/semantic-versioning-automation.md`, `playbooks/canary-deployment-orchestration.md`)
|
|
62
|
+
- Executable guidelines for version bump calculations (v1.0.0 → v1.1.0) and git tags.
|
|
63
|
+
- Closed-loop canary deployments (5% to 100% routing steps, metrics checks, instant triggers).
|
|
64
|
+
3. **Observability Tracking** (`observability/release-tracking.md`)
|
|
65
|
+
- Structured release audits, recording versions, commit hashes, pipelines results, and rollout windows.
|
|
66
|
+
4. **Release Templates** (`templates/deployment-strategy-template.md`, `templates/release-runbook-template.md`)
|
|
67
|
+
- Runbooks for critical steps and standardized strategy sheets.
|
|
68
|
+
|
|
69
|
+
### Related Release Assets
|
|
70
|
+
* **Checklists**: `checklists/checklist.md`, `checklists/pre-release-validation.md`, `checklists/post-deployment-verification.md`
|
|
71
|
+
* **Playbooks**: `playbooks/semantic-versioning-automation.md`, `playbooks/canary-deployment-orchestration.md`
|
|
72
|
+
* **Observability**: `observability/release-tracking.md`
|
|
73
|
+
* **Templates**: `templates/release-checklist-template.md`, `templates/deployment-strategy-template.md`, `templates/release-runbook-template.md`
|
|
74
|
+
|
|
@@ -84,6 +84,12 @@ Format:
|
|
|
84
84
|
- Next Steps: What to verify?
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
+
## MCP Automation Requirements
|
|
88
|
+
|
|
89
|
+
To prevent hallucinations and avoid manual terminal scraping, you **MUST** use the following MCP servers during research:
|
|
90
|
+
1. **`@modelcontextprotocol/server-fetch`**: Use this MCP tool to natively fetch and read the contents of external documentation URLs or Stack Overflow threads. Do NOT guess the API structure.
|
|
91
|
+
2. **`@modelcontextprotocol/server-github`**: Use this MCP tool to search for existing issues, pull requests, or trending repositories related to the task.
|
|
92
|
+
|
|
87
93
|
## Output
|
|
88
94
|
|
|
89
95
|
Each research produces:
|