mcp-efficiency-engine 0.1.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/.github/CODEOWNERS +40 -0
- package/.github/GITHUB_MCP_INTEGRATION.md +366 -0
- package/.github/ISSUE_TEMPLATE/bug.md +51 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +45 -0
- package/.github/ISSUE_TEMPLATE/question.md +18 -0
- package/.github/agents/backend.agent.md +18 -0
- package/.github/agents/community-manager.agent.md +18 -0
- package/.github/agents/dba.agent.md +18 -0
- package/.github/agents/frontend-agent.agent.md +18 -0
- package/.github/agents/github-repository-manager.agent.md +338 -0
- package/.github/agents/iot.agent.md +20 -0
- package/.github/agents/legacy.agent.md +18 -0
- package/.github/agents/rag-azure.agent.md +18 -0
- package/.github/agents/rag-local.agent.md +18 -0
- package/.github/agents/snapshot.agent.md +18 -0
- package/.github/agents/ux-ui.agent.md +18 -0
- package/.github/agents/wiki-agent.agent.md +23 -0
- package/.github/copilot-instructions.md +44 -0
- package/.github/instructions/always-on-optimization.instructions.md +54 -0
- package/.github/prompts/auto-route.prompt.md +33 -0
- package/.github/prompts/azure-rag.query.prompt.md +19 -0
- package/.github/prompts/backend.fix-bug.prompt.md +13 -0
- package/.github/prompts/cavecrew.prompt.md +16 -0
- package/.github/prompts/caveman-commit.prompt.md +14 -0
- package/.github/prompts/caveman-compress.prompt.md +15 -0
- package/.github/prompts/caveman-debug.prompt.md +13 -0
- package/.github/prompts/caveman-help.prompt.md +11 -0
- package/.github/prompts/caveman-review.prompt.md +15 -0
- package/.github/prompts/caveman-stats.prompt.md +11 -0
- package/.github/prompts/caveman.prompt.md +11 -0
- package/.github/prompts/community.post.prompt.md +14 -0
- package/.github/prompts/dba.query-review.prompt.md +15 -0
- package/.github/prompts/dev.fix-bug.prompt.md +13 -0
- package/.github/prompts/frontend.code.prompt.md +13 -0
- package/.github/prompts/legacy.impact-analysis.prompt.md +14 -0
- package/.github/prompts/project.kickoff-analysis.prompt.md +51 -0
- package/.github/prompts/rag.knowledge-answer.prompt.md +13 -0
- package/.github/prompts/token-saver-review.prompt.md +14 -0
- package/.github/prompts/ux-ui.review.prompt.md +14 -0
- package/.github/pull_request_template.md +71 -0
- package/.github/skills/ahorro-tokens/SKILL.md +36 -0
- package/.github/skills/azure-rag-enterprise/SKILL.md +24 -0
- package/.github/skills/backend-coding/SKILL.md +24 -0
- package/.github/skills/cavecrew/SKILL.md +17 -0
- package/.github/skills/caveman/SKILL.md +25 -0
- package/.github/skills/caveman-commit/SKILL.md +15 -0
- package/.github/skills/caveman-compress/SKILL.md +14 -0
- package/.github/skills/caveman-help/SKILL.md +19 -0
- package/.github/skills/caveman-mode/SKILL.md +43 -0
- package/.github/skills/caveman-review/SKILL.md +16 -0
- package/.github/skills/caveman-stats/SKILL.md +13 -0
- package/.github/skills/community-content/SKILL.md +22 -0
- package/.github/skills/database-analysis/SKILL.md +23 -0
- package/.github/skills/dev-coding/SKILL.md +24 -0
- package/.github/skills/frontend-coding/SKILL.md +24 -0
- package/.github/skills/human-in-the-loop/SKILL.md +47 -0
- package/.github/skills/iot-architecture/SKILL.md +22 -0
- package/.github/skills/legacy-migration/SKILL.md +22 -0
- package/.github/skills/rag-knowledge/SKILL.md +21 -0
- package/.github/skills/token-saver/SKILL.md +36 -0
- package/.github/skills/ux-ui-governance/SKILL.md +24 -0
- package/.github/skills/wiki-tools.json +24 -0
- package/.github/workflows/auto-devlog.yml +56 -0
- package/.github/workflows/auto-manage-issues.yml +64 -0
- package/.github/workflows/auto-sync.yml +54 -0
- package/.github/workflows/autodocs-sync.yml +114 -0
- package/.github/workflows/ci.yml +68 -0
- package/.github/workflows/pages.yml +59 -0
- package/.github/workflows/routing-evals.yml +59 -0
- package/.github/workflows/techriders-coverage-effective.yml +91 -0
- package/.vscode/mcp.json +44 -0
- package/AGENTS.md +160 -0
- package/ARCHITECTURE.md +57 -0
- package/FINAL_USAGE_GUIDE.md +106 -0
- package/LICENSE +21 -0
- package/README.md +385 -0
- package/README_WIKI.md +130 -0
- package/autodocs/README.md +22 -0
- package/autodocs/schema/wiki-node.schema.json +56 -0
- package/autolearning/feedback-loop.md +90 -0
- package/bin/install-host.js +326 -0
- package/bin/mcpee.js +116 -0
- package/context/repomix/repomix.config.json +20 -0
- package/memory/cross-memory-reasoning.md +17 -0
- package/memory/mempry-registry.yml +16 -0
- package/observability/evals/chat-token-usage-report.json +64 -0
- package/observability/evals/chat-token-usage-report.md +33 -0
- package/observability/evals/iteration-value-report.json +76 -0
- package/observability/evals/iteration-value-report.md +39 -0
- package/observability/evals/learning-loop-report.json +268 -0
- package/observability/evals/learning-loop-report.md +37 -0
- package/observability/evals/repo-intake-eval-cases.md +23 -0
- package/observability/evals/routing-eval-cases.json +68 -0
- package/observability/evals/routing-eval-cases.md +25 -0
- package/observability/evals/routing-eval-report.json +72 -0
- package/observability/evaluation.md +34 -0
- package/observability/logs/copilot-usage-ingest-report.json +13 -0
- package/observability/logs/iteration-metrics.jsonl +75 -0
- package/observability/logs/learning-feedback.jsonl +152 -0
- package/observability/logs/routing-decisions.jsonl +333 -0
- package/observability/logs/session/agent-pipeline-preflight-20260701-004146.log +8 -0
- package/observability/logs/session/agent-pipeline-preflight-20260701-005554.log +8 -0
- package/observability/logs/session/agent-pipeline-preflight-20260701-010351.log +8 -0
- package/observability/logs/session/agent-pipeline-preflight-20260704-145829.log +8 -0
- package/observability/logs/session/agent-pipeline-preflight-20260704-150021.log +8 -0
- package/observability/logs/session/agent-pipeline-preflight-20260704-154328.log +8 -0
- package/observability/logs/session/bye-20260629-221513.json +39 -0
- package/observability/logs/session/bye-20260629-221545.json +59 -0
- package/observability/logs/session/bye-20260629-222007.json +52 -0
- package/observability/logs/session/bye-20260629-222133.json +59 -0
- package/observability/logs/session/bye-20260629-222412.json +45 -0
- package/observability/logs/session/bye-20260629-223224.json +52 -0
- package/observability/logs/session/bye-20260629-224050.json +59 -0
- package/observability/logs/session/bye-20260630-105732.json +24 -0
- package/observability/logs/session/bye-20260630-211536.json +87 -0
- package/observability/logs/session/bye-20260630-223423.json +87 -0
- package/observability/logs/session/bye-20260630-232534.json +87 -0
- package/observability/logs/session/bye-20260701-003638.json +126 -0
- package/observability/logs/session/bye-20260701-003849.json +126 -0
- package/observability/logs/session/bye-20260701-004315.json +138 -0
- package/observability/logs/session/bye-20260701-004559.json +76 -0
- package/observability/logs/session/bye-20260701-005913.json +138 -0
- package/observability/logs/session/bye-20260701-010753.json +138 -0
- package/observability/logs/session/bye-20260703-194106.json +24 -0
- package/observability/logs/session/bye-20260703-233443.json +76 -0
- package/observability/logs/session/bye-20260703-233653.json +76 -0
- package/observability/logs/session/bye-20260704-150317.json +152 -0
- package/observability/logs/session/bye-20260704-150929.json +75 -0
- package/observability/logs/session/bye-20260704-151050.json +75 -0
- package/observability/logs/session/bye-20260705-115458.json +165 -0
- package/observability/logs/session/codegraph-status-20260701-004228.log +39 -0
- package/observability/logs/session/codegraph-status-20260701-004310.log +39 -0
- package/observability/logs/session/codegraph-status-20260701-005637.log +39 -0
- package/observability/logs/session/codegraph-status-20260701-005908.log +39 -0
- package/observability/logs/session/codegraph-status-20260701-010444.log +39 -0
- package/observability/logs/session/codegraph-status-20260701-010747.log +39 -0
- package/observability/logs/session/codegraph-status-20260704-150137.log +26 -0
- package/observability/logs/session/codegraph-status-20260704-150313.log +28 -0
- package/observability/logs/session/codegraph-status-20260704-154445.log +26 -0
- package/observability/logs/session/codegraph-status-20260705-115454.log +27 -0
- package/observability/logs/session/codegraph-sync-20260701-004211.log +88 -0
- package/observability/logs/session/codegraph-sync-20260701-004241.log +82 -0
- package/observability/logs/session/codegraph-sync-20260701-005620.log +89 -0
- package/observability/logs/session/codegraph-sync-20260701-005840.log +88 -0
- package/observability/logs/session/codegraph-sync-20260701-010419.log +93 -0
- package/observability/logs/session/codegraph-sync-20260701-010609.log +90 -0
- package/observability/logs/session/codegraph-sync-20260704-145856.log +70 -0
- package/observability/logs/session/codegraph-sync-20260704-150047.log +53 -0
- package/observability/logs/session/codegraph-sync-20260704-150204.log +44 -0
- package/observability/logs/session/codegraph-sync-20260704-154353.log +26 -0
- package/observability/logs/session/codegraph-sync-20260705-115337.log +32 -0
- package/observability/logs/session/hi-20260629-221459.json +38 -0
- package/observability/logs/session/hi-20260629-221945.json +59 -0
- package/observability/logs/session/hi-20260629-222108.json +66 -0
- package/observability/logs/session/hi-20260629-222352.json +45 -0
- package/observability/logs/session/hi-20260629-225719.json +59 -0
- package/observability/logs/session/hi-20260629-233722.json +52 -0
- package/observability/logs/session/hi-20260629-233913.json +198 -0
- package/observability/logs/session/hi-20260630-110156.json +177 -0
- package/observability/logs/session/hi-20260630-191243.json +184 -0
- package/observability/logs/session/hi-20260630-230050.json +234 -0
- package/observability/logs/session/hi-20260630-230523.json +227 -0
- package/observability/logs/session/hi-20260630-230855.json +227 -0
- package/observability/logs/session/hi-20260630-231638.json +227 -0
- package/observability/logs/session/hi-20260630-231756.json +219 -0
- package/observability/logs/session/hi-20260701-002842.json +234 -0
- package/observability/logs/session/hi-20260701-003458.json +282 -0
- package/observability/logs/session/hi-20260701-004233.json +290 -0
- package/observability/logs/session/hi-20260701-004554.json +236 -0
- package/observability/logs/session/hi-20260701-005641.json +290 -0
- package/observability/logs/session/hi-20260701-010450.json +290 -0
- package/observability/logs/session/hi-20260703-233854.json +312 -0
- package/observability/logs/session/hi-20260703-234448.json +318 -0
- package/observability/logs/session/hi-20260704-145907.json +353 -0
- package/observability/logs/session/hi-20260704-150141.json +392 -0
- package/observability/logs/session/hi-20260704-154448.json +392 -0
- package/observability/logs/session/iteration-value-refresh-20260701-004309.log +3 -0
- package/observability/logs/session/iteration-value-refresh-20260701-005907.log +3 -0
- package/observability/logs/session/iteration-value-refresh-20260701-010747.log +3 -0
- package/observability/logs/session/iteration-value-refresh-20260704-150312.log +3 -0
- package/observability/logs/session/iteration-value-refresh-20260705-115453.log +3 -0
- package/observability/logs/session/learning-loop-refresh-20260701-004309.log +3 -0
- package/observability/logs/session/learning-loop-refresh-20260701-005906.log +3 -0
- package/observability/logs/session/learning-loop-refresh-20260701-010745.log +3 -0
- package/observability/logs/session/learning-loop-refresh-20260704-150309.log +3 -0
- package/observability/logs/session/learning-loop-refresh-20260705-115450.log +3 -0
- package/observability/logs/session/project-notes-refresh-20260701-004227.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260701-004308.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260701-005636.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260701-005906.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260701-010443.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260701-010744.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260704-150133.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260704-150309.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260704-154442.log +1 -0
- package/observability/logs/session/project-notes-refresh-20260705-115449.log +1 -0
- package/observability/logs/session/repo-intake-20260701-004218.log +6 -0
- package/observability/logs/session/repo-intake-20260701-005626.log +6 -0
- package/observability/logs/session/repo-intake-20260701-010433.log +6 -0
- package/observability/logs/session/repo-intake-20260704-150053.log +6 -0
- package/observability/logs/session/repo-intake-20260704-154404.log +6 -0
- package/observability/logs/session/repo-intake-refresh-20260701-004247.log +6 -0
- package/observability/logs/session/repo-intake-refresh-20260701-005847.log +6 -0
- package/observability/logs/session/repo-intake-refresh-20260701-010615.log +6 -0
- package/observability/logs/session/repo-intake-refresh-20260704-150209.log +6 -0
- package/observability/logs/session/repo-intake-refresh-20260705-115342.log +6 -0
- package/observability/logs/session/repo-registry-validation-20260701-004234.log +2 -0
- package/observability/logs/session/repo-registry-validation-20260701-004556.log +2 -0
- package/observability/logs/session/repo-registry-validation-20260701-005833.log +2 -0
- package/observability/logs/session/repo-registry-validation-20260701-010601.log +2 -0
- package/observability/logs/session/repo-registry-validation-20260704-150155.log +2 -0
- package/observability/logs/session/repo-registry-validation-20260705-115323.log +2 -0
- package/observability/logs/session/repomix-refresh-20260701-003823.log +4236 -0
- package/observability/logs/session/repomix-refresh-20260701-004251.log +4275 -0
- package/observability/logs/session/repomix-refresh-20260701-005850.log +4248 -0
- package/observability/logs/session/repomix-refresh-20260701-010619.log +6531 -0
- package/observability/logs/session/repomix-refresh-20260704-150239.log +652 -0
- package/observability/logs/session/repomix-refresh-20260705-115419.log +178 -0
- package/observability/logs/session/routing-evals-20260701-004221.log +2 -0
- package/observability/logs/session/routing-evals-20260701-004235.log +2 -0
- package/observability/logs/session/routing-evals-20260701-005629.log +2 -0
- package/observability/logs/session/routing-evals-20260701-005834.log +2 -0
- package/observability/logs/session/routing-evals-20260701-010437.log +2 -0
- package/observability/logs/session/routing-evals-20260701-010603.log +2 -0
- package/observability/logs/session/routing-evals-20260704-150125.log +2 -0
- package/observability/logs/session/routing-evals-20260704-150157.log +2 -0
- package/observability/logs/session/routing-evals-20260704-154434.log +2 -0
- package/observability/logs/session/routing-evals-20260705-115327.log +2 -0
- package/observability/logs/session/sibling-discovery-refresh-20260701-004250.log +3 -0
- package/observability/logs/session/sibling-discovery-refresh-20260701-005850.log +3 -0
- package/observability/logs/session/sibling-discovery-refresh-20260701-010618.log +3 -0
- package/observability/logs/session/sibling-discovery-refresh-20260704-150238.log +3 -0
- package/observability/logs/session/sibling-discovery-refresh-20260705-115418.log +3 -0
- package/observability/logs.schema.json +95 -0
- package/observability/logs.schema.md +26 -0
- package/observability/metrics.md +35 -0
- package/observability/routing-evaluator.md +37 -0
- package/observability/scoring-rubric.md +38 -0
- package/optimization/ALWAYS_ON_OPTIMIZATION.md +98 -0
- package/optimization/caveman-mode.md +62 -0
- package/optimization/examples/login-bug.md +25 -0
- package/optimization/examples/sla-query.md +25 -0
- package/optimization/optimization-routing.md +30 -0
- package/optimization/policies/response-style.policy.md +45 -0
- package/optimization/policies/token-budget.policy.md +28 -0
- package/optimization/profiles/always-on.profile.md +19 -0
- package/optimization/profiles/architecture.profile.md +20 -0
- package/optimization/profiles/debug.profile.md +20 -0
- package/optimization/profiles/enterprise-rag.profile.md +20 -0
- package/optimization/profiles/training.profile.md +20 -0
- package/optimization/token-saver.md +58 -0
- package/orchestrator/corporate-routing.md +51 -0
- package/orchestrator/decision-matrix.md +33 -0
- package/orchestrator/fallback.md +29 -0
- package/orchestrator/repo-routing.md +58 -0
- package/orchestrator/router.md +75 -0
- package/orchestrator/wiki/__init__.py +5 -0
- package/orchestrator/wiki/graph_consolidator.py +506 -0
- package/orchestrator/wiki/incremental_engine.py +57 -0
- package/orchestrator/wiki/plugin_manager.py +40 -0
- package/package.json +70 -0
- package/policies/context-policy.md +25 -0
- package/policies/cost-policy.md +25 -0
- package/policies/repo-intake-policy.md +36 -0
- package/policies/security-policy.md +25 -0
- package/repo-intake/README.md +81 -0
- package/repo-intake/templates/agent.template.md +4 -0
- package/repo-intake/templates/context-manifest.template.md +4 -0
- package/repo-intake/templates/skill.template.md +3 -0
- package/repo-registry/repos.schema.json +102 -0
- package/repo-registry/repos.template.json +26 -0
- package/requirements.txt +1 -0
- package/scripts/README.md +109 -0
- package/scripts/__init__.py +0 -0
- package/scripts/bootstrap-portable.cmd +4 -0
- package/scripts/bootstrap-portable.ps1 +90 -0
- package/scripts/context/azure-rag-mcp-adapter.py +1 -0
- package/scripts/context/build-graphify.ps1 +1 -0
- package/scripts/context/build-repomix.ps1 +1 -0
- package/scripts/discovery/discover-boost-repos.cmd +4 -0
- package/scripts/discovery/discover-boost-repos.py +186 -0
- package/scripts/discovery/refresh-project-notes.py +179 -0
- package/scripts/github/INSTALL.md +295 -0
- package/scripts/github/README.md +455 -0
- package/scripts/github/apply-boost-templates.ps1 +163 -0
- package/scripts/github/apply-single-repo.ps1 +85 -0
- package/scripts/github/create-devlog.ps1 +380 -0
- package/scripts/github/manage-issues.ps1 +332 -0
- package/scripts/github/sync-repo.ps1 +267 -0
- package/scripts/intake/agent-pipeline-preflight.py +151 -0
- package/scripts/intake/init-template-registry.cmd +4 -0
- package/scripts/intake/init-template-registry.ps1 +258 -0
- package/scripts/intake/repo-intake.py +354 -0
- package/scripts/intake/resolve-routing.py +620 -0
- package/scripts/intake/run-repo-intake.cmd +4 -0
- package/scripts/intake/run-repo-intake.ps1 +46 -0
- package/scripts/intake/run-routing-evals.py +147 -0
- package/scripts/intake/validate-database-routing.py +91 -0
- package/scripts/intake/validate-rag-routing.py +85 -0
- package/scripts/intake/validate-repo-registry.ps1 +20 -0
- package/scripts/intake/validate-repo-registry.py +286 -0
- package/scripts/intake/validate-security.py +170 -0
- package/scripts/learning/autolearning-gate.py +71 -0
- package/scripts/learning/chat-token-usage-report.py +326 -0
- package/scripts/learning/ingest-copilot-session-usage.py +421 -0
- package/scripts/learning/iteration-value-report.py +275 -0
- package/scripts/learning/learning-loop-report.py +272 -0
- package/scripts/learning/record-iteration-metrics.py +116 -0
- package/scripts/learning/record-learning-feedback.py +91 -0
- package/scripts/ops/bye.ps1 +620 -0
- package/scripts/ops/compare-demo-results.ps1 +826 -0
- package/scripts/ops/demo1.ps1 +11 -0
- package/scripts/ops/demo2.ps1 +11 -0
- package/scripts/ops/demo3.ps1 +11 -0
- package/scripts/ops/demo4.ps1 +11 -0
- package/scripts/ops/hi.ps1 +1045 -0
- package/scripts/ops/llm-token-probe.py +164 -0
- package/scripts/ops/run-all-demos.ps1 +39 -0
- package/scripts/ops/run-demo-block.ps1 +85 -0
- package/scripts/ops/run-demo-session.ps1 +532 -0
- package/scripts/setup/optimize-engines.ps1 +183 -0
- package/scripts/setup/setup-codegraph.ps1 +3 -0
- package/scripts/setup/setup-gitnexus.ps1 +3 -0
- package/scripts/setup/setup-graphify.ps1 +2 -0
- package/scripts/setup/setup-prerequisites.ps1 +205 -0
- package/scripts/setup/start-gitnexus.ps1 +71 -0
- package/scripts/setup/validate-context.ps1 +361 -0
- package/scripts/wiki/__init__.py +0 -0
- package/scripts/wiki/compiler_main.py +189 -0
- package/scripts/wiki/normalizer.py +206 -0
- package/scripts/wiki/providers/base_provider.py +25 -0
- package/scripts/wiki/providers/codegraph_provider.py +49 -0
- package/scripts/wiki/providers/graphify_provider.py +49 -0
- package/scripts/wiki/providers/repo_content_provider.py +408 -0
- package/scripts/wiki/query_autodocs.py +60 -0
- package/scripts/wiki/validator.py +183 -0
- package/scripts/wiki/wiki_compiler.py +5 -0
- package/specs/architecture.spec.md +32 -0
- package/specs/azure-rag.spec.md +28 -0
- package/specs/coding-standards.spec.md +24 -0
- package/specs/database.spec.md +29 -0
- package/specs/migration.spec.md +26 -0
- package/specs/observability.spec.md +24 -0
- package/specs/optimization.spec.md +31 -0
- package/specs/rag.spec.md +30 -0
- package/specs/repo-intake.spec.md +25 -0
- package/specs/routing.spec.md +24 -0
- package/specs/security.spec.md +30 -0
- package/specs/wiki/provider-contract.json +33 -0
- package/specs/wiki/unified-knowledge-graph.json +25 -0
- package/templates/BOOST_README_TEMPLATE.md +96 -0
- package/templates/CODEOWNERS_TEMPLATE.txt +29 -0
- package/templates/LICENSE_MIT_TEMPLATE.txt +21 -0
- package/templates/PERSONAL_README_TEMPLATE.md +90 -0
- package/templates/README_boost_RAG_Azure.md +46 -0
- package/templates/README_boost_azure_iot_edge.md +48 -0
- package/templates/README_boost_backend.md +47 -0
- package/templates/README_boost_dba.md +57 -0
- package/templates/ci.yml.template +73 -0
- package/tooling/tooling.manifest.json +72 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
{
|
|
2
|
+
"session": "hi",
|
|
3
|
+
"started_at": "2026-07-01T00:41:33.9557215+02:00",
|
|
4
|
+
"ended_at": "2026-07-01T00:42:33.2415375+02:00",
|
|
5
|
+
"duration_sec": 59.29,
|
|
6
|
+
"repo": "C:\\repo\\mcp-efficiency-engine",
|
|
7
|
+
"success": true,
|
|
8
|
+
"summary": {
|
|
9
|
+
"result": "ok",
|
|
10
|
+
"started_at": "2026-07-01T00:41:33.9557215+02:00",
|
|
11
|
+
"ended_at": "2026-07-01T00:42:33.2415375+02:00",
|
|
12
|
+
"duration_sec": 59.29,
|
|
13
|
+
"steps": {
|
|
14
|
+
"total": 11,
|
|
15
|
+
"ok": 11,
|
|
16
|
+
"failed_required": 0,
|
|
17
|
+
"failed_optional": 0,
|
|
18
|
+
"skipped": 0
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"memory": {
|
|
22
|
+
"command_available": true,
|
|
23
|
+
"startup_check": "ok"
|
|
24
|
+
},
|
|
25
|
+
"token_saver": {
|
|
26
|
+
"command_available": true,
|
|
27
|
+
"startup_check": "ok"
|
|
28
|
+
},
|
|
29
|
+
"codegraph": {
|
|
30
|
+
"command_available": true,
|
|
31
|
+
"index_present": true,
|
|
32
|
+
"sync": "ok",
|
|
33
|
+
"status": "ok"
|
|
34
|
+
},
|
|
35
|
+
"gitnexus": {
|
|
36
|
+
"command_available": true,
|
|
37
|
+
"index_present": true,
|
|
38
|
+
"startup_check": "ok"
|
|
39
|
+
},
|
|
40
|
+
"repomix": {
|
|
41
|
+
"command_available": true,
|
|
42
|
+
"startup_check": "ok"
|
|
43
|
+
},
|
|
44
|
+
"graphify": {
|
|
45
|
+
"graph_present": true,
|
|
46
|
+
"manifest_present": true,
|
|
47
|
+
"startup_check": "ok"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"artifacts": {
|
|
51
|
+
"repo_registry_report": true,
|
|
52
|
+
"repo_intake": "ok",
|
|
53
|
+
"routing_evals": "ok",
|
|
54
|
+
"project_notes": "ok",
|
|
55
|
+
"sibling_repos": "ok",
|
|
56
|
+
"structure_cache": {
|
|
57
|
+
"refreshed": false,
|
|
58
|
+
"refresh_reason": "none",
|
|
59
|
+
"changed_repos": 0
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"skipped_steps": []
|
|
63
|
+
},
|
|
64
|
+
"step_logs": {
|
|
65
|
+
"agent-pipeline-preflight": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\agent-pipeline-preflight-20260701-004146.log",
|
|
66
|
+
"codegraph-sync": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\codegraph-sync-20260701-004211.log",
|
|
67
|
+
"repo-intake": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\repo-intake-20260701-004218.log",
|
|
68
|
+
"routing-evals": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\routing-evals-20260701-004221.log",
|
|
69
|
+
"project-notes-refresh": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\project-notes-refresh-20260701-004227.log",
|
|
70
|
+
"codegraph-status": "C:\\repo\\mcp-efficiency-engine\\observability\\logs\\session\\codegraph-status-20260701-004228.log"
|
|
71
|
+
},
|
|
72
|
+
"structure_cache": {
|
|
73
|
+
"refreshed": false,
|
|
74
|
+
"refresh_reason": "none",
|
|
75
|
+
"before": [
|
|
76
|
+
{
|
|
77
|
+
"repo": "boost_dba",
|
|
78
|
+
"slug": "boost_dba",
|
|
79
|
+
"version": "0",
|
|
80
|
+
"repo_path": "C:\\repo\\boost_DBA",
|
|
81
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dba\\context-manifests\\structure-min.json",
|
|
82
|
+
"structure_exists": true,
|
|
83
|
+
"structure_reports_repo_exists": true,
|
|
84
|
+
"cache_fingerprint": "ef9546bf252c15dd",
|
|
85
|
+
"repo_latest_change_utc": "2026-06-15T23:21:51.7989226Z",
|
|
86
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.2912787Z",
|
|
87
|
+
"status": "fresh"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"repo": "boost_azure_rag",
|
|
91
|
+
"slug": "boost_azure_rag",
|
|
92
|
+
"version": "0",
|
|
93
|
+
"repo_path": "C:\\repo\\boost_RAG-Azure-Builder",
|
|
94
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_rag\\context-manifests\\structure-min.json",
|
|
95
|
+
"structure_exists": true,
|
|
96
|
+
"structure_reports_repo_exists": true,
|
|
97
|
+
"cache_fingerprint": "6facbcb3dbcba957",
|
|
98
|
+
"repo_latest_change_utc": "2026-06-30T22:14:06.8665456Z",
|
|
99
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3043333Z",
|
|
100
|
+
"status": "fresh"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"repo": "boost_azure_iot_edge",
|
|
104
|
+
"slug": "boost_azure_iot_edge",
|
|
105
|
+
"version": "0",
|
|
106
|
+
"repo_path": "C:\\repo\\boost_azure-iot-edge",
|
|
107
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_iot_edge\\context-manifests\\structure-min.json",
|
|
108
|
+
"structure_exists": true,
|
|
109
|
+
"structure_reports_repo_exists": true,
|
|
110
|
+
"cache_fingerprint": "3cc58b50a6794b0d",
|
|
111
|
+
"repo_latest_change_utc": "2026-06-29T17:15:44.7847312Z",
|
|
112
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3188004Z",
|
|
113
|
+
"status": "fresh"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"repo": "boost_dev_core",
|
|
117
|
+
"slug": "boost_dev_core",
|
|
118
|
+
"version": "0",
|
|
119
|
+
"repo_path": "C:\\repo\\sertxIA",
|
|
120
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dev_core\\context-manifests\\structure-min.json",
|
|
121
|
+
"structure_exists": true,
|
|
122
|
+
"structure_reports_repo_exists": true,
|
|
123
|
+
"cache_fingerprint": "a8ae224391bc64a4",
|
|
124
|
+
"repo_latest_change_utc": "2026-06-29T16:03:19.8445980Z",
|
|
125
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3313672Z",
|
|
126
|
+
"status": "fresh"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"repo": "boost_backend",
|
|
130
|
+
"slug": "boost_backend",
|
|
131
|
+
"version": "0",
|
|
132
|
+
"repo_path": "C:\\repo\\boost_backend",
|
|
133
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_backend\\context-manifests\\structure-min.json",
|
|
134
|
+
"structure_exists": true,
|
|
135
|
+
"structure_reports_repo_exists": true,
|
|
136
|
+
"cache_fingerprint": "4989762876382d3e",
|
|
137
|
+
"repo_latest_change_utc": "2026-06-29T17:18:49.2902520Z",
|
|
138
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3404917Z",
|
|
139
|
+
"status": "fresh"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"after": [
|
|
143
|
+
{
|
|
144
|
+
"repo": "boost_dba",
|
|
145
|
+
"slug": "boost_dba",
|
|
146
|
+
"version": "0",
|
|
147
|
+
"repo_path": "C:\\repo\\boost_DBA",
|
|
148
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dba\\context-manifests\\structure-min.json",
|
|
149
|
+
"structure_exists": true,
|
|
150
|
+
"structure_reports_repo_exists": true,
|
|
151
|
+
"cache_fingerprint": "ef9546bf252c15dd",
|
|
152
|
+
"repo_latest_change_utc": "2026-06-15T23:21:51.7989226Z",
|
|
153
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.2912787Z",
|
|
154
|
+
"status": "fresh"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"repo": "boost_azure_rag",
|
|
158
|
+
"slug": "boost_azure_rag",
|
|
159
|
+
"version": "0",
|
|
160
|
+
"repo_path": "C:\\repo\\boost_RAG-Azure-Builder",
|
|
161
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_rag\\context-manifests\\structure-min.json",
|
|
162
|
+
"structure_exists": true,
|
|
163
|
+
"structure_reports_repo_exists": true,
|
|
164
|
+
"cache_fingerprint": "6facbcb3dbcba957",
|
|
165
|
+
"repo_latest_change_utc": "2026-06-30T22:14:06.8665456Z",
|
|
166
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3043333Z",
|
|
167
|
+
"status": "fresh"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"repo": "boost_azure_iot_edge",
|
|
171
|
+
"slug": "boost_azure_iot_edge",
|
|
172
|
+
"version": "0",
|
|
173
|
+
"repo_path": "C:\\repo\\boost_azure-iot-edge",
|
|
174
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_iot_edge\\context-manifests\\structure-min.json",
|
|
175
|
+
"structure_exists": true,
|
|
176
|
+
"structure_reports_repo_exists": true,
|
|
177
|
+
"cache_fingerprint": "3cc58b50a6794b0d",
|
|
178
|
+
"repo_latest_change_utc": "2026-06-29T17:15:44.7847312Z",
|
|
179
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3188004Z",
|
|
180
|
+
"status": "fresh"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"repo": "boost_dev_core",
|
|
184
|
+
"slug": "boost_dev_core",
|
|
185
|
+
"version": "0",
|
|
186
|
+
"repo_path": "C:\\repo\\sertxIA",
|
|
187
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dev_core\\context-manifests\\structure-min.json",
|
|
188
|
+
"structure_exists": true,
|
|
189
|
+
"structure_reports_repo_exists": true,
|
|
190
|
+
"cache_fingerprint": "a8ae224391bc64a4",
|
|
191
|
+
"repo_latest_change_utc": "2026-06-29T16:03:19.8445980Z",
|
|
192
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3313672Z",
|
|
193
|
+
"status": "fresh"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"repo": "boost_backend",
|
|
197
|
+
"slug": "boost_backend",
|
|
198
|
+
"version": "0",
|
|
199
|
+
"repo_path": "C:\\repo\\boost_backend",
|
|
200
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_backend\\context-manifests\\structure-min.json",
|
|
201
|
+
"structure_exists": true,
|
|
202
|
+
"structure_reports_repo_exists": true,
|
|
203
|
+
"cache_fingerprint": "4989762876382d3e",
|
|
204
|
+
"repo_latest_change_utc": "2026-06-29T17:18:49.2902520Z",
|
|
205
|
+
"structure_mtime_utc": "2026-06-30T22:38:22.3404917Z",
|
|
206
|
+
"status": "fresh"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"changed_repos": []
|
|
210
|
+
},
|
|
211
|
+
"steps": [
|
|
212
|
+
{
|
|
213
|
+
"name": "Validate context",
|
|
214
|
+
"required": true,
|
|
215
|
+
"success": true,
|
|
216
|
+
"duration_sec": 9.63,
|
|
217
|
+
"message": "ok"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "Validate memory/cache artifacts",
|
|
221
|
+
"required": true,
|
|
222
|
+
"success": true,
|
|
223
|
+
"duration_sec": 0.06,
|
|
224
|
+
"message": "ok"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "Check structure cache freshness",
|
|
228
|
+
"required": true,
|
|
229
|
+
"success": true,
|
|
230
|
+
"duration_sec": 2.67,
|
|
231
|
+
"message": "ok"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "Validate sibling repos operability",
|
|
235
|
+
"required": true,
|
|
236
|
+
"success": true,
|
|
237
|
+
"duration_sec": 0.06,
|
|
238
|
+
"message": "ok"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "Validate agent pipeline preflight",
|
|
242
|
+
"required": true,
|
|
243
|
+
"success": true,
|
|
244
|
+
"duration_sec": 0.85,
|
|
245
|
+
"message": "ok"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "Validate MCP servers start/listen capability",
|
|
249
|
+
"required": true,
|
|
250
|
+
"success": true,
|
|
251
|
+
"duration_sec": 24.61,
|
|
252
|
+
"message": "ok"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "Refresh codegraph index sync",
|
|
256
|
+
"required": false,
|
|
257
|
+
"success": true,
|
|
258
|
+
"duration_sec": 6.64,
|
|
259
|
+
"message": "ok"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "Run repo intake",
|
|
263
|
+
"required": true,
|
|
264
|
+
"success": true,
|
|
265
|
+
"duration_sec": 3.1,
|
|
266
|
+
"message": "ok"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "Run routing evals",
|
|
270
|
+
"required": true,
|
|
271
|
+
"success": true,
|
|
272
|
+
"duration_sec": 6.16,
|
|
273
|
+
"message": "ok"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "Refresh project notes from observability",
|
|
277
|
+
"required": false,
|
|
278
|
+
"success": true,
|
|
279
|
+
"duration_sec": 1.0,
|
|
280
|
+
"message": "ok"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "Check codegraph status",
|
|
284
|
+
"required": false,
|
|
285
|
+
"success": true,
|
|
286
|
+
"duration_sec": 4.51,
|
|
287
|
+
"message": "ok"
|
|
288
|
+
}
|
|
289
|
+
]
|
|
290
|
+
}
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
{
|
|
2
|
+
"session": "hi",
|
|
3
|
+
"started_at": "2026-07-01T00:45:42.8667933+02:00",
|
|
4
|
+
"ended_at": "2026-07-01T00:45:54.2225988+02:00",
|
|
5
|
+
"duration_sec": 11.36,
|
|
6
|
+
"repo": "C:\\repo\\mcp-efficiency-engine",
|
|
7
|
+
"success": true,
|
|
8
|
+
"summary": {
|
|
9
|
+
"result": "ok",
|
|
10
|
+
"started_at": "2026-07-01T00:45:42.8667933+02:00",
|
|
11
|
+
"ended_at": "2026-07-01T00:45:54.2225988+02:00",
|
|
12
|
+
"duration_sec": 11.36,
|
|
13
|
+
"steps": {
|
|
14
|
+
"total": 3,
|
|
15
|
+
"ok": 3,
|
|
16
|
+
"failed_required": 0,
|
|
17
|
+
"failed_optional": 0,
|
|
18
|
+
"skipped": 8
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"memory": {
|
|
22
|
+
"command_available": true,
|
|
23
|
+
"startup_check": "skipped"
|
|
24
|
+
},
|
|
25
|
+
"token_saver": {
|
|
26
|
+
"command_available": true,
|
|
27
|
+
"startup_check": "skipped"
|
|
28
|
+
},
|
|
29
|
+
"codegraph": {
|
|
30
|
+
"command_available": true,
|
|
31
|
+
"index_present": true,
|
|
32
|
+
"sync": "skipped",
|
|
33
|
+
"status": "skipped"
|
|
34
|
+
},
|
|
35
|
+
"gitnexus": {
|
|
36
|
+
"command_available": true,
|
|
37
|
+
"index_present": true,
|
|
38
|
+
"startup_check": "skipped"
|
|
39
|
+
},
|
|
40
|
+
"repomix": {
|
|
41
|
+
"command_available": true,
|
|
42
|
+
"startup_check": "skipped"
|
|
43
|
+
},
|
|
44
|
+
"graphify": {
|
|
45
|
+
"graph_present": true,
|
|
46
|
+
"manifest_present": true,
|
|
47
|
+
"startup_check": "skipped"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"artifacts": {
|
|
51
|
+
"repo_registry_report": true,
|
|
52
|
+
"repo_intake": "skipped",
|
|
53
|
+
"routing_evals": "skipped",
|
|
54
|
+
"project_notes": "skipped",
|
|
55
|
+
"sibling_repos": "skipped",
|
|
56
|
+
"structure_cache": {
|
|
57
|
+
"refreshed": false,
|
|
58
|
+
"refresh_reason": "none",
|
|
59
|
+
"changed_repos": 0
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"skipped_steps": [
|
|
63
|
+
"Validate sibling repos operability",
|
|
64
|
+
"Validate agent pipeline preflight",
|
|
65
|
+
"Validate MCP servers start/listen capability",
|
|
66
|
+
"Refresh codegraph index sync",
|
|
67
|
+
"Run repo intake",
|
|
68
|
+
"Run routing evals",
|
|
69
|
+
"Refresh project notes from observability",
|
|
70
|
+
"Check codegraph status"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"step_logs": {},
|
|
74
|
+
"structure_cache": {
|
|
75
|
+
"refreshed": false,
|
|
76
|
+
"refresh_reason": "none",
|
|
77
|
+
"before": [
|
|
78
|
+
{
|
|
79
|
+
"repo": "boost_dba",
|
|
80
|
+
"slug": "boost_dba",
|
|
81
|
+
"version": "0",
|
|
82
|
+
"repo_path": "C:\\repo\\boost_DBA",
|
|
83
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dba\\context-manifests\\structure-min.json",
|
|
84
|
+
"structure_exists": true,
|
|
85
|
+
"structure_reports_repo_exists": true,
|
|
86
|
+
"cache_fingerprint": "ef9546bf252c15dd",
|
|
87
|
+
"repo_latest_change_utc": "2026-06-15T23:21:51.7989226Z",
|
|
88
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4040946Z",
|
|
89
|
+
"status": "fresh"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"repo": "boost_azure_rag",
|
|
93
|
+
"slug": "boost_azure_rag",
|
|
94
|
+
"version": "0",
|
|
95
|
+
"repo_path": "C:\\repo\\boost_RAG-Azure-Builder",
|
|
96
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_rag\\context-manifests\\structure-min.json",
|
|
97
|
+
"structure_exists": true,
|
|
98
|
+
"structure_reports_repo_exists": true,
|
|
99
|
+
"cache_fingerprint": "6facbcb3dbcba957",
|
|
100
|
+
"repo_latest_change_utc": "2026-06-30T22:14:06.8665456Z",
|
|
101
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4140908Z",
|
|
102
|
+
"status": "fresh"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"repo": "boost_azure_iot_edge",
|
|
106
|
+
"slug": "boost_azure_iot_edge",
|
|
107
|
+
"version": "0",
|
|
108
|
+
"repo_path": "C:\\repo\\boost_azure-iot-edge",
|
|
109
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_iot_edge\\context-manifests\\structure-min.json",
|
|
110
|
+
"structure_exists": true,
|
|
111
|
+
"structure_reports_repo_exists": true,
|
|
112
|
+
"cache_fingerprint": "3cc58b50a6794b0d",
|
|
113
|
+
"repo_latest_change_utc": "2026-06-29T17:15:44.7847312Z",
|
|
114
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4230898Z",
|
|
115
|
+
"status": "fresh"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"repo": "boost_dev_core",
|
|
119
|
+
"slug": "boost_dev_core",
|
|
120
|
+
"version": "0",
|
|
121
|
+
"repo_path": "C:\\repo\\sertxIA",
|
|
122
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dev_core\\context-manifests\\structure-min.json",
|
|
123
|
+
"structure_exists": true,
|
|
124
|
+
"structure_reports_repo_exists": true,
|
|
125
|
+
"cache_fingerprint": "a8ae224391bc64a4",
|
|
126
|
+
"repo_latest_change_utc": "2026-06-29T16:03:19.8445980Z",
|
|
127
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4310944Z",
|
|
128
|
+
"status": "fresh"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"repo": "boost_backend",
|
|
132
|
+
"slug": "boost_backend",
|
|
133
|
+
"version": "0",
|
|
134
|
+
"repo_path": "C:\\repo\\boost_backend",
|
|
135
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_backend\\context-manifests\\structure-min.json",
|
|
136
|
+
"structure_exists": true,
|
|
137
|
+
"structure_reports_repo_exists": true,
|
|
138
|
+
"cache_fingerprint": "4989762876382d3e",
|
|
139
|
+
"repo_latest_change_utc": "2026-06-29T17:18:49.2902520Z",
|
|
140
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4363999Z",
|
|
141
|
+
"status": "fresh"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"after": [
|
|
145
|
+
{
|
|
146
|
+
"repo": "boost_dba",
|
|
147
|
+
"slug": "boost_dba",
|
|
148
|
+
"version": "0",
|
|
149
|
+
"repo_path": "C:\\repo\\boost_DBA",
|
|
150
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dba\\context-manifests\\structure-min.json",
|
|
151
|
+
"structure_exists": true,
|
|
152
|
+
"structure_reports_repo_exists": true,
|
|
153
|
+
"cache_fingerprint": "ef9546bf252c15dd",
|
|
154
|
+
"repo_latest_change_utc": "2026-06-15T23:21:51.7989226Z",
|
|
155
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4040946Z",
|
|
156
|
+
"status": "fresh"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"repo": "boost_azure_rag",
|
|
160
|
+
"slug": "boost_azure_rag",
|
|
161
|
+
"version": "0",
|
|
162
|
+
"repo_path": "C:\\repo\\boost_RAG-Azure-Builder",
|
|
163
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_rag\\context-manifests\\structure-min.json",
|
|
164
|
+
"structure_exists": true,
|
|
165
|
+
"structure_reports_repo_exists": true,
|
|
166
|
+
"cache_fingerprint": "6facbcb3dbcba957",
|
|
167
|
+
"repo_latest_change_utc": "2026-06-30T22:14:06.8665456Z",
|
|
168
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4140908Z",
|
|
169
|
+
"status": "fresh"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"repo": "boost_azure_iot_edge",
|
|
173
|
+
"slug": "boost_azure_iot_edge",
|
|
174
|
+
"version": "0",
|
|
175
|
+
"repo_path": "C:\\repo\\boost_azure-iot-edge",
|
|
176
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_azure_iot_edge\\context-manifests\\structure-min.json",
|
|
177
|
+
"structure_exists": true,
|
|
178
|
+
"structure_reports_repo_exists": true,
|
|
179
|
+
"cache_fingerprint": "3cc58b50a6794b0d",
|
|
180
|
+
"repo_latest_change_utc": "2026-06-29T17:15:44.7847312Z",
|
|
181
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4230898Z",
|
|
182
|
+
"status": "fresh"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"repo": "boost_dev_core",
|
|
186
|
+
"slug": "boost_dev_core",
|
|
187
|
+
"version": "0",
|
|
188
|
+
"repo_path": "C:\\repo\\sertxIA",
|
|
189
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_dev_core\\context-manifests\\structure-min.json",
|
|
190
|
+
"structure_exists": true,
|
|
191
|
+
"structure_reports_repo_exists": true,
|
|
192
|
+
"cache_fingerprint": "a8ae224391bc64a4",
|
|
193
|
+
"repo_latest_change_utc": "2026-06-29T16:03:19.8445980Z",
|
|
194
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4310944Z",
|
|
195
|
+
"status": "fresh"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"repo": "boost_backend",
|
|
199
|
+
"slug": "boost_backend",
|
|
200
|
+
"version": "0",
|
|
201
|
+
"repo_path": "C:\\repo\\boost_backend",
|
|
202
|
+
"structure_path": "C:\\repo\\mcp-efficiency-engine\\repo-intake\\generated\\boost_backend\\context-manifests\\structure-min.json",
|
|
203
|
+
"structure_exists": true,
|
|
204
|
+
"structure_reports_repo_exists": true,
|
|
205
|
+
"cache_fingerprint": "4989762876382d3e",
|
|
206
|
+
"repo_latest_change_utc": "2026-06-29T17:18:49.2902520Z",
|
|
207
|
+
"structure_mtime_utc": "2026-06-30T22:42:50.4363999Z",
|
|
208
|
+
"status": "fresh"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"changed_repos": []
|
|
212
|
+
},
|
|
213
|
+
"steps": [
|
|
214
|
+
{
|
|
215
|
+
"name": "Validate context",
|
|
216
|
+
"required": true,
|
|
217
|
+
"success": true,
|
|
218
|
+
"duration_sec": 8.15,
|
|
219
|
+
"message": "ok"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "Validate memory/cache artifacts",
|
|
223
|
+
"required": true,
|
|
224
|
+
"success": true,
|
|
225
|
+
"duration_sec": 0.03,
|
|
226
|
+
"message": "ok"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "Check structure cache freshness",
|
|
230
|
+
"required": true,
|
|
231
|
+
"success": true,
|
|
232
|
+
"duration_sec": 3.12,
|
|
233
|
+
"message": "ok"
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
}
|