mindforge-cc 1.0.0
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/.agent/CLAUDE.md +462 -0
- package/.agent/forge/help.md +7 -0
- package/.agent/forge/init-project.md +32 -0
- package/.agent/forge/plan-phase.md +30 -0
- package/.agent/mindforge/approve.md +18 -0
- package/.agent/mindforge/audit.md +30 -0
- package/.agent/mindforge/benchmark.md +33 -0
- package/.agent/mindforge/complete-milestone.md +18 -0
- package/.agent/mindforge/debug.md +126 -0
- package/.agent/mindforge/discuss-phase.md +138 -0
- package/.agent/mindforge/execute-phase.md +165 -0
- package/.agent/mindforge/health.md +21 -0
- package/.agent/mindforge/help.md +23 -0
- package/.agent/mindforge/init-org.md +131 -0
- package/.agent/mindforge/init-project.md +155 -0
- package/.agent/mindforge/install-skill.md +15 -0
- package/.agent/mindforge/map-codebase.md +298 -0
- package/.agent/mindforge/metrics.md +22 -0
- package/.agent/mindforge/migrate.md +40 -0
- package/.agent/mindforge/milestone.md +12 -0
- package/.agent/mindforge/next.md +105 -0
- package/.agent/mindforge/plan-phase.md +125 -0
- package/.agent/mindforge/plugins.md +40 -0
- package/.agent/mindforge/pr-review.md +41 -0
- package/.agent/mindforge/profile-team.md +23 -0
- package/.agent/mindforge/publish-skill.md +19 -0
- package/.agent/mindforge/quick.md +135 -0
- package/.agent/mindforge/release.md +10 -0
- package/.agent/mindforge/retrospective.md +26 -0
- package/.agent/mindforge/review.md +157 -0
- package/.agent/mindforge/security-scan.md +233 -0
- package/.agent/mindforge/ship.md +100 -0
- package/.agent/mindforge/skills.md +141 -0
- package/.agent/mindforge/status.md +104 -0
- package/.agent/mindforge/sync-confluence.md +11 -0
- package/.agent/mindforge/sync-jira.md +12 -0
- package/.agent/mindforge/tokens.md +8 -0
- package/.agent/mindforge/update.md +42 -0
- package/.agent/mindforge/verify-phase.md +62 -0
- package/.agent/mindforge/workspace.md +29 -0
- package/.claude/CLAUDE.md +462 -0
- package/.claude/commands/forge/help.md +7 -0
- package/.claude/commands/forge/init-project.md +32 -0
- package/.claude/commands/forge/plan-phase.md +30 -0
- package/.claude/commands/mindforge/approve.md +18 -0
- package/.claude/commands/mindforge/audit.md +30 -0
- package/.claude/commands/mindforge/benchmark.md +33 -0
- package/.claude/commands/mindforge/complete-milestone.md +18 -0
- package/.claude/commands/mindforge/debug.md +126 -0
- package/.claude/commands/mindforge/discuss-phase.md +138 -0
- package/.claude/commands/mindforge/execute-phase.md +165 -0
- package/.claude/commands/mindforge/health.md +21 -0
- package/.claude/commands/mindforge/help.md +23 -0
- package/.claude/commands/mindforge/init-org.md +131 -0
- package/.claude/commands/mindforge/init-project.md +155 -0
- package/.claude/commands/mindforge/install-skill.md +15 -0
- package/.claude/commands/mindforge/map-codebase.md +298 -0
- package/.claude/commands/mindforge/metrics.md +22 -0
- package/.claude/commands/mindforge/migrate.md +40 -0
- package/.claude/commands/mindforge/milestone.md +12 -0
- package/.claude/commands/mindforge/next.md +105 -0
- package/.claude/commands/mindforge/plan-phase.md +125 -0
- package/.claude/commands/mindforge/plugins.md +40 -0
- package/.claude/commands/mindforge/pr-review.md +41 -0
- package/.claude/commands/mindforge/profile-team.md +23 -0
- package/.claude/commands/mindforge/publish-skill.md +19 -0
- package/.claude/commands/mindforge/quick.md +135 -0
- package/.claude/commands/mindforge/release.md +10 -0
- package/.claude/commands/mindforge/retrospective.md +26 -0
- package/.claude/commands/mindforge/review.md +157 -0
- package/.claude/commands/mindforge/security-scan.md +233 -0
- package/.claude/commands/mindforge/ship.md +100 -0
- package/.claude/commands/mindforge/skills.md +141 -0
- package/.claude/commands/mindforge/status.md +104 -0
- package/.claude/commands/mindforge/sync-confluence.md +11 -0
- package/.claude/commands/mindforge/sync-jira.md +12 -0
- package/.claude/commands/mindforge/tokens.md +8 -0
- package/.claude/commands/mindforge/update.md +42 -0
- package/.claude/commands/mindforge/verify-phase.md +62 -0
- package/.claude/commands/mindforge/workspace.md +29 -0
- package/.forge/org/CONVENTIONS.md +0 -0
- package/.forge/org/ORG.md +0 -0
- package/.forge/org/SECURITY.md +0 -0
- package/.forge/org/TOOLS.md +0 -0
- package/.forge/personas/analyst.md +0 -0
- package/.forge/personas/architect.md +0 -0
- package/.forge/personas/debug-specialist.md +0 -0
- package/.forge/personas/developer.md +26 -0
- package/.forge/personas/qa-engineer.md +0 -0
- package/.forge/personas/release-manager.md +0 -0
- package/.forge/personas/security-reviewer.md +33 -0
- package/.forge/personas/tech-writer.md +0 -0
- package/.forge/skills/api-design/SKILL.md +0 -0
- package/.forge/skills/code-quality/SKILL.md +0 -0
- package/.forge/skills/documentation/SKILL.md +0 -0
- package/.forge/skills/security-review/SKILL.md +23 -0
- package/.forge/skills/testing-standards/SKILL.md +27 -0
- package/.github/workflows/mindforge-ci.yml +224 -0
- package/.gitlab-ci-mindforge.yml +18 -0
- package/.mindforge/MINDFORGE-SCHEMA.json +165 -0
- package/.mindforge/audit/AUDIT-SCHEMA.md +451 -0
- package/.mindforge/ci/ci-config-schema.md +21 -0
- package/.mindforge/ci/ci-mode.md +179 -0
- package/.mindforge/ci/github-actions-adapter.md +224 -0
- package/.mindforge/ci/gitlab-ci-adapter.md +31 -0
- package/.mindforge/ci/jenkins-adapter.md +44 -0
- package/.mindforge/distribution/registry-client.md +166 -0
- package/.mindforge/distribution/registry-schema.md +96 -0
- package/.mindforge/distribution/skill-publisher.md +44 -0
- package/.mindforge/distribution/skill-validator.md +74 -0
- package/.mindforge/engine/compaction-protocol.md +182 -0
- package/.mindforge/engine/context-injector.md +128 -0
- package/.mindforge/engine/dependency-parser.md +113 -0
- package/.mindforge/engine/skills/conflict-resolver.md +69 -0
- package/.mindforge/engine/skills/loader.md +184 -0
- package/.mindforge/engine/skills/registry.md +98 -0
- package/.mindforge/engine/skills/versioning.md +75 -0
- package/.mindforge/engine/verification-pipeline.md +111 -0
- package/.mindforge/engine/wave-executor.md +235 -0
- package/.mindforge/governance/GOVERNANCE-CONFIG.md +17 -0
- package/.mindforge/governance/approval-workflow.md +37 -0
- package/.mindforge/governance/change-classifier.md +63 -0
- package/.mindforge/governance/compliance-gates.md +31 -0
- package/.mindforge/integrations/confluence.md +27 -0
- package/.mindforge/integrations/connection-manager.md +163 -0
- package/.mindforge/integrations/github.md +25 -0
- package/.mindforge/integrations/gitlab.md +13 -0
- package/.mindforge/integrations/jira.md +102 -0
- package/.mindforge/integrations/slack.md +41 -0
- package/.mindforge/intelligence/antipattern-detector.md +75 -0
- package/.mindforge/intelligence/difficulty-scorer.md +55 -0
- package/.mindforge/intelligence/health-engine.md +208 -0
- package/.mindforge/intelligence/skill-gap-analyser.md +40 -0
- package/.mindforge/intelligence/smart-compaction.md +71 -0
- package/.mindforge/metrics/METRICS-SCHEMA.md +42 -0
- package/.mindforge/metrics/quality-tracker.md +32 -0
- package/.mindforge/monorepo/cross-package-planner.md +114 -0
- package/.mindforge/monorepo/dependency-graph-builder.md +32 -0
- package/.mindforge/monorepo/workspace-detector.md +129 -0
- package/.mindforge/org/CONVENTIONS.md +62 -0
- package/.mindforge/org/ORG.md +51 -0
- package/.mindforge/org/SECURITY.md +50 -0
- package/.mindforge/org/TOOLS.md +53 -0
- package/.mindforge/org/integrations/INTEGRATIONS-CONFIG.md +58 -0
- package/.mindforge/org/skills/MANIFEST.md +38 -0
- package/.mindforge/personas/analyst.md +52 -0
- package/.mindforge/personas/architect.md +75 -0
- package/.mindforge/personas/debug-specialist.md +52 -0
- package/.mindforge/personas/developer.md +85 -0
- package/.mindforge/personas/overrides/README.md +85 -0
- package/.mindforge/personas/qa-engineer.md +61 -0
- package/.mindforge/personas/release-manager.md +76 -0
- package/.mindforge/personas/security-reviewer.md +91 -0
- package/.mindforge/personas/tech-writer.md +51 -0
- package/.mindforge/plugins/PLUGINS-MANIFEST.md +23 -0
- package/.mindforge/plugins/plugin-loader.md +93 -0
- package/.mindforge/plugins/plugin-registry.md +44 -0
- package/.mindforge/plugins/plugin-schema.md +68 -0
- package/.mindforge/pr-review/ai-reviewer.md +266 -0
- package/.mindforge/pr-review/finding-formatter.md +46 -0
- package/.mindforge/pr-review/review-prompt-templates.md +44 -0
- package/.mindforge/production/compatibility-layer.md +39 -0
- package/.mindforge/production/migration-engine.md +52 -0
- package/.mindforge/production/production-checklist.md +165 -0
- package/.mindforge/production/token-optimiser.md +68 -0
- package/.mindforge/skills/accessibility/SKILL.md +106 -0
- package/.mindforge/skills/api-design/SKILL.md +98 -0
- package/.mindforge/skills/code-quality/SKILL.md +88 -0
- package/.mindforge/skills/data-privacy/SKILL.md +126 -0
- package/.mindforge/skills/database-patterns/SKILL.md +192 -0
- package/.mindforge/skills/documentation/SKILL.md +91 -0
- package/.mindforge/skills/incident-response/SKILL.md +180 -0
- package/.mindforge/skills/performance/SKILL.md +120 -0
- package/.mindforge/skills/security-review/SKILL.md +83 -0
- package/.mindforge/skills/testing-standards/SKILL.md +97 -0
- package/.mindforge/team/TEAM-PROFILE.md +42 -0
- package/.mindforge/team/multi-handoff.md +23 -0
- package/.mindforge/team/profiles/README.md +13 -0
- package/.mindforge/team/session-merger.md +18 -0
- package/.planning/ARCHITECTURE.md +0 -0
- package/.planning/AUDIT.jsonl +0 -0
- package/.planning/HANDOFF.json +28 -0
- package/.planning/PROJECT.md +33 -0
- package/.planning/RELEASE-CHECKLIST.md +68 -0
- package/.planning/REQUIREMENTS.md +0 -0
- package/.planning/ROADMAP.md +0 -0
- package/.planning/STATE.md +31 -0
- package/.planning/approvals/.gitkeep +1 -0
- package/.planning/archive/.gitkeep +1 -0
- package/.planning/audit-archive/.gitkeep +1 -0
- package/.planning/decisions/.gitkeep +0 -0
- package/.planning/decisions/ADR-001-handoff-tracking.md +41 -0
- package/.planning/decisions/ADR-002-markdown-commands.md +46 -0
- package/.planning/decisions/ADR-003-skills-trigger-model.md +37 -0
- package/.planning/decisions/ADR-004-wave-parallelism-model.md +45 -0
- package/.planning/decisions/ADR-005-append-only-audit-log.md +51 -0
- package/.planning/decisions/ADR-006-tiered-skills-system.md +22 -0
- package/.planning/decisions/ADR-007-trigger-keyword-model.md +22 -0
- package/.planning/decisions/ADR-008-just-in-time-skill-loading.md +29 -0
- package/.planning/decisions/ADR-009-enterprise-integration-retry-policy.md +8 -0
- package/.planning/decisions/ADR-010-governance-tier-escalation.md +8 -0
- package/.planning/decisions/ADR-011-multi-developer-handoff-contract.md +8 -0
- package/.planning/decisions/ADR-012-intelligence-feedback-loops.md +19 -0
- package/.planning/decisions/ADR-013-mindforge-md-constitution.md +16 -0
- package/.planning/decisions/ADR-014-metrics-as-signals-not-evaluation.md +15 -0
- package/.planning/decisions/ADR-015-npm-based-skill-registry.md +26 -0
- package/.planning/decisions/ADR-016-ci-exit-code-0-on-timeout.md +27 -0
- package/.planning/decisions/ADR-017-sdk-localhost-only.md +28 -0
- package/.planning/decisions/ADR-018-installer-self-install-detection.md +15 -0
- package/.planning/decisions/ADR-019-self-update-scope-preservation.md +14 -0
- package/.planning/decisions/ADR-020-v1.0.0-stable-interface-contract.md +23 -0
- package/.planning/jira-sync.json +9 -0
- package/.planning/milestones/.gitkeep +1 -0
- package/.planning/phases/day1/REVIEW-DAY1.md +50 -0
- package/.planning/phases/day1/SECURITY-REVIEW-DAY1.md +15 -0
- package/.planning/phases/day2/REVIEW-DAY2.md +521 -0
- package/.planning/phases/day3/REVIEW-DAY3.md +234 -0
- package/.planning/slack-threads.json +6 -0
- package/CHANGELOG.md +175 -0
- package/LICENSE +21 -0
- package/MINDFORGE.md +76 -0
- package/README.md +182 -0
- package/RELEASENOTES.md +41 -0
- package/SECURITY.md +4 -0
- package/bin/install.js +120 -0
- package/bin/installer-core.js +292 -0
- package/bin/migrations/0.1.0-to-0.5.0.js +37 -0
- package/bin/migrations/0.5.0-to-0.6.0.js +17 -0
- package/bin/migrations/0.6.0-to-1.0.0.js +100 -0
- package/bin/migrations/migrate.js +151 -0
- package/bin/migrations/schema-versions.js +64 -0
- package/bin/updater/changelog-fetcher.js +62 -0
- package/bin/updater/self-update.js +169 -0
- package/bin/updater/version-comparator.js +68 -0
- package/bin/validate-config.js +92 -0
- package/bin/wizard/config-generator.js +112 -0
- package/bin/wizard/environment-detector.js +76 -0
- package/bin/wizard/setup-wizard.js +237 -0
- package/docs/Context/Master-Context.md +701 -0
- package/docs/architecture/README.md +35 -0
- package/docs/architecture/decision-records-index.md +26 -0
- package/docs/ci-cd-integration.md +30 -0
- package/docs/ci-quickstart.md +78 -0
- package/docs/commands-reference.md +11 -0
- package/docs/contributing/CONTRIBUTING.md +38 -0
- package/docs/contributing/plugin-authoring.md +50 -0
- package/docs/contributing/skill-authoring.md +41 -0
- package/docs/enterprise-setup.md +25 -0
- package/docs/faq.md +38 -0
- package/docs/getting-started.md +36 -0
- package/docs/governance-guide.md +23 -0
- package/docs/mindforge-md-reference.md +53 -0
- package/docs/monorepo-guide.md +26 -0
- package/docs/persona-customisation.md +56 -0
- package/docs/quick-verify.md +33 -0
- package/docs/reference/audit-events.md +53 -0
- package/docs/reference/commands.md +82 -0
- package/docs/reference/config-reference.md +64 -0
- package/docs/reference/sdk-api.md +48 -0
- package/docs/reference/skills-api.md +57 -0
- package/docs/release-checklist-guide.md +37 -0
- package/docs/requirements.md +29 -0
- package/docs/sdk-reference.md +27 -0
- package/docs/security/SECURITY.md +42 -0
- package/docs/security/penetration-test-results.md +31 -0
- package/docs/security/threat-model.md +142 -0
- package/docs/skills-authoring-guide.md +119 -0
- package/docs/skills-publishing-guide.md +21 -0
- package/docs/team-setup-guide.md +21 -0
- package/docs/troubleshooting.md +119 -0
- package/docs/tutorial.md +195 -0
- package/docs/upgrade.md +44 -0
- package/docs/user-guide.md +131 -0
- package/docs/usp-features.md +214 -0
- package/eslint.config.mjs +31 -0
- package/examples/starter-project/.planning/AUDIT.jsonl +1 -0
- package/examples/starter-project/.planning/HANDOFF.json +23 -0
- package/examples/starter-project/.planning/PROJECT.md +27 -0
- package/examples/starter-project/.planning/STATE.md +10 -0
- package/examples/starter-project/MINDFORGE.md +40 -0
- package/examples/starter-project/README.md +14 -0
- package/implementation-roadmap/day-1-imp/DAY1-HARDEN.md +823 -0
- package/implementation-roadmap/day-1-imp/DAY1-IMPLEMENT.md +2459 -0
- package/implementation-roadmap/day-1-imp/DAY1-REVIEW.md +288 -0
- package/implementation-roadmap/day-2-imp/DAY2-HARDEN.md +954 -0
- package/implementation-roadmap/day-2-imp/DAY2-IMPLEMENT.md +2347 -0
- package/implementation-roadmap/day-2-imp/DAY2-REVIEW.md +422 -0
- package/implementation-roadmap/day-3-imp/DAY3-HARDEN.md +870 -0
- package/implementation-roadmap/day-3-imp/DAY3-IMPLEMENT.md +2798 -0
- package/implementation-roadmap/day-3-imp/DAY3-REVIEW.md +484 -0
- package/implementation-roadmap/day-4-imp/DAY4-HARDEN.md +1087 -0
- package/implementation-roadmap/day-4-imp/DAY4-IMPLEMENT.md +2874 -0
- package/implementation-roadmap/day-4-imp/DAY4-REVIEW.md +386 -0
- package/implementation-roadmap/day-5-imp/DAY5-HARDEN.md +1078 -0
- package/implementation-roadmap/day-5-imp/DAY5-IMPLEMENT.md +3151 -0
- package/implementation-roadmap/day-5-imp/DAY5-REVIEW.md +345 -0
- package/implementation-roadmap/day-6-imp/DAY6-COMPLETE.md +3919 -0
- package/implementation-roadmap/day-7-imp-prod/DAY7-PRODUCTION-FINAL.md +4513 -0
- package/package.json +31 -0
- package/sdk/README.md +69 -0
- package/sdk/eslint.config.mjs +34 -0
- package/sdk/package-lock.json +1507 -0
- package/sdk/package.json +30 -0
- package/sdk/src/client.ts +133 -0
- package/sdk/src/commands.ts +63 -0
- package/sdk/src/events.ts +166 -0
- package/sdk/src/index.ts +22 -0
- package/sdk/src/types.ts +87 -0
- package/sdk/tsconfig.json +13 -0
- package/tests/audit.test.js +206 -0
- package/tests/ci-mode.test.js +162 -0
- package/tests/compaction.test.js +161 -0
- package/tests/distribution.test.js +205 -0
- package/tests/e2e.test.js +618 -0
- package/tests/governance.test.js +130 -0
- package/tests/install.test.js +209 -0
- package/tests/integrations.test.js +128 -0
- package/tests/intelligence.test.js +117 -0
- package/tests/metrics.test.js +96 -0
- package/tests/migration.test.js +309 -0
- package/tests/production.test.js +416 -0
- package/tests/sdk.test.js +200 -0
- package/tests/skills-platform.test.js +403 -0
- package/tests/wave-engine.test.js +338 -0
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# MindForge v1.0.0 — Unique Selling Points, Features, and Best Practices
|
|
2
|
+
|
|
3
|
+
This document summarizes what makes MindForge v1.0.0 distinct, what features
|
|
4
|
+
are included in the first stable release, and how to use them effectively.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Unique Selling Points (USPs)
|
|
9
|
+
|
|
10
|
+
1. **File‑driven governance, not magic**
|
|
11
|
+
- MindForge defines behavior through Markdown and JSON schemas, so teams can
|
|
12
|
+
audit, review, and version everything like normal code.
|
|
13
|
+
|
|
14
|
+
2. **Wave‑based parallel execution**
|
|
15
|
+
- Plans run in dependency‑ordered “waves,” delivering speed without chaos.
|
|
16
|
+
|
|
17
|
+
3. **Non‑bypassable compliance gates**
|
|
18
|
+
- Security, secrets, and test gates are enforced by design, not optional.
|
|
19
|
+
|
|
20
|
+
4. **Session compaction with continuity**
|
|
21
|
+
- When context fills, MindForge writes machine‑readable handoffs that preserve
|
|
22
|
+
state, decisions, and next steps.
|
|
23
|
+
|
|
24
|
+
5. **Production‑ready installer + updater**
|
|
25
|
+
- Full install/update/uninstall support for both Claude Code and Antigravity,
|
|
26
|
+
plus scoped updates and schema migrations.
|
|
27
|
+
|
|
28
|
+
6. **Built‑in audit trail**
|
|
29
|
+
- `AUDIT.jsonl` provides a complete, append‑only history of actions and results.
|
|
30
|
+
|
|
31
|
+
7. **Extensible with plugins and skills**
|
|
32
|
+
- Plugins add commands and skills without changing core files, keeping upgrades safe.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Feature Set (v1.0.0)
|
|
37
|
+
|
|
38
|
+
### 1. Installation & Distribution
|
|
39
|
+
**What it does:** Production‑grade installer with update, uninstall, and CI support.
|
|
40
|
+
|
|
41
|
+
**How to use:**
|
|
42
|
+
```bash
|
|
43
|
+
npx mindforge-cc@latest --claude --global
|
|
44
|
+
npx mindforge-cc@latest --claude --local
|
|
45
|
+
npx mindforge-cc@latest --antigravity --global
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
### 2. Core Workflow Engine
|
|
51
|
+
**What it does:** End‑to‑end lifecycle for planning, execution, verification, and shipping.
|
|
52
|
+
|
|
53
|
+
**How to use:**
|
|
54
|
+
```
|
|
55
|
+
/mindforge:init-project
|
|
56
|
+
/mindforge:plan-phase 1
|
|
57
|
+
/mindforge:execute-phase 1
|
|
58
|
+
/mindforge:verify-phase 1
|
|
59
|
+
/mindforge:ship 1
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
### 3. Wave Execution
|
|
65
|
+
**What it does:** Runs independent plans in parallel waves based on dependencies.
|
|
66
|
+
|
|
67
|
+
**How to use:**
|
|
68
|
+
- Create a phase plan with dependencies
|
|
69
|
+
- Run `/mindforge:execute-phase N`
|
|
70
|
+
- MindForge groups tasks into waves automatically
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### 4. Governance & Compliance Gates
|
|
75
|
+
**What it does:** Enforces secret scanning, CRITICAL security findings, tests,
|
|
76
|
+
CVE checks, and GDPR retention.
|
|
77
|
+
|
|
78
|
+
**How to use:**
|
|
79
|
+
```
|
|
80
|
+
/mindforge:security-scan --deep --secrets --deps
|
|
81
|
+
/mindforge:verify-phase 1
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
### 5. Intelligence Layer
|
|
87
|
+
**What it does:** Health checks, difficulty scoring, anti‑pattern detection,
|
|
88
|
+
team profiling, and metrics.
|
|
89
|
+
|
|
90
|
+
**How to use:**
|
|
91
|
+
```
|
|
92
|
+
/mindforge:health
|
|
93
|
+
/mindforge:metrics
|
|
94
|
+
/mindforge:profile-team
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
### 6. Skills Platform
|
|
100
|
+
**What it does:** Loads skill packs on keyword triggers (Core/Org/Project tiers).
|
|
101
|
+
|
|
102
|
+
**How to use:**
|
|
103
|
+
```
|
|
104
|
+
/mindforge:skills list
|
|
105
|
+
/mindforge:skills validate
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
### 7. Plugin System
|
|
111
|
+
**What it does:** Extends MindForge with new commands, skills, personas, and hooks.
|
|
112
|
+
|
|
113
|
+
**How to use:**
|
|
114
|
+
```
|
|
115
|
+
/mindforge:plugins list
|
|
116
|
+
/mindforge:plugins install mindforge-plugin-<name>
|
|
117
|
+
/mindforge:plugins validate
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### 8. Migration Engine
|
|
123
|
+
**What it does:** Safely upgrades `.planning/` schemas across versions with backups.
|
|
124
|
+
|
|
125
|
+
**How to use:**
|
|
126
|
+
```
|
|
127
|
+
/mindforge:migrate --from v0.6.0 --to v1.0.0
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### 9. Self‑Update System
|
|
133
|
+
**What it does:** Checks for updates, shows changelog diff, applies updates while
|
|
134
|
+
preserving scope (local vs global).
|
|
135
|
+
|
|
136
|
+
**How to use:**
|
|
137
|
+
```
|
|
138
|
+
/mindforge:update
|
|
139
|
+
/mindforge:update --apply
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
### 10. Token Usage Optimiser
|
|
145
|
+
**What it does:** Profiles and reduces token usage across sessions.
|
|
146
|
+
|
|
147
|
+
**How to use:**
|
|
148
|
+
```
|
|
149
|
+
/mindforge:tokens --profile
|
|
150
|
+
/mindforge:tokens --summary
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
### 11. SDK (TypeScript)
|
|
156
|
+
**What it does:** Programmatic access to health, audit log, event stream, and commands.
|
|
157
|
+
|
|
158
|
+
**How to use:**
|
|
159
|
+
```ts
|
|
160
|
+
import { MindForgeClient } from '@mindforge/sdk';
|
|
161
|
+
const client = new MindForgeClient({ projectRoot: '.' });
|
|
162
|
+
const report = await client.health();
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Best Practices for v1.0.0
|
|
168
|
+
|
|
169
|
+
1. **Always run health after install**
|
|
170
|
+
- `/mindforge:health --repair` fixes drift immediately.
|
|
171
|
+
|
|
172
|
+
2. **Keep PLAN files lean**
|
|
173
|
+
- Focus on *what*, not *how* (150–400 words).
|
|
174
|
+
|
|
175
|
+
3. **Use local installs for repos**
|
|
176
|
+
- Local installs are safer and prevent cross‑project drift.
|
|
177
|
+
|
|
178
|
+
4. **Run migrations explicitly**
|
|
179
|
+
- Don’t rely on auto‑inference when upgrading older state files.
|
|
180
|
+
|
|
181
|
+
5. **Treat plugins like production dependencies**
|
|
182
|
+
- Validate plugins and prefer pinned versions.
|
|
183
|
+
|
|
184
|
+
6. **Use the audit log as ground truth**
|
|
185
|
+
- Query `.planning/AUDIT.jsonl` for accountability and traceability.
|
|
186
|
+
|
|
187
|
+
7. **Gate Tier 3 changes through approvals**
|
|
188
|
+
- CI will block Tier 3 changes without explicit approval.
|
|
189
|
+
|
|
190
|
+
8. **Keep secrets out of files**
|
|
191
|
+
- Use environment variables only. MindForge enforces this.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
## Using MindForge for Your Requirements
|
|
196
|
+
|
|
197
|
+
### If you need strict governance
|
|
198
|
+
- Run full workflow (`plan → execute → verify → ship`)
|
|
199
|
+
- Enable security scans and approvals
|
|
200
|
+
|
|
201
|
+
### If you need fast iteration
|
|
202
|
+
- Use `/mindforge:quick` for single tasks
|
|
203
|
+
- Keep local install with minimal setup
|
|
204
|
+
|
|
205
|
+
### If you need team scale
|
|
206
|
+
- Use milestones, approvals, and `/mindforge:profile-team`
|
|
207
|
+
- Enable CI mode for consistent enforcement
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Summary
|
|
212
|
+
MindForge v1.0.0 combines governance, observability, and execution rigor into a
|
|
213
|
+
single workflow engine that works across Claude Code and Antigravity. Its core
|
|
214
|
+
value is consistent, repeatable quality in long‑running AI development sessions.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import js from "@eslint/js";
|
|
2
|
+
import globals from "globals";
|
|
3
|
+
|
|
4
|
+
/** @type {import('eslint').Linter.Config[]} */
|
|
5
|
+
export default [
|
|
6
|
+
js.configs.recommended,
|
|
7
|
+
{
|
|
8
|
+
languageOptions: {
|
|
9
|
+
ecmaVersion: "latest",
|
|
10
|
+
sourceType: "module",
|
|
11
|
+
globals: {
|
|
12
|
+
...globals.node,
|
|
13
|
+
...globals.es2021
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
rules: {
|
|
17
|
+
"no-console": "off",
|
|
18
|
+
"no-unused-vars": "warn",
|
|
19
|
+
"semi": ["error", "always"],
|
|
20
|
+
"quotes": ["error", "single"]
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
ignores: [
|
|
25
|
+
"**/node_modules/",
|
|
26
|
+
"dist/",
|
|
27
|
+
"coverage/",
|
|
28
|
+
".gemini/"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"example-001","timestamp":"2026-03-22T00:00:00.000Z","event":"project_initialised","agent":"mindforge-example","phase":null,"session_id":"example-session"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "1.0.0",
|
|
3
|
+
"plugin_api_version": "1.0.0",
|
|
4
|
+
"project": "Example Project",
|
|
5
|
+
"phase": null,
|
|
6
|
+
"plan": null,
|
|
7
|
+
"next_task": "Run /mindforge:plan-phase 1",
|
|
8
|
+
"blockers": [],
|
|
9
|
+
"decisions_needed": [],
|
|
10
|
+
"decisions_made": [],
|
|
11
|
+
"discoveries": [],
|
|
12
|
+
"implicit_knowledge": [],
|
|
13
|
+
"quality_signals": [],
|
|
14
|
+
"context_refs": [
|
|
15
|
+
".planning/PROJECT.md",
|
|
16
|
+
".planning/STATE.md"
|
|
17
|
+
],
|
|
18
|
+
"recent_commits": [],
|
|
19
|
+
"recent_files": [],
|
|
20
|
+
"session_id": "example-session",
|
|
21
|
+
"_warning": "Never store secrets, tokens, or passwords in this file.",
|
|
22
|
+
"updated_at": "2026-03-22T00:00:00.000Z"
|
|
23
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Example Project
|
|
2
|
+
|
|
3
|
+
## Status
|
|
4
|
+
✅ Initialised
|
|
5
|
+
|
|
6
|
+
## Problem statement
|
|
7
|
+
A minimal example project to demonstrate MindForge configuration.
|
|
8
|
+
|
|
9
|
+
## Target users
|
|
10
|
+
Developers setting up MindForge for the first time.
|
|
11
|
+
|
|
12
|
+
## Tech stack
|
|
13
|
+
| Layer | Technology | Version | Rationale |
|
|
14
|
+
|---|---|---|---|
|
|
15
|
+
| Runtime | Node.js | 20 | LTS |
|
|
16
|
+
|
|
17
|
+
## v1 Scope — IN
|
|
18
|
+
- [x] Core setup and planning workflow
|
|
19
|
+
|
|
20
|
+
## v1 Scope — OUT
|
|
21
|
+
- Full product implementation
|
|
22
|
+
|
|
23
|
+
## Success criteria
|
|
24
|
+
MindForge installation verified and `/mindforge:status` works.
|
|
25
|
+
|
|
26
|
+
## Key constraints
|
|
27
|
+
- Keep example minimal
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
NAME=ExampleProject
|
|
2
|
+
VERSION=1.0.0
|
|
3
|
+
DESCRIPTION=Starter example for MindForge v1.0.0
|
|
4
|
+
MINDFORGE_VERSION_REQUIRED=1.0.0
|
|
5
|
+
|
|
6
|
+
# Model preferences
|
|
7
|
+
PLANNER_MODEL=claude-sonnet-4-5
|
|
8
|
+
EXECUTOR_MODEL=claude-sonnet-4-5
|
|
9
|
+
REVIEWER_MODEL=claude-sonnet-4-5
|
|
10
|
+
VERIFIER_MODEL=claude-sonnet-4-5
|
|
11
|
+
SECURITY_MODEL=claude-opus-4-5
|
|
12
|
+
DEBUG_MODEL=claude-opus-4-5
|
|
13
|
+
|
|
14
|
+
# Execution behavior
|
|
15
|
+
TIER1_AUTO_APPROVE=true
|
|
16
|
+
WAVE_CONFIRMATION_REQUIRED=false
|
|
17
|
+
AUTO_DISCUSS_PHASE=false
|
|
18
|
+
VERIFY_PASS_RATE_WARNING_THRESHOLD=0.85
|
|
19
|
+
COMPACTION_THRESHOLD_PCT=70
|
|
20
|
+
MAX_TASKS_PER_PHASE=15
|
|
21
|
+
|
|
22
|
+
# Quality standards
|
|
23
|
+
MIN_TEST_COVERAGE_PCT=80
|
|
24
|
+
MAX_FUNCTION_LINES=40
|
|
25
|
+
MAX_CYCLOMATIC_COMPLEXITY=10
|
|
26
|
+
REQUIRE_ADR_FOR_ALL_DECISIONS=false
|
|
27
|
+
BLOCK_ON_MEDIUM_SECURITY_FINDINGS=false
|
|
28
|
+
|
|
29
|
+
# Skills behavior
|
|
30
|
+
ALWAYS_LOAD_SKILLS=security-review
|
|
31
|
+
DISABLED_SKILLS=
|
|
32
|
+
MAX_FULL_SKILL_INJECTIONS=3
|
|
33
|
+
|
|
34
|
+
# Token settings
|
|
35
|
+
TOKEN_WARN_THRESHOLD=40000
|
|
36
|
+
TOKEN_LEAN_MODE=false
|
|
37
|
+
TOKEN_MAX_FILE_LINES=300
|
|
38
|
+
|
|
39
|
+
# Update settings
|
|
40
|
+
MINDFORGE_AUTO_CHECK_UPDATES=true
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# MindForge Starter Project (Example)
|
|
2
|
+
|
|
3
|
+
This is a minimal example to show expected `.planning/` state and configuration.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- `MINDFORGE.md`
|
|
7
|
+
- `.planning/PROJECT.md`
|
|
8
|
+
- `.planning/STATE.md`
|
|
9
|
+
- `.planning/HANDOFF.json`
|
|
10
|
+
- `.planning/AUDIT.jsonl`
|
|
11
|
+
|
|
12
|
+
## How to use
|
|
13
|
+
Copy this folder into a new repo and open Claude Code or Antigravity.
|
|
14
|
+
Run `/mindforge:health` and `/mindforge:status` to verify.
|