mop-flow 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/.MOP/PROTOCOL.md +579 -0
- package/.MOP/STATE.json +668 -0
- package/.MOP/config/defaults.json +55 -0
- package/.MOP/config/team.json +8 -0
- package/.MOP/flow/ROADMAP.md +51 -0
- package/.MOP/flow/skill-manifest.json +645 -0
- package/.MOP/scripts/burhan-mop.mjs +291 -0
- package/.MOP/scripts/mop-auto-deploy.mjs +152 -0
- package/.MOP/scripts/mop-autosycn.mjs +790 -0
- package/.MOP/scripts/mop-core.mjs +1206 -0
- package/.MOP/scripts/mop-flow.mjs +396 -0
- package/.MOP/scripts/mop-smoke-test.mjs +76 -0
- package/.MOP/scripts/mop-workflow.mjs +348 -0
- package/.MOP/templates/artifacts/adversarial-review.md +33 -0
- package/.MOP/templates/artifacts/architecture.md +28 -0
- package/.MOP/templates/artifacts/decision-log.md +21 -0
- package/.MOP/templates/artifacts/handoff.md +21 -0
- package/.MOP/templates/artifacts/implementation-notes.md +21 -0
- package/.MOP/templates/artifacts/prd.md +29 -0
- package/.MOP/templates/artifacts/product-brief.md +30 -0
- package/.MOP/templates/artifacts/readiness-report.md +25 -0
- package/.MOP/templates/artifacts/release-notes.md +21 -0
- package/.MOP/templates/artifacts/review.md +21 -0
- package/.MOP/templates/artifacts/story.md +25 -0
- package/.MOP/templates/artifacts/ux-spec.md +32 -0
- package/.agents/AGENTS.md +85 -0
- package/.agents/skills/auto-deploy/SKILL.md +48 -0
- package/.agents/skills/autosycn/SKILL.md +75 -0
- package/.agents/skills/mop-flow/SKILL.md +53 -0
- package/.agents/skills/mop-help/SKILL.md +35 -0
- package/.agents/skills/ruflo-core/SKILL.md +36 -0
- package/.claude/agents/analysis/analyze-code-quality.md +179 -0
- package/.claude/agents/analysis/code-analyzer.md +210 -0
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +179 -0
- package/.claude/agents/architecture/arch-system-design.md +157 -0
- package/.claude/agents/architecture/system-design/arch-system-design.md +155 -0
- package/.claude/agents/browser/browser-agent.yaml +182 -0
- package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
- package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
- package/.claude/agents/consensus/gossip-coordinator.md +63 -0
- package/.claude/agents/consensus/performance-benchmarker.md +851 -0
- package/.claude/agents/consensus/quorum-manager.md +823 -0
- package/.claude/agents/consensus/raft-manager.md +63 -0
- package/.claude/agents/consensus/security-manager.md +622 -0
- package/.claude/agents/core/planner.md +375 -0
- package/.claude/agents/custom/test-long-runner.md +44 -0
- package/.claude/agents/data/data-ml-model.md +445 -0
- package/.claude/agents/data/ml/data-ml-model.md +193 -0
- package/.claude/agents/development/backend/dev-backend-api.md +142 -0
- package/.claude/agents/development/dev-backend-api.md +345 -0
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
- package/.claude/agents/devops/ops-cicd-github.md +165 -0
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
- package/.claude/agents/documentation/docs-api-openapi.md +355 -0
- package/.claude/agents/flow-nexus/app-store.md +88 -0
- package/.claude/agents/flow-nexus/authentication.md +69 -0
- package/.claude/agents/flow-nexus/challenges.md +81 -0
- package/.claude/agents/flow-nexus/neural-network.md +88 -0
- package/.claude/agents/flow-nexus/payments.md +83 -0
- package/.claude/agents/flow-nexus/sandbox.md +76 -0
- package/.claude/agents/flow-nexus/swarm.md +76 -0
- package/.claude/agents/flow-nexus/user-tools.md +96 -0
- package/.claude/agents/flow-nexus/workflow.md +84 -0
- package/.claude/agents/github/code-review-swarm.md +377 -0
- package/.claude/agents/github/github-modes.md +173 -0
- package/.claude/agents/github/issue-tracker.md +576 -0
- package/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/.claude/agents/github/pr-manager.md +438 -0
- package/.claude/agents/github/project-board-sync.md +509 -0
- package/.claude/agents/github/release-manager.md +605 -0
- package/.claude/agents/github/release-swarm.md +583 -0
- package/.claude/agents/github/repo-architect.md +398 -0
- package/.claude/agents/github/swarm-issue.md +573 -0
- package/.claude/agents/github/swarm-pr.md +428 -0
- package/.claude/agents/github/sync-coordinator.md +452 -0
- package/.claude/agents/github/workflow-automation.md +903 -0
- package/.claude/agents/goal/agent.md +816 -0
- package/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/.claude/agents/optimization/load-balancer.md +431 -0
- package/.claude/agents/optimization/performance-monitor.md +672 -0
- package/.claude/agents/optimization/resource-allocator.md +674 -0
- package/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/.claude/agents/payments/agentic-payments.md +126 -0
- package/.claude/agents/sona/sona-learning-optimizer.md +74 -0
- package/.claude/agents/sparc/architecture.md +699 -0
- package/.claude/agents/sparc/pseudocode.md +520 -0
- package/.claude/agents/sparc/refinement.md +802 -0
- package/.claude/agents/sparc/specification.md +478 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +225 -0
- package/.claude/agents/specialized/spec-mobile-react-native.md +227 -0
- package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
- package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
- package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
- package/.claude/agents/sublinear/performance-optimizer.md +368 -0
- package/.claude/agents/sublinear/trading-predictor.md +246 -0
- package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
- package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
- package/.claude/agents/swarm/mesh-coordinator.md +963 -0
- package/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/.claude/agents/templates/base-template-generator.md +289 -0
- package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
- package/.claude/agents/templates/github-pr-manager.md +177 -0
- package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/.claude/agents/templates/memory-coordinator.md +187 -0
- package/.claude/agents/templates/orchestrator-task.md +139 -0
- package/.claude/agents/templates/performance-analyzer.md +199 -0
- package/.claude/agents/templates/sparc-coordinator.md +514 -0
- package/.claude/agents/testing/production-validator.md +395 -0
- package/.claude/agents/testing/tdd-london-swarm.md +244 -0
- package/.claude/agents/v3/aidefence-guardian.md +282 -0
- package/.claude/agents/v3/claims-authorizer.md +208 -0
- package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
- package/.claude/agents/v3/ddd-domain-expert.md +220 -0
- package/.claude/agents/v3/injection-analyst.md +236 -0
- package/.claude/agents/v3/performance-engineer.md +1233 -0
- package/.claude/agents/v3/pii-detector.md +151 -0
- package/.claude/agents/v3/reasoningbank-learner.md +213 -0
- package/.claude/agents/v3/security-architect-aidefence.md +410 -0
- package/.claude/agents/v3/security-architect.md +867 -0
- package/.claude/agents/v3/swarm-memory-manager.md +157 -0
- package/.claude/agents/v3/v3-integration-architect.md +205 -0
- package/.claude/commands/agents/README.md +50 -0
- package/.claude/commands/agents/agent-capabilities.md +140 -0
- package/.claude/commands/agents/agent-coordination.md +28 -0
- package/.claude/commands/agents/agent-spawning.md +28 -0
- package/.claude/commands/agents/agent-types.md +216 -0
- package/.claude/commands/agents/health.md +139 -0
- package/.claude/commands/agents/list.md +100 -0
- package/.claude/commands/agents/logs.md +130 -0
- package/.claude/commands/agents/metrics.md +122 -0
- package/.claude/commands/agents/pool.md +127 -0
- package/.claude/commands/agents/spawn.md +140 -0
- package/.claude/commands/agents/status.md +115 -0
- package/.claude/commands/agents/stop.md +102 -0
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/.claude/commands/analysis/README.md +9 -0
- package/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
- package/.claude/commands/analysis/performance-report.md +25 -0
- package/.claude/commands/analysis/token-efficiency.md +45 -0
- package/.claude/commands/analysis/token-usage.md +25 -0
- package/.claude/commands/automation/README.md +9 -0
- package/.claude/commands/automation/auto-agent.md +122 -0
- package/.claude/commands/automation/self-healing.md +106 -0
- package/.claude/commands/automation/session-memory.md +90 -0
- package/.claude/commands/automation/smart-agents.md +73 -0
- package/.claude/commands/automation/smart-spawn.md +25 -0
- package/.claude/commands/automation/workflow-select.md +25 -0
- package/.claude/commands/claude-flow-help.md +103 -0
- package/.claude/commands/claude-flow-memory.md +107 -0
- package/.claude/commands/claude-flow-swarm.md +205 -0
- package/.claude/commands/coordination/README.md +9 -0
- package/.claude/commands/coordination/agent-spawn.md +25 -0
- package/.claude/commands/coordination/init.md +44 -0
- package/.claude/commands/coordination/orchestrate.md +43 -0
- package/.claude/commands/coordination/spawn.md +45 -0
- package/.claude/commands/coordination/swarm-init.md +85 -0
- package/.claude/commands/coordination/task-orchestrate.md +25 -0
- package/.claude/commands/github/README.md +11 -0
- package/.claude/commands/github/code-review-swarm.md +514 -0
- package/.claude/commands/github/code-review.md +25 -0
- package/.claude/commands/github/github-modes.md +147 -0
- package/.claude/commands/github/github-swarm.md +121 -0
- package/.claude/commands/github/issue-tracker.md +292 -0
- package/.claude/commands/github/issue-triage.md +25 -0
- package/.claude/commands/github/multi-repo-swarm.md +519 -0
- package/.claude/commands/github/pr-enhance.md +26 -0
- package/.claude/commands/github/pr-manager.md +170 -0
- package/.claude/commands/github/project-board-sync.md +471 -0
- package/.claude/commands/github/release-manager.md +340 -0
- package/.claude/commands/github/release-swarm.md +544 -0
- package/.claude/commands/github/repo-analyze.md +25 -0
- package/.claude/commands/github/repo-architect.md +367 -0
- package/.claude/commands/github/swarm-issue.md +485 -0
- package/.claude/commands/github/swarm-pr.md +288 -0
- package/.claude/commands/github/sync-coordinator.md +303 -0
- package/.claude/commands/github/workflow-automation.md +442 -0
- package/.claude/commands/hive-mind/README.md +17 -0
- package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
- package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/.claude/commands/hive-mind/hive-mind.md +27 -0
- package/.claude/commands/hooks/README.md +11 -0
- package/.claude/commands/hooks/overview.md +58 -0
- package/.claude/commands/hooks/post-edit.md +117 -0
- package/.claude/commands/hooks/post-task.md +112 -0
- package/.claude/commands/hooks/pre-edit.md +113 -0
- package/.claude/commands/hooks/pre-task.md +111 -0
- package/.claude/commands/hooks/session-end.md +118 -0
- package/.claude/commands/hooks/setup.md +103 -0
- package/.claude/commands/memory/README.md +9 -0
- package/.claude/commands/memory/memory-persist.md +25 -0
- package/.claude/commands/memory/memory-search.md +25 -0
- package/.claude/commands/memory/memory-usage.md +25 -0
- package/.claude/commands/memory/neural.md +47 -0
- package/.claude/commands/monitoring/README.md +9 -0
- package/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/.claude/commands/monitoring/agents.md +44 -0
- package/.claude/commands/monitoring/real-time-view.md +25 -0
- package/.claude/commands/monitoring/status.md +46 -0
- package/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/.claude/commands/optimization/README.md +9 -0
- package/.claude/commands/optimization/auto-topology.md +62 -0
- package/.claude/commands/optimization/cache-manage.md +25 -0
- package/.claude/commands/optimization/parallel-execute.md +25 -0
- package/.claude/commands/optimization/parallel-execution.md +50 -0
- package/.claude/commands/optimization/topology-optimize.md +25 -0
- package/.claude/commands/pair/README.md +261 -0
- package/.claude/commands/pair/commands.md +546 -0
- package/.claude/commands/pair/config.md +510 -0
- package/.claude/commands/pair/examples.md +512 -0
- package/.claude/commands/pair/modes.md +348 -0
- package/.claude/commands/pair/session.md +407 -0
- package/.claude/commands/pair/start.md +209 -0
- package/.claude/commands/sparc/analyzer.md +52 -0
- package/.claude/commands/sparc/architect.md +53 -0
- package/.claude/commands/sparc/ask.md +97 -0
- package/.claude/commands/sparc/batch-executor.md +54 -0
- package/.claude/commands/sparc/code.md +89 -0
- package/.claude/commands/sparc/coder.md +54 -0
- package/.claude/commands/sparc/debug.md +83 -0
- package/.claude/commands/sparc/debugger.md +54 -0
- package/.claude/commands/sparc/designer.md +53 -0
- package/.claude/commands/sparc/devops.md +109 -0
- package/.claude/commands/sparc/docs-writer.md +80 -0
- package/.claude/commands/sparc/documenter.md +54 -0
- package/.claude/commands/sparc/innovator.md +54 -0
- package/.claude/commands/sparc/integration.md +83 -0
- package/.claude/commands/sparc/mcp.md +117 -0
- package/.claude/commands/sparc/memory-manager.md +54 -0
- package/.claude/commands/sparc/optimizer.md +54 -0
- package/.claude/commands/sparc/orchestrator.md +132 -0
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
- package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
- package/.claude/commands/sparc/researcher.md +54 -0
- package/.claude/commands/sparc/reviewer.md +54 -0
- package/.claude/commands/sparc/security-review.md +80 -0
- package/.claude/commands/sparc/sparc-modes.md +174 -0
- package/.claude/commands/sparc/sparc.md +111 -0
- package/.claude/commands/sparc/spec-pseudocode.md +80 -0
- package/.claude/commands/sparc/supabase-admin.md +348 -0
- package/.claude/commands/sparc/swarm-coordinator.md +54 -0
- package/.claude/commands/sparc/tdd.md +54 -0
- package/.claude/commands/sparc/tester.md +54 -0
- package/.claude/commands/sparc/tutorial.md +79 -0
- package/.claude/commands/sparc/workflow-manager.md +54 -0
- package/.claude/commands/stream-chain/pipeline.md +121 -0
- package/.claude/commands/stream-chain/run.md +70 -0
- package/.claude/commands/swarm/README.md +15 -0
- package/.claude/commands/swarm/analysis.md +95 -0
- package/.claude/commands/swarm/development.md +96 -0
- package/.claude/commands/swarm/examples.md +168 -0
- package/.claude/commands/swarm/maintenance.md +102 -0
- package/.claude/commands/swarm/optimization.md +117 -0
- package/.claude/commands/swarm/research.md +136 -0
- package/.claude/commands/swarm/swarm-analysis.md +8 -0
- package/.claude/commands/swarm/swarm-background.md +8 -0
- package/.claude/commands/swarm/swarm-init.md +19 -0
- package/.claude/commands/swarm/swarm-modes.md +8 -0
- package/.claude/commands/swarm/swarm-monitor.md +8 -0
- package/.claude/commands/swarm/swarm-spawn.md +19 -0
- package/.claude/commands/swarm/swarm-status.md +8 -0
- package/.claude/commands/swarm/swarm-strategies.md +8 -0
- package/.claude/commands/swarm/swarm.md +87 -0
- package/.claude/commands/swarm/testing.md +131 -0
- package/.claude/commands/training/README.md +9 -0
- package/.claude/commands/training/model-update.md +25 -0
- package/.claude/commands/training/neural-patterns.md +108 -0
- package/.claude/commands/training/neural-train.md +75 -0
- package/.claude/commands/training/pattern-learn.md +25 -0
- package/.claude/commands/training/specialization.md +63 -0
- package/.claude/commands/truth/start.md +143 -0
- package/.claude/commands/verify/check.md +50 -0
- package/.claude/commands/verify/start.md +128 -0
- package/.claude/commands/workflows/README.md +9 -0
- package/.claude/commands/workflows/development.md +78 -0
- package/.claude/commands/workflows/research.md +63 -0
- package/.claude/commands/workflows/workflow-create.md +25 -0
- package/.claude/commands/workflows/workflow-execute.md +25 -0
- package/.claude/commands/workflows/workflow-export.md +25 -0
- package/.claude/helpers/README.md +97 -0
- package/.claude/helpers/adr-compliance.sh +186 -0
- package/.claude/helpers/auto-commit.sh +178 -0
- package/.claude/helpers/auto-memory-hook.mjs +368 -0
- package/.claude/helpers/checkpoint-manager.sh +251 -0
- package/.claude/helpers/daemon-manager.sh +252 -0
- package/.claude/helpers/ddd-tracker.sh +144 -0
- package/.claude/helpers/github-safe.js +156 -0
- package/.claude/helpers/github-setup.sh +45 -0
- package/.claude/helpers/guidance-hook.sh +13 -0
- package/.claude/helpers/guidance-hooks.sh +102 -0
- package/.claude/helpers/health-monitor.sh +108 -0
- package/.claude/helpers/hook-handler.cjs +286 -0
- package/.claude/helpers/intelligence.cjs +1031 -0
- package/.claude/helpers/learning-hooks.sh +329 -0
- package/.claude/helpers/learning-optimizer.sh +127 -0
- package/.claude/helpers/learning-service.mjs +1144 -0
- package/.claude/helpers/memory.js +83 -0
- package/.claude/helpers/metrics-db.mjs +488 -0
- package/.claude/helpers/pattern-consolidator.sh +86 -0
- package/.claude/helpers/perf-worker.sh +160 -0
- package/.claude/helpers/post-commit +16 -0
- package/.claude/helpers/pre-commit +26 -0
- package/.claude/helpers/quick-start.sh +19 -0
- package/.claude/helpers/router.js +105 -0
- package/.claude/helpers/ruflo-hook.cjs +59 -0
- package/.claude/helpers/security-scanner.sh +127 -0
- package/.claude/helpers/session.js +157 -0
- package/.claude/helpers/setup-mcp.sh +18 -0
- package/.claude/helpers/standard-checkpoint-hooks.sh +189 -0
- package/.claude/helpers/statusline-hook.sh +21 -0
- package/.claude/helpers/statusline.cjs +693 -0
- package/.claude/helpers/statusline.js +352 -0
- package/.claude/helpers/swarm-comms.sh +353 -0
- package/.claude/helpers/swarm-hooks.sh +761 -0
- package/.claude/helpers/swarm-monitor.sh +211 -0
- package/.claude/helpers/sync-v3-metrics.sh +245 -0
- package/.claude/helpers/update-v3-progress.sh +166 -0
- package/.claude/helpers/v3-quick-status.sh +58 -0
- package/.claude/helpers/v3.sh +111 -0
- package/.claude/helpers/validate-v3-config.sh +216 -0
- package/.claude/helpers/worker-manager.sh +170 -0
- package/.claude/settings.json +305 -0
- package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
- package/.claude/skills/agentdb-learning/SKILL.md +545 -0
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
- package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
- package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
- package/.claude/skills/auto-deploy/SKILL.md +31 -0
- package/.claude/skills/autosycn/SKILL.md +30 -0
- package/.claude/skills/browser/SKILL.md +204 -0
- package/.claude/skills/dual-mode/README.md +71 -0
- package/.claude/skills/dual-mode/dual-collect.md +103 -0
- package/.claude/skills/dual-mode/dual-coordinate.md +85 -0
- package/.claude/skills/dual-mode/dual-spawn.md +81 -0
- package/.claude/skills/flow-nexus-neural/SKILL.md +727 -0
- package/.claude/skills/flow-nexus-platform/SKILL.md +1154 -0
- package/.claude/skills/flow-nexus-swarm/SKILL.md +604 -0
- package/.claude/skills/github-code-review/SKILL.md +1125 -0
- package/.claude/skills/github-multi-repo/SKILL.md +862 -0
- package/.claude/skills/github-project-management/SKILL.md +1262 -0
- package/.claude/skills/github-release-management/SKILL.md +1064 -0
- package/.claude/skills/github-workflow-automation/SKILL.md +1047 -0
- package/.claude/skills/hooks-automation/SKILL.md +1201 -0
- package/.claude/skills/mop-flow/SKILL.md +53 -0
- package/.claude/skills/mop-help/SKILL.md +35 -0
- package/.claude/skills/pair-programming/SKILL.md +1202 -0
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
- package/.claude/skills/skill-builder/SKILL.md +910 -0
- package/.claude/skills/sparc-methodology/SKILL.md +1106 -0
- package/.claude/skills/stream-chain/SKILL.md +560 -0
- package/.claude/skills/swarm-advanced/SKILL.md +970 -0
- package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
- package/.claude/skills/v3-cli-modernization/SKILL.md +872 -0
- package/.claude/skills/v3-core-implementation/SKILL.md +797 -0
- package/.claude/skills/v3-ddd-architecture/SKILL.md +442 -0
- package/.claude/skills/v3-integration-deep/SKILL.md +241 -0
- package/.claude/skills/v3-mcp-optimization/SKILL.md +777 -0
- package/.claude/skills/v3-memory-unification/SKILL.md +174 -0
- package/.claude/skills/v3-performance-optimization/SKILL.md +390 -0
- package/.claude/skills/v3-security-overhaul/SKILL.md +82 -0
- package/.claude/skills/v3-swarm-coordination/SKILL.md +340 -0
- package/.claude/skills/verification-quality/SKILL.md +691 -0
- package/.claude-flow/CAPABILITIES.md +406 -0
- package/.claude-flow/config.yaml +45 -0
- package/.claude-flow/metrics/learning.json +17 -0
- package/.claude-flow/metrics/swarm-activity.json +18 -0
- package/.claude-flow/metrics/v3-progress.json +26 -0
- package/.claude-flow/security/audit-status.json +8 -0
- package/.codex/config.toml +42 -0
- package/.gemini/settings.json +51 -0
- package/.mcp.json +58 -0
- package/AGENTS.md +180 -0
- package/CLAUDE.md +277 -0
- package/GEMINI.md +48 -0
- package/README.bm.md +171 -0
- package/README.md +170 -0
- package/bin/burhan-mop.mjs +2 -0
- package/bin/mop-core.mjs +2 -0
- package/bin/mop-flow.mjs +2 -0
- package/bin/mop-workflow.mjs +2 -0
- package/package.json +72 -0
package/README.md
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
<h1 align="center">MOP Flow</h1>
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<strong>MOP portable AI MemoryCore for Claude, Codex / ChatGPT, Gemini, and Antigravity.</strong>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/mop-flow">
|
|
9
|
+
<img src="https://img.shields.io/npm/v/mop-flow?style=for-the-badge&label=NPM" alt="npm version">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP">
|
|
12
|
+
<img src="https://img.shields.io/badge/GitHub-BURHAN--MOP-181717?style=for-the-badge&logo=github" alt="GitHub repository">
|
|
13
|
+
</a>
|
|
14
|
+
<img src="https://img.shields.io/badge/Node-%3E%3D20-1FAE4B?style=for-the-badge&logo=node.js&logoColor=white" alt="Node 20+">
|
|
15
|
+
<img src="https://img.shields.io/badge/License-UNLICENSED-9CA3AF?style=for-the-badge" alt="License">
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
<p align="center">
|
|
19
|
+
<img src="https://img.shields.io/badge/Claude-ready-5A45FF?style=flat-square" alt="Claude ready">
|
|
20
|
+
<img src="https://img.shields.io/badge/Codex-ready-111111?style=flat-square" alt="Codex ready">
|
|
21
|
+
<img src="https://img.shields.io/badge/Gemini-ready-4285F4?style=flat-square" alt="Gemini ready">
|
|
22
|
+
<img src="https://img.shields.io/badge/Antigravity-ready-00A67E?style=flat-square" alt="Antigravity ready">
|
|
23
|
+
<img src="https://img.shields.io/badge/MOP_Flow-provider_neutral-00A67E?style=flat-square" alt="MOP Flow">
|
|
24
|
+
<img src="https://img.shields.io/badge/MOP_Workflow-BMAD_inspired-FFB000?style=flat-square" alt="MOP workflow">
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
<p align="center">
|
|
28
|
+
<strong>English</strong>
|
|
29
|
+
|
|
|
30
|
+
<a href="./README.bm.md">Bahasa Melayu</a>
|
|
31
|
+
</p>
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## What Is MOP Flow?
|
|
36
|
+
|
|
37
|
+
MOP Flow is a portable **MOP (Memory of Planet) core** for AI coding workspaces.
|
|
38
|
+
It gives every supported AI provider the same project memory, agent rules,
|
|
39
|
+
workflow gates, artifact folders, autosycn flow, and deployment setup.
|
|
40
|
+
|
|
41
|
+
The goal is simple: install once, then Claude, Codex / ChatGPT, Gemini, and
|
|
42
|
+
Antigravity can enter the same project with the same source of truth.
|
|
43
|
+
|
|
44
|
+
## MOP Flow
|
|
45
|
+
|
|
46
|
+
MOP Flow is the provider-neutral orchestration and skill bridge for MOP. It
|
|
47
|
+
keeps the MOP brand and rules above upstream Ruflo / Claude Flow
|
|
48
|
+
runtime compatibility, so Claude, Codex, Gemini, and Antigravity can see the
|
|
49
|
+
same skill inventory and MCP runtime surface.
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
node .MOP/scripts/mop-flow.mjs status
|
|
53
|
+
node .MOP/scripts/mop-flow.mjs skills list
|
|
54
|
+
node .MOP/scripts/mop-flow.mjs manifest refresh
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
The active improvement roadmap lives in `.MOP/flow/ROADMAP.md`.
|
|
58
|
+
|
|
59
|
+
## Install
|
|
60
|
+
|
|
61
|
+
Run this inside the project root:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npx mop-flow install
|
|
65
|
+
npx mop-flow doctor
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Install into another folder:
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
npx mop-flow install --target "C:\path\to\project"
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Overwrite an existing MOP install:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
npx mop-flow install --force
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
The installer shows a clean terminal UI by default. For automation, use JSON:
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
npx mop-flow install --json
|
|
84
|
+
npx mop-flow doctor --json
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
After install, open your AI coding chat in that project and run:
|
|
88
|
+
|
|
89
|
+
```text
|
|
90
|
+
/mop-setup
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## What Gets Installed
|
|
94
|
+
|
|
95
|
+
| Path | Purpose |
|
|
96
|
+
| --- | --- |
|
|
97
|
+
| `.MOP/` | MOP state, protocol, scripts, workflow config, and artifact templates. |
|
|
98
|
+
| `AGENTS.md` | Provider-neutral instructions for Codex / ChatGPT coding agents. |
|
|
99
|
+
| `CLAUDE.md` | Claude Code entrypoint and behavior rules. |
|
|
100
|
+
| `GEMINI.md` | Gemini CLI entrypoint. |
|
|
101
|
+
| `.agents/` | Antigravity-compatible agents and skills. |
|
|
102
|
+
| `.codex/`, `.gemini/`, `.claude/` | Provider-specific config and skill surfaces. |
|
|
103
|
+
|
|
104
|
+
## Core Features
|
|
105
|
+
|
|
106
|
+
| Feature | What it does |
|
|
107
|
+
| --- | --- |
|
|
108
|
+
| Auth Gate | First action is always setup/login. No work starts before the gate passes. |
|
|
109
|
+
| Agent Router | Picks one primary agent and adds support agents only when useful. |
|
|
110
|
+
| Party Mode | Shows visible agent-to-agent discussion for multi-role decisions. |
|
|
111
|
+
| MOP Flow | Provider-neutral skill bridge and MCP runtime wrapper across Claude, Codex, Gemini, and Antigravity. |
|
|
112
|
+
| MOP Workflow | BMAD-inspired flow from idea to release with readiness checks. |
|
|
113
|
+
| Artifacts | Keeps plans, specs, reviews, and release notes under `.MOP/artifacts/`. |
|
|
114
|
+
| Autosycn | Commits and pushes as the real user, not as the AI tool identity. |
|
|
115
|
+
| Auto Deploy | Optional setup path for GitHub, Docker, and Vercel. |
|
|
116
|
+
|
|
117
|
+
## First Session Flow
|
|
118
|
+
|
|
119
|
+
```text
|
|
120
|
+
1. AI reads .MOP/STATE.json
|
|
121
|
+
2. If not initialized, AI asks you to run /mop-setup
|
|
122
|
+
3. Setup asks for project name, owner, codename, password, mode, language, and GitHub info
|
|
123
|
+
4. After login, every task goes through the Agent Router
|
|
124
|
+
5. Complex tasks use MOP Workflow and readiness gates before coding
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
## Useful Commands
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
npx mop-flow install
|
|
131
|
+
npx mop-flow doctor
|
|
132
|
+
npx mop-flow package
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
Local project helpers:
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
node .MOP/scripts/mop-core.mjs status
|
|
139
|
+
node .MOP/scripts/mop-core.mjs validate
|
|
140
|
+
node .MOP/scripts/mop-flow.mjs status
|
|
141
|
+
node .MOP/scripts/mop-workflow.mjs help --actor <codename> --task "<task>"
|
|
142
|
+
node .MOP/scripts/mop-autosycn.mjs run --actor <codename> --reason "<what changed>"
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
## Team Workflow
|
|
146
|
+
|
|
147
|
+
In team mode, work is pushed to a user branch first:
|
|
148
|
+
|
|
149
|
+
```text
|
|
150
|
+
dev/<codename> -> BURHAN-MOP review -> main
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
BURHAN-MOP acts as the merge guardian. It checks the branch, validates state,
|
|
154
|
+
and merges only when the workflow is safe.
|
|
155
|
+
|
|
156
|
+
## Release
|
|
157
|
+
|
|
158
|
+
| Item | Value |
|
|
159
|
+
| --- | --- |
|
|
160
|
+
| npm package | [`mop-flow`](https://www.npmjs.com/package/mop-flow) |
|
|
161
|
+
| latest command | `npx mop-flow install` |
|
|
162
|
+
| legacy alias | `npx burhan-mop install` |
|
|
163
|
+
| GitHub release | [`v0.1.8`](https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP/releases/tag/v0.1.8) |
|
|
164
|
+
| Node | `>=20` |
|
|
165
|
+
|
|
166
|
+
## Links
|
|
167
|
+
|
|
168
|
+
- npm: https://www.npmjs.com/package/mop-flow
|
|
169
|
+
- GitHub: https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP
|
|
170
|
+
- Bahasa Melayu README: [README.bm.md](./README.bm.md)
|
package/bin/mop-core.mjs
ADDED
package/bin/mop-flow.mjs
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "mop-flow",
|
|
3
|
+
"version": "0.1.8",
|
|
4
|
+
"description": "MOP Flow portable agent memory core, provider bridge, installer, and CLI.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"author": "BURHANDEV ENTERPRISE",
|
|
7
|
+
"homepage": "https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP#readme",
|
|
8
|
+
"bugs": {
|
|
9
|
+
"url": "https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP/issues"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP.git"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"ai",
|
|
17
|
+
"agent",
|
|
18
|
+
"memory",
|
|
19
|
+
"memorycore",
|
|
20
|
+
"mop-flow",
|
|
21
|
+
"codex",
|
|
22
|
+
"claude",
|
|
23
|
+
"gemini",
|
|
24
|
+
"antigravity",
|
|
25
|
+
"workflow",
|
|
26
|
+
"bmad",
|
|
27
|
+
"autosync",
|
|
28
|
+
"mcp"
|
|
29
|
+
],
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">=20"
|
|
32
|
+
},
|
|
33
|
+
"bin": {
|
|
34
|
+
"burhan-mop": "bin/burhan-mop.mjs",
|
|
35
|
+
"mop-core": "bin/mop-core.mjs",
|
|
36
|
+
"mop-flow": "bin/mop-flow.mjs",
|
|
37
|
+
"mop-workflow": "bin/mop-workflow.mjs"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"validate": "node .MOP/scripts/mop-core.mjs validate",
|
|
41
|
+
"status": "node .MOP/scripts/mop-core.mjs status",
|
|
42
|
+
"flow": "node .MOP/scripts/mop-flow.mjs status",
|
|
43
|
+
"flow:manifest": "node .MOP/scripts/mop-flow.mjs manifest refresh",
|
|
44
|
+
"workflow": "node .MOP/scripts/mop-workflow.mjs status",
|
|
45
|
+
"doctor": "node .MOP/scripts/burhan-mop.mjs doctor",
|
|
46
|
+
"test": "node .MOP/scripts/mop-smoke-test.mjs",
|
|
47
|
+
"pack:dry": "npm pack --dry-run",
|
|
48
|
+
"publish:dry": "npm publish --dry-run",
|
|
49
|
+
"publish:public": "npm publish",
|
|
50
|
+
"prepack": "npm run validate",
|
|
51
|
+
"prepublishOnly": "npm run validate && npm run doctor && npm test"
|
|
52
|
+
},
|
|
53
|
+
"files": [
|
|
54
|
+
"bin",
|
|
55
|
+
"README.bm.md",
|
|
56
|
+
"AGENTS.md",
|
|
57
|
+
"CLAUDE.md",
|
|
58
|
+
"GEMINI.md",
|
|
59
|
+
".MOP",
|
|
60
|
+
".agents",
|
|
61
|
+
".claude",
|
|
62
|
+
".claude-flow",
|
|
63
|
+
".codex",
|
|
64
|
+
".gemini",
|
|
65
|
+
".mcp.json"
|
|
66
|
+
],
|
|
67
|
+
"publishConfig": {
|
|
68
|
+
"access": "public",
|
|
69
|
+
"registry": "https://registry.npmjs.org/"
|
|
70
|
+
},
|
|
71
|
+
"license": "UNLICENSED"
|
|
72
|
+
}
|