mirai-graph 1.0.0-rc.1
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/CHANGELOG.md +376 -0
- package/CITATION.cff +20 -0
- package/LICENSE +21 -0
- package/LICENSE-DOCS +26 -0
- package/README.md +270 -0
- package/ROADMAP.md +225 -0
- package/benchmarks/protocols/measure-convert-optimize.md +131 -0
- package/benchmarks/synthetic-context-reduction-v0/README.md +70 -0
- package/benchmarks/synthetic-context-reduction-v0/RESULT.md +52 -0
- package/benchmarks/synthetic-context-reduction-v0/expected/context-pack-compact.md +31 -0
- package/benchmarks/synthetic-context-reduction-v0/gates/results.json +12 -0
- package/benchmarks/synthetic-context-reduction-v0/graph/objects.json +114 -0
- package/benchmarks/synthetic-context-reduction-v0/graph/relations.json +74 -0
- package/benchmarks/synthetic-context-reduction-v0/metrics/example-metrics.json +22 -0
- package/benchmarks/synthetic-context-reduction-v0/mirai-graph-package.json +14 -0
- package/benchmarks/synthetic-context-reduction-v0/results/baseline-comparison-result.json +42 -0
- package/benchmarks/synthetic-context-reduction-v0/results/context-pack.json +181 -0
- package/benchmarks/synthetic-context-reduction-v0/results/context-reduction-result.json +8 -0
- package/benchmarks/synthetic-context-reduction-v0/results/profile-conformance-result.json +28 -0
- package/benchmarks/synthetic-context-reduction-v0/results/readiness-score.json +24 -0
- package/benchmarks/synthetic-context-reduction-v0/reviews/semantic-completeness-review.json +78 -0
- package/benchmarks/synthetic-context-reduction-v0/scripts/calculate-context-reduction.js +42 -0
- package/benchmarks/synthetic-context-reduction-v0/source-corpus/audit-events.md +8 -0
- package/benchmarks/synthetic-context-reduction-v0/source-corpus/content-workflow.md +8 -0
- package/benchmarks/synthetic-context-reduction-v0/source-corpus/identity-access.md +8 -0
- package/benchmarks/synthetic-context-reduction-v0/source-corpus/notification-delivery.md +8 -0
- package/benchmarks/synthetic-context-reduction-v0/tasks/tasks.json +31 -0
- package/docs/adoption/adopter-kit.md +179 -0
- package/docs/adoption/ai-employee-graph.md +151 -0
- package/docs/adoption/character-layer.md +196 -0
- package/docs/adoption/choose-profile.md +98 -0
- package/docs/adoption/cli.md +78 -0
- package/docs/adoption/developer-integration-guide.md +93 -0
- package/docs/adoption/end-to-end-control-loop.md +168 -0
- package/docs/adoption/getting-started.md +169 -0
- package/docs/adoption/mirai-graph-transition.md +64 -0
- package/docs/adoption/profile-conformance-fixtures.md +112 -0
- package/docs/adoption/seed-to-validated-package.md +121 -0
- package/docs/concept.md +109 -0
- package/docs/repository-purpose.md +421 -0
- package/docs/research/ai-work-field-instrumentation-bridge.md +126 -0
- package/docs/research/baseline-comparison-protocol.md +79 -0
- package/docs/research/evidence-package-v0.1.md +99 -0
- package/docs/research/evidence-package-v0.2.md +150 -0
- package/docs/research/evidence-package-v0.3.md +226 -0
- package/docs/research/independent-implementation-pilot-plan.md +74 -0
- package/docs/research/limitations-and-threats.md +40 -0
- package/docs/research/practice-science-program.md +232 -0
- package/docs/research/scientific-evidence-package.md +154 -0
- package/docs/research/semantic-completeness-review-protocol.md +70 -0
- package/docs/terminology.md +119 -0
- package/docs/transfer/ai-employee-profile-proposal.md +119 -0
- package/docs/transfer/federation-routing-control-loop-2026-05-31.md +28 -0
- package/docs/transfer/graph-capability-map-2026-05-29.md +126 -0
- package/docs/transfer/graph-skill-to-mirai-graph.md +128 -0
- package/docs/transfer/project-management-standard-harvest-2026-06-02.md +322 -0
- package/docs/transfer/skill-graph-standard-harvest-2026-05-31.md +113 -0
- package/docs/transfer/standard-gap-report-2026-05-28.md +208 -0
- package/examples/ai-employee-minimal/README.md +53 -0
- package/examples/ai-employee-minimal/gates/results.json +35 -0
- package/examples/ai-employee-minimal/graph/objects.json +187 -0
- package/examples/ai-employee-minimal/graph/relations.json +167 -0
- package/examples/ai-employee-minimal/mirai-graph-package.json +14 -0
- package/examples/ai-employee-minimal/results/profile-conformance-result.json +28 -0
- package/examples/character-layer-integration-minimal/README.md +25 -0
- package/examples/character-layer-integration-minimal/results/character-layer-integration.json +53 -0
- package/examples/character-layer-minimal/README.md +29 -0
- package/examples/character-layer-minimal/gates/results.json +57 -0
- package/examples/character-layer-minimal/graph/objects.json +165 -0
- package/examples/character-layer-minimal/graph/relations.json +178 -0
- package/examples/character-layer-minimal/mirai-graph-package.json +14 -0
- package/examples/character-layer-readiness-1-0/README.md +27 -0
- package/examples/character-layer-readiness-1-0/results/character-layer-readiness.json +90 -0
- package/examples/federation-routing-smoke/README.md +19 -0
- package/examples/federation-routing-smoke/federation-health-dashboard.json +42 -0
- package/examples/federation-routing-smoke/route-explanation.json +32 -0
- package/examples/federation-routing-smoke/route-regression-result.json +35 -0
- package/examples/federation-routing-smoke/routes/production-deploy-execution-evidence.json +17 -0
- package/examples/federation-routing-smoke/routes/production-deploy-route-result.json +12 -0
- package/examples/federation-routing-smoke/routes/production-deploy-runtime-preflight.json +8 -0
- package/examples/federation-routing-smoke/routes/production-deploy-stderr.txt +1 -0
- package/examples/federation-routing-smoke/routes/production-deploy-stdout.txt +1 -0
- package/examples/federation-routing-smoke/routes/search-page-execution-evidence.json +17 -0
- package/examples/federation-routing-smoke/routes/search-page-route-result.json +12 -0
- package/examples/federation-routing-smoke/routes/search-page-stderr.txt +1 -0
- package/examples/federation-routing-smoke/routes/search-page-stdout.txt +1 -0
- package/examples/federation-routing-smoke/routing-fixture-run.json +66 -0
- package/examples/federation-routing-smoke/routing-fixtures.json +44 -0
- package/examples/graph-dna-alignment-minimal/README.md +16 -0
- package/examples/graph-dna-alignment-minimal/graph/objects.json +38 -0
- package/examples/graph-dna-alignment-minimal/graph/relations.json +20 -0
- package/examples/graph-dna-alignment-minimal/mirai-graph-package.json +14 -0
- package/examples/graph-dna-alignment-minimal/results/graph-dna-alignment.json +32 -0
- package/examples/graph-seed-minimal/README.md +9 -0
- package/examples/graph-seed-minimal/graph-embryo.json +63 -0
- package/examples/graph-seed-minimal/graph-seed.json +60 -0
- package/examples/implementation-control-cycles/README.md +47 -0
- package/examples/implementation-control-cycles/gates/results.json +22 -0
- package/examples/implementation-control-cycles/graph/objects.json +119 -0
- package/examples/implementation-control-cycles/graph/relations.json +200 -0
- package/examples/implementation-control-cycles/mirai-graph-package.json +14 -0
- package/examples/implementation-control-cycles/results/implementation-control-cycles.json +456 -0
- package/examples/implementation-control-minimal/README.md +39 -0
- package/examples/implementation-control-minimal/gates/results.json +42 -0
- package/examples/implementation-control-minimal/graph/objects.json +128 -0
- package/examples/implementation-control-minimal/graph/relations.json +128 -0
- package/examples/implementation-control-minimal/mirai-graph-package.json +14 -0
- package/examples/implementation-control-minimal/results/implementation-control-loop.json +21 -0
- package/examples/instrumentation-layer-minimal/README.md +32 -0
- package/examples/instrumentation-layer-minimal/gates/results.json +11 -0
- package/examples/instrumentation-layer-minimal/graph/objects.json +74 -0
- package/examples/instrumentation-layer-minimal/graph/relations.json +56 -0
- package/examples/instrumentation-layer-minimal/invalid-cockpit-missing-gates.json +40 -0
- package/examples/instrumentation-layer-minimal/invalid-feedback-accepted-with-blocking.json +38 -0
- package/examples/instrumentation-layer-minimal/invalid-feedback-process-improvement-without-kaizen.json +38 -0
- package/examples/instrumentation-layer-minimal/invalid-traceability-missing-evidence.json +43 -0
- package/examples/instrumentation-layer-minimal/mirai-graph-package.json +14 -0
- package/examples/instrumentation-layer-minimal/results/development-cockpit.json +68 -0
- package/examples/instrumentation-layer-minimal/results/feature-implementation-traceability.json +56 -0
- package/examples/instrumentation-layer-minimal/results/multi-source-quality-feedback.json +72 -0
- package/examples/invalid-character-layer-context-authorization/graph/objects.json +22 -0
- package/examples/invalid-character-layer-context-authorization/graph/relations.json +1 -0
- package/examples/invalid-character-layer-context-authorization/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-correction-loop-no-review/graph/objects.json +22 -0
- package/examples/invalid-character-layer-correction-loop-no-review/graph/relations.json +1 -0
- package/examples/invalid-character-layer-correction-loop-no-review/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-feedback-auto-update/graph/objects.json +22 -0
- package/examples/invalid-character-layer-feedback-auto-update/graph/relations.json +1 -0
- package/examples/invalid-character-layer-feedback-auto-update/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-object-kind/graph/objects.json +22 -0
- package/examples/invalid-character-layer-object-kind/graph/relations.json +1 -0
- package/examples/invalid-character-layer-object-kind/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-relation-direction/graph/objects.json +33 -0
- package/examples/invalid-character-layer-relation-direction/graph/relations.json +13 -0
- package/examples/invalid-character-layer-relation-direction/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-relation-type/graph/objects.json +33 -0
- package/examples/invalid-character-layer-relation-type/graph/relations.json +13 -0
- package/examples/invalid-character-layer-relation-type/mirai-graph-package.json +14 -0
- package/examples/invalid-character-layer-role-permission/graph/objects.json +22 -0
- package/examples/invalid-character-layer-role-permission/graph/relations.json +1 -0
- package/examples/invalid-character-layer-role-permission/mirai-graph-package.json +14 -0
- package/examples/invalid-context-pack-missing-explanation/context-pack.json +25 -0
- package/examples/invalid-missing-relation-target/graph/objects.json +11 -0
- package/examples/invalid-missing-relation-target/graph/relations.json +11 -0
- package/examples/invalid-missing-relation-target/mirai-graph-package.json +11 -0
- package/examples/invalid-profile-object-kind/graph/objects.json +20 -0
- package/examples/invalid-profile-object-kind/graph/relations.json +1 -0
- package/examples/invalid-profile-object-kind/mirai-graph-package.json +11 -0
- package/examples/invalid-profile-relation-type/graph/objects.json +29 -0
- package/examples/invalid-profile-relation-type/graph/relations.json +11 -0
- package/examples/invalid-profile-relation-type/mirai-graph-package.json +11 -0
- package/examples/invalid-relation-id-mismatch/graph/objects.json +29 -0
- package/examples/invalid-relation-id-mismatch/graph/relations.json +11 -0
- package/examples/invalid-relation-id-mismatch/mirai-graph-package.json +11 -0
- package/examples/invalid-seed-unsafe-write/graph-seed.json +27 -0
- package/examples/launch-record-minimal/README.md +29 -0
- package/examples/launch-record-minimal/gates/results.json +12 -0
- package/examples/launch-record-minimal/graph/objects.json +47 -0
- package/examples/launch-record-minimal/graph/relations.json +38 -0
- package/examples/launch-record-minimal/mirai-graph-package.json +11 -0
- package/examples/launch-record-minimal/results/launch-record.json +51 -0
- package/examples/managed-project-control-loop/README.md +43 -0
- package/examples/managed-project-control-loop/gates/results.json +22 -0
- package/examples/managed-project-control-loop/graph/objects.json +119 -0
- package/examples/managed-project-control-loop/graph/relations.json +110 -0
- package/examples/managed-project-control-loop/mirai-graph-package.json +14 -0
- package/examples/managed-project-control-loop/results/managed-loop-result.json +21 -0
- package/examples/minimal-graph/README.md +15 -0
- package/examples/minimal-graph/gates/results.json +12 -0
- package/examples/minimal-graph/graph/objects.json +24 -0
- package/examples/minimal-graph/graph/relations.json +11 -0
- package/examples/minimal-graph/mirai-graph-package.json +14 -0
- package/examples/minimal-graph/results/profile-conformance-result.json +26 -0
- package/examples/model-portability-minimal/README.md +15 -0
- package/examples/model-portability-minimal/results/model-portability-evidence.json +55 -0
- package/examples/organization-governance-minimal/README.md +29 -0
- package/examples/organization-governance-minimal/gates/results.json +21 -0
- package/examples/organization-governance-minimal/graph/objects.json +147 -0
- package/examples/organization-governance-minimal/graph/relations.json +147 -0
- package/examples/organization-governance-minimal/mirai-graph-package.json +15 -0
- package/examples/organization-governance-minimal/results/profile-conformance-result.json +31 -0
- package/examples/process-control-contract-minimal/README.md +19 -0
- package/examples/process-control-contract-minimal/graph/objects.json +38 -0
- package/examples/process-control-contract-minimal/graph/relations.json +29 -0
- package/examples/process-control-contract-minimal/mirai-graph-package.json +11 -0
- package/examples/process-control-contract-minimal/results/process-control-contract.json +58 -0
- package/examples/process-transition-minimal/README.md +25 -0
- package/examples/process-transition-minimal/invalid-missing-launch-record.json +14 -0
- package/examples/process-transition-minimal/invalid-ready-to-written.json +14 -0
- package/examples/process-transition-minimal/invalid-release-missing-evidence.json +14 -0
- package/examples/process-transition-minimal/invalid-sync-to-update.json +14 -0
- package/examples/process-transition-minimal/invalid-terminal-missing-kaizen.json +14 -0
- package/examples/process-transition-minimal/invalid-tests-to-approved.json +14 -0
- package/examples/process-transition-minimal/results/transition-explanation-invalid-ready-to-written.json +35 -0
- package/examples/process-transition-minimal/results/transition-explanation-valid.json +34 -0
- package/examples/process-transition-minimal/state-machine.json +79 -0
- package/examples/process-transition-minimal/transition-request-skip-kaizen.json +14 -0
- package/examples/process-transition-minimal/transition-request.json +14 -0
- package/examples/risk-and-coordination-minimal/README.md +16 -0
- package/examples/risk-and-coordination-minimal/graph/objects.json +47 -0
- package/examples/risk-and-coordination-minimal/graph/relations.json +29 -0
- package/examples/risk-and-coordination-minimal/mirai-graph-package.json +14 -0
- package/examples/risk-and-coordination-minimal/results/multi-agent-coordination.json +25 -0
- package/examples/risk-and-coordination-minimal/results/risk-control-matrix.json +34 -0
- package/examples/skill-runtime-minimal/README.md +29 -0
- package/examples/skill-runtime-minimal/gates/results.json +35 -0
- package/examples/skill-runtime-minimal/graph/objects.json +209 -0
- package/examples/skill-runtime-minimal/graph/relations.json +178 -0
- package/examples/skill-runtime-minimal/mirai-graph-package.json +14 -0
- package/examples/skill-runtime-minimal/results/profile-conformance-result.json +27 -0
- package/examples/source-boundary-minimal/README.md +16 -0
- package/examples/source-boundary-minimal/graph/objects.json +38 -0
- package/examples/source-boundary-minimal/graph/relations.json +20 -0
- package/examples/source-boundary-minimal/mirai-graph-package.json +14 -0
- package/examples/source-boundary-minimal/results/source-boundary-contract.json +37 -0
- package/examples/technology-quality-feedback-minimal/README.md +33 -0
- package/examples/technology-quality-feedback-minimal/graph/objects.json +56 -0
- package/examples/technology-quality-feedback-minimal/graph/relations.json +47 -0
- package/examples/technology-quality-feedback-minimal/invalid-accepted-with-blocking.json +33 -0
- package/examples/technology-quality-feedback-minimal/invalid-evidence-as-authorization.json +22 -0
- package/examples/technology-quality-feedback-minimal/invalid-missing-required-step.json +22 -0
- package/examples/technology-quality-feedback-minimal/invalid-process-improvement-without-kaizen.json +33 -0
- package/examples/technology-quality-feedback-minimal/invalid-spec-gap-without-route.json +33 -0
- package/examples/technology-quality-feedback-minimal/invalid-unclassified-finding.json +33 -0
- package/examples/technology-quality-feedback-minimal/mirai-graph-package.json +11 -0
- package/examples/technology-quality-feedback-minimal/results/technology-quality-feedback.json +80 -0
- package/examples/work-recovery-minimal/README.md +15 -0
- package/examples/work-recovery-minimal/graph/objects.json +47 -0
- package/examples/work-recovery-minimal/graph/relations.json +20 -0
- package/examples/work-recovery-minimal/mirai-graph-package.json +14 -0
- package/examples/work-recovery-minimal/results/recovery-resume-record.json +17 -0
- package/examples/work-recovery-minimal/results/work-state-machine.json +21 -0
- package/package.json +104 -0
- package/packages/cli/adopter-workflow.js +227 -0
- package/packages/cli/context-pack.js +267 -0
- package/packages/cli/instrumentation-report.js +97 -0
- package/packages/cli/mirai-graph.js +121 -0
- package/packages/cli/mirai_graph.js +3 -0
- package/packages/cli/playground-demo.js +114 -0
- package/packages/cli/readiness-score.js +162 -0
- package/packages/cli/release-state.js +329 -0
- package/packages/cli/seed-preview.js +78 -0
- package/packages/cli/validate-adopter-workflow.js +63 -0
- package/packages/cli/validate-baseline-comparison.js +105 -0
- package/packages/cli/validate-mirai-graph.js +2434 -0
- package/packages/cli/validate-process-transition-report.js +105 -0
- package/packages/cli/validate-profile-results.js +64 -0
- package/packages/cli/validate-release-state.js +100 -0
- package/packages/cli/validate-routing-control-examples.js +79 -0
- package/pilots/independent-implementation-001-conference-planning/README.md +40 -0
- package/pilots/independent-implementation-001-conference-planning/gates/results.json +12 -0
- package/pilots/independent-implementation-001-conference-planning/graph/objects.json +74 -0
- package/pilots/independent-implementation-001-conference-planning/graph/relations.json +56 -0
- package/pilots/independent-implementation-001-conference-planning/graph-seed.json +65 -0
- package/pilots/independent-implementation-001-conference-planning/mirai-graph-package.json +14 -0
- package/pilots/independent-implementation-001-conference-planning/reports/pilot-report.md +120 -0
- package/pilots/independent-implementation-001-conference-planning/results/context-pack.json +35 -0
- package/pilots/independent-implementation-001-conference-planning/results/graph-embryo.json +81 -0
- package/pilots/independent-implementation-001-conference-planning/results/package-validation.json +7 -0
- package/pilots/independent-implementation-001-conference-planning/results/profile-conformance-result.json +28 -0
- package/pilots/independent-implementation-001-conference-planning/results/readiness-score.json +26 -0
- package/pilots/independent-implementation-001-conference-planning/results/seed-validation.json +7 -0
- package/pilots/independent-implementation-002-software-specification/README.md +40 -0
- package/pilots/independent-implementation-002-software-specification/gates/results.json +22 -0
- package/pilots/independent-implementation-002-software-specification/graph/objects.json +101 -0
- package/pilots/independent-implementation-002-software-specification/graph/relations.json +92 -0
- package/pilots/independent-implementation-002-software-specification/graph-seed.json +72 -0
- package/pilots/independent-implementation-002-software-specification/mirai-graph-package.json +14 -0
- package/pilots/independent-implementation-002-software-specification/reports/pilot-report.md +142 -0
- package/pilots/independent-implementation-002-software-specification/results/context-pack.json +184 -0
- package/pilots/independent-implementation-002-software-specification/results/graph-embryo.json +90 -0
- package/pilots/independent-implementation-002-software-specification/results/package-validation.json +7 -0
- package/pilots/independent-implementation-002-software-specification/results/profile-conformance-result.json +28 -0
- package/pilots/independent-implementation-002-software-specification/results/readiness-score.json +26 -0
- package/pilots/independent-implementation-002-software-specification/results/seed-validation.json +7 -0
- package/pilots/independent-implementation-002-software-specification/reviews/semantic-completeness-review.json +81 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/README.md +42 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/gates/results.json +30 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/graph/objects.json +156 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/graph/relations.json +147 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/graph-seed.json +90 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/mirai-graph-package.json +15 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/reports/pilot-report.md +49 -0
- package/pilots/independent-implementation-003-ai-employee-workflow/results/profile-conformance-result.json +30 -0
- package/pilots/independent-implementation-004-research-program/README.md +41 -0
- package/pilots/independent-implementation-004-research-program/gates/results.json +21 -0
- package/pilots/independent-implementation-004-research-program/graph/objects.json +102 -0
- package/pilots/independent-implementation-004-research-program/graph/relations.json +84 -0
- package/pilots/independent-implementation-004-research-program/graph-seed.json +76 -0
- package/pilots/independent-implementation-004-research-program/mirai-graph-package.json +15 -0
- package/pilots/independent-implementation-004-research-program/reports/pilot-report.md +50 -0
- package/pilots/independent-implementation-004-research-program/results/profile-conformance-result.json +30 -0
- package/pilots/independent-implementation-005-organization-governance/README.md +42 -0
- package/pilots/independent-implementation-005-organization-governance/gates/results.json +20 -0
- package/pilots/independent-implementation-005-organization-governance/graph/objects.json +137 -0
- package/pilots/independent-implementation-005-organization-governance/graph/relations.json +110 -0
- package/pilots/independent-implementation-005-organization-governance/graph-seed.json +97 -0
- package/pilots/independent-implementation-005-organization-governance/mirai-graph-package.json +14 -0
- package/pilots/independent-implementation-005-organization-governance/reports/pilot-report.md +47 -0
- package/pilots/independent-implementation-005-organization-governance/results/profile-conformance-result.json +29 -0
- package/playground/README.md +78 -0
- package/playground/demo-report.md +84 -0
- package/profiles/README.md +19 -0
- package/profiles/ai-employee/README.md +132 -0
- package/profiles/ai-employee/profile.json +58 -0
- package/profiles/character-layer/README.md +143 -0
- package/profiles/character-layer/profile.json +46 -0
- package/profiles/implementation-control/README.md +170 -0
- package/profiles/implementation-control/profile.json +106 -0
- package/profiles/organization-governance/README.md +61 -0
- package/profiles/organization-governance/profile.json +56 -0
- package/profiles/project-management/README.md +115 -0
- package/profiles/project-management/profile.json +31 -0
- package/profiles/skill-runtime/README.md +94 -0
- package/profiles/skill-runtime/profile.json +58 -0
- package/profiles/software-specification/README.md +142 -0
- package/profiles/software-specification/profile.json +31 -0
- package/publications/README.md +24 -0
- package/publications/preprint-note.md +11 -0
- package/publications/preprint-outline.md +45 -0
- package/releases/0.1.0-alpha.0.md +45 -0
- package/releases/0.1.0-alpha.1.md +63 -0
- package/releases/0.1.0-alpha.10.md +93 -0
- package/releases/0.1.0-alpha.11.md +114 -0
- package/releases/0.1.0-alpha.2.md +37 -0
- package/releases/0.1.0-alpha.3.md +61 -0
- package/releases/0.1.0-alpha.4.md +53 -0
- package/releases/0.1.0-alpha.5.md +48 -0
- package/releases/0.1.0-alpha.6.md +96 -0
- package/releases/0.1.0-alpha.7.md +114 -0
- package/releases/0.1.0-alpha.8.md +92 -0
- package/releases/0.1.0-alpha.9.md +80 -0
- package/releases/1.0.0-rc.1.md +112 -0
- package/releases/README.md +114 -0
- package/schemas/baseline-comparison-result.schema.json +87 -0
- package/schemas/character-layer-integration.schema.json +112 -0
- package/schemas/character-layer-readiness.schema.json +73 -0
- package/schemas/context-pack.schema.json +137 -0
- package/schemas/development-cockpit.schema.json +74 -0
- package/schemas/feature-implementation-traceability.schema.json +80 -0
- package/schemas/federation-health-dashboard.schema.json +47 -0
- package/schemas/gate-result.schema.json +44 -0
- package/schemas/graph-dna-alignment.schema.json +49 -0
- package/schemas/graph-embryo.schema.json +51 -0
- package/schemas/graph-seed.schema.json +137 -0
- package/schemas/implementation-control-cycle.schema.json +265 -0
- package/schemas/implementation-control-loop.schema.json +84 -0
- package/schemas/launch-record.schema.json +78 -0
- package/schemas/model-portability-evidence.schema.json +93 -0
- package/schemas/multi-agent-coordination.schema.json +35 -0
- package/schemas/multi-source-quality-feedback.schema.json +54 -0
- package/schemas/object.schema.json +49 -0
- package/schemas/package-manifest.schema.json +53 -0
- package/schemas/process-control-contract.schema.json +100 -0
- package/schemas/process-transition-request.schema.json +41 -0
- package/schemas/profile.schema.json +56 -0
- package/schemas/readiness-score.schema.json +43 -0
- package/schemas/recovery-resume-record.schema.json +25 -0
- package/schemas/relation.schema.json +43 -0
- package/schemas/risk-control-matrix.schema.json +36 -0
- package/schemas/route-explanation.schema.json +51 -0
- package/schemas/route-regression-result.schema.json +33 -0
- package/schemas/routing-fixture-run.schema.json +45 -0
- package/schemas/routing-fixtures.schema.json +59 -0
- package/schemas/source-boundary-contract.schema.json +31 -0
- package/schemas/technology-quality-feedback.schema.json +116 -0
- package/schemas/work-state-machine.schema.json +34 -0
- package/standard/action-runtime-boundary.md +99 -0
- package/standard/adoption-levels.md +69 -0
- package/standard/conformance-levels.md +133 -0
- package/standard/context-pack-generation.md +141 -0
- package/standard/development-cockpit.md +67 -0
- package/standard/evidence-provenance.md +128 -0
- package/standard/feature-implementation-traceability.md +68 -0
- package/standard/federation-health.md +42 -0
- package/standard/feedback-learning-gate.md +101 -0
- package/standard/governance.md +137 -0
- package/standard/graph-as-ai-brain.md +81 -0
- package/standard/graph-dna-alignment.md +50 -0
- package/standard/graph-dna.md +70 -0
- package/standard/graph-embryo.md +69 -0
- package/standard/graph-seed.md +122 -0
- package/standard/hybrid-source-of-truth.md +91 -0
- package/standard/implementation-control-cycles.md +194 -0
- package/standard/implementation-control.md +102 -0
- package/standard/launch-record.md +53 -0
- package/standard/lifecycle-readiness.md +159 -0
- package/standard/multi-agent-coordination.md +50 -0
- package/standard/multi-source-quality-feedback.md +71 -0
- package/standard/object-model.md +152 -0
- package/standard/organization-governance.md +84 -0
- package/standard/process-control-contract.md +53 -0
- package/standard/profiles.md +233 -0
- package/standard/projection-views.md +69 -0
- package/standard/recovery-resume.md +49 -0
- package/standard/relation-model.md +139 -0
- package/standard/risk-control-matrix.md +53 -0
- package/standard/route-explanation.md +35 -0
- package/standard/route-regression.md +33 -0
- package/standard/routing-fixtures.md +54 -0
- package/standard/runtime-enablement.md +85 -0
- package/standard/source-boundary-contract.md +49 -0
- package/standard/standard-v0.1.md +132 -0
- package/standard/technology-quality-feedback.md +97 -0
- package/standard/test-suite.md +105 -0
- package/standard/work-state-machine.md +62 -0
- package/templates/README.md +64 -0
- package/templates/ai-employee-starter/README.md +9 -0
- package/templates/ai-employee-starter/gates/results.json +12 -0
- package/templates/ai-employee-starter/graph/objects.json +90 -0
- package/templates/ai-employee-starter/graph/relations.json +47 -0
- package/templates/ai-employee-starter/mirai-graph-package.json +14 -0
- package/templates/character-layer-starter/README.md +39 -0
- package/templates/character-layer-starter/gates/results.json +20 -0
- package/templates/character-layer-starter/graph/objects.json +308 -0
- package/templates/character-layer-starter/graph/relations.json +344 -0
- package/templates/character-layer-starter/mirai-graph-package.json +14 -0
- package/templates/organization-governance-starter/README.md +9 -0
- package/templates/organization-governance-starter/gates/results.json +12 -0
- package/templates/organization-governance-starter/graph/objects.json +112 -0
- package/templates/organization-governance-starter/graph/relations.json +65 -0
- package/templates/organization-governance-starter/mirai-graph-package.json +14 -0
- package/templates/research-program-starter/README.md +9 -0
- package/templates/research-program-starter/gates/results.json +12 -0
- package/templates/research-program-starter/graph/objects.json +79 -0
- package/templates/research-program-starter/graph/relations.json +47 -0
- package/templates/research-program-starter/mirai-graph-package.json +14 -0
- package/templates/software-project-starter/README.md +9 -0
- package/templates/software-project-starter/gates/results.json +12 -0
- package/templates/software-project-starter/graph/objects.json +79 -0
- package/templates/software-project-starter/graph/relations.json +47 -0
- package/templates/software-project-starter/mirai-graph-package.json +14 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to Mirai Graph will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [Unreleased]
|
|
6
|
+
|
|
7
|
+
## [1.0.0-rc.1] - 2026-06-12
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Mirai Graph 1.0 release-candidate notes.
|
|
12
|
+
- 1.0 RC public navigation in README, release index and adopter kit.
|
|
13
|
+
- Release-candidate framing across core standard, profiles, executable process
|
|
14
|
+
control, instrumentation, Character Layer and evidence boundaries.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Working package version is now `1.0.0-rc.1`.
|
|
19
|
+
- README now presents the repository as a public 1.0 release candidate instead
|
|
20
|
+
of the alpha.11 working state.
|
|
21
|
+
- Roadmap now separates the 1.0 RC foundation from post-1.0 work.
|
|
22
|
+
|
|
23
|
+
### Claim Boundary
|
|
24
|
+
|
|
25
|
+
- This release candidate supports external review of a coherent,
|
|
26
|
+
validator-backed public standard.
|
|
27
|
+
- It does not claim final stable `1.0.0`, npm publication, peer-reviewed proof,
|
|
28
|
+
production autonomous execution safety or automatic canonical updates.
|
|
29
|
+
|
|
30
|
+
## [0.1.0-alpha.11] - 2026-06-11
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
|
|
34
|
+
- Development Cockpit standard, schema, validator mode and synthetic fixture.
|
|
35
|
+
- Feature Implementation Traceability standard, schema, validator mode and
|
|
36
|
+
synthetic fixture.
|
|
37
|
+
- Multi-Source Quality Feedback standard, schema, validator mode and synthetic
|
|
38
|
+
fixture.
|
|
39
|
+
- Instrumentation readable report through
|
|
40
|
+
`mirai-graph report instrumentation`.
|
|
41
|
+
- Instrumentation negative fixtures and `test:instrumentation-layer-negative`.
|
|
42
|
+
- Alpha.11 playground instrumentation chain.
|
|
43
|
+
- AI Work Field instrumentation bridge for public-safe research framing.
|
|
44
|
+
|
|
45
|
+
### Changed
|
|
46
|
+
|
|
47
|
+
- Working package version is now `0.1.0-alpha.11`.
|
|
48
|
+
- `npm test` now includes instrumentation validation, readable report checks
|
|
49
|
+
and negative fixtures.
|
|
50
|
+
- README, roadmap and evidence docs now describe instrumentation as a bounded
|
|
51
|
+
input to transition decisions.
|
|
52
|
+
|
|
53
|
+
### Claim Boundary
|
|
54
|
+
|
|
55
|
+
- This release candidate supports observable process instrumentation in
|
|
56
|
+
public-safe fixtures.
|
|
57
|
+
- It does not claim production execution, runtime autonomy, peer-reviewed proof
|
|
58
|
+
or canonical update authorization from cockpit metrics, evidence, feedback or
|
|
59
|
+
proposals.
|
|
60
|
+
|
|
61
|
+
## [0.1.0-alpha.10] - 2026-06-04
|
|
62
|
+
|
|
63
|
+
### Added
|
|
64
|
+
|
|
65
|
+
- Alpha.10 adopter workflow release skeleton.
|
|
66
|
+
- Alpha.10 profile-selection guide and adopter workflow CLI commands.
|
|
67
|
+
- `validate:adopter-workflow` regression check.
|
|
68
|
+
- Release-state CLI report and `validate:release-state` check for package,
|
|
69
|
+
git tag, GitHub Release, npm registry and npm auth boundaries.
|
|
70
|
+
|
|
71
|
+
### Changed
|
|
72
|
+
|
|
73
|
+
- Working package version is now `0.1.0-alpha.10`.
|
|
74
|
+
- Release-state validation now supports pre-tag checks and strict
|
|
75
|
+
post-release checks through `--require-github-release`.
|
|
76
|
+
|
|
77
|
+
### Claim Boundary
|
|
78
|
+
|
|
79
|
+
- This release supports self-service alpha adoption and release-state
|
|
80
|
+
visibility.
|
|
81
|
+
- It does not claim npm package publication while npm auth remains unavailable.
|
|
82
|
+
|
|
83
|
+
## [0.1.0-alpha.9] - 2026-06-04
|
|
84
|
+
|
|
85
|
+
### Added
|
|
86
|
+
|
|
87
|
+
- Alpha.9 Mirai Graph rename transition from the former GrowGraph working name.
|
|
88
|
+
- Primary `mirai-graph` CLI entrypoint and package manifest name.
|
|
89
|
+
- Legacy `mirai_graph` CLI and `mirai-graph-package.json` compatibility wrappers.
|
|
90
|
+
- Transition guide for adopters migrating from Mirai Graph naming.
|
|
91
|
+
- Alpha.8 starter templates for software project, research program,
|
|
92
|
+
AI employee and organization governance adoption.
|
|
93
|
+
- Unified `mirai-graph` CLI wrapper for common validation, report and
|
|
94
|
+
process-transition explanation commands.
|
|
95
|
+
- Independent implementation pilot 005 for organization governance.
|
|
96
|
+
- Evidence Package v0.2 as the current public research evidence entrypoint.
|
|
97
|
+
- Technology Quality Feedback standard, schema, synthetic example, validator
|
|
98
|
+
and negative fixtures for checking whether work followed the declared
|
|
99
|
+
technology before acceptance or release.
|
|
100
|
+
|
|
101
|
+
### Changed
|
|
102
|
+
|
|
103
|
+
- Working package version is now `0.1.0-alpha.9`.
|
|
104
|
+
- Public-facing standard, package and CLI naming now use Mirai Graph and
|
|
105
|
+
`mirai-graph`; GrowGraph is retained as a historical/legacy alias.
|
|
106
|
+
- Alpha.9 release notes now reflect the real GitHub repository, tag and
|
|
107
|
+
prerelease state while keeping npm publication marked pending.
|
|
108
|
+
- `npm test` includes starter template validation and unified CLI smoke checks.
|
|
109
|
+
- Process-control docs and examples now model technology quality feedback as a
|
|
110
|
+
companion gate for significant acceptance and release transitions.
|
|
111
|
+
|
|
112
|
+
## [0.1.0-alpha.7] - 2026-06-03
|
|
113
|
+
|
|
114
|
+
### Added
|
|
115
|
+
|
|
116
|
+
- Process-transition explanations in JSON validator output.
|
|
117
|
+
- Human-readable process-transition decision report output.
|
|
118
|
+
- Passing and failing process-transition explanation fixtures.
|
|
119
|
+
- `validate:process-transition-report` check for explanation-critical fields.
|
|
120
|
+
- Public baseline-comparison result schema, synthetic result artifact and
|
|
121
|
+
`validate:baseline-comparison` check.
|
|
122
|
+
- Richer deterministic playground report with transition explanation and
|
|
123
|
+
baseline comparison sections.
|
|
124
|
+
- `playground:report` and `validate:playground-report` commands.
|
|
125
|
+
- Public-safe research-program pilot package as independent implementation
|
|
126
|
+
pilot 004.
|
|
127
|
+
- Alpha.7 release notes and updated roadmap/evidence navigation.
|
|
128
|
+
|
|
129
|
+
### Changed
|
|
130
|
+
|
|
131
|
+
- `npm test` now includes process-transition explanation report checks,
|
|
132
|
+
deterministic playground report validation and baseline-comparison
|
|
133
|
+
validation.
|
|
134
|
+
- Research evidence docs now distinguish synthetic comparison artifacts,
|
|
135
|
+
public pilot evidence and scientific proof boundaries more explicitly.
|
|
136
|
+
|
|
137
|
+
### Claim Boundary
|
|
138
|
+
|
|
139
|
+
- This release supports public alpha readiness claims for executable process
|
|
140
|
+
explanations, deterministic local demos and bounded synthetic comparison
|
|
141
|
+
evidence.
|
|
142
|
+
- It does not claim peer-reviewed proof, runtime autonomy, production safety or
|
|
143
|
+
automatic canonical updates from evidence, feedback, runtime results or
|
|
144
|
+
proposals.
|
|
145
|
+
|
|
146
|
+
## [0.1.0-alpha.6] - 2026-05-31
|
|
147
|
+
|
|
148
|
+
### Added
|
|
149
|
+
|
|
150
|
+
- Route Explanation standard draft for auditable owner/companion skill routing.
|
|
151
|
+
- Routing Fixtures standard draft for negative route tests and forbidden route
|
|
152
|
+
shapes.
|
|
153
|
+
- Federation Health standard draft for conflict details, fixture failures and
|
|
154
|
+
next-action dashboards.
|
|
155
|
+
- Route Regression standard draft for comparing route behavior before and
|
|
156
|
+
after learning or router changes.
|
|
157
|
+
- Public schemas for route explanations, routing fixtures, fixture runs,
|
|
158
|
+
federation health dashboards and route regression results.
|
|
159
|
+
- Synthetic federation routing smoke example with per-fixture evidence,
|
|
160
|
+
high-risk route explanation, regression and health dashboard artifacts.
|
|
161
|
+
- `validate:routing-control` release check for the synthetic routing-control
|
|
162
|
+
example.
|
|
163
|
+
- Public-safe transfer note for federation routing control-loop patterns.
|
|
164
|
+
|
|
165
|
+
### Claim Boundary
|
|
166
|
+
|
|
167
|
+
- This release supports public standard/schema shape claims only.
|
|
168
|
+
- It does not claim private federation behavior, graph-only runtime safety,
|
|
169
|
+
owner-source rewrite permission or scientific proof of effectiveness.
|
|
170
|
+
|
|
171
|
+
## [0.1.0-alpha.5] - 2026-05-31
|
|
172
|
+
|
|
173
|
+
### Added
|
|
174
|
+
|
|
175
|
+
- Hybrid Source Of Truth standard draft for graph/raw-source authority
|
|
176
|
+
boundaries.
|
|
177
|
+
- Mirai Graph Adoption Levels standard draft with `GGA0..GGA10` staged adoption
|
|
178
|
+
semantics.
|
|
179
|
+
- Runtime Enablement standard draft for task-scoped graph-mode preflight,
|
|
180
|
+
fallback and runtime boundary decisions.
|
|
181
|
+
- Projection Views standard draft for readiness, risk, owner routing, evidence,
|
|
182
|
+
gates, adoption and runtime control surfaces.
|
|
183
|
+
- Alpha `skill_runtime` profile for governed skills, capability modules and
|
|
184
|
+
services.
|
|
185
|
+
- Minimal synthetic skill-runtime fixture with profile conformance result.
|
|
186
|
+
- Public-safe transfer note recording which graph-managed skill patterns were
|
|
187
|
+
generalized into the public standard.
|
|
188
|
+
|
|
189
|
+
### Changed
|
|
190
|
+
|
|
191
|
+
- `npm test` now validates the `skill_runtime` profile and minimal fixture.
|
|
192
|
+
- Profile conformance fixture documentation now includes `skill_runtime`.
|
|
193
|
+
- README start links now include the new governance and runtime standard
|
|
194
|
+
sections.
|
|
195
|
+
|
|
196
|
+
### Claim Boundary
|
|
197
|
+
|
|
198
|
+
- This release supports public standard and profile shape claims only.
|
|
199
|
+
- It does not claim graph-only runtime readiness, semantic completeness,
|
|
200
|
+
operational effectiveness, runtime safety or universal validity.
|
|
201
|
+
|
|
202
|
+
## [0.1.0-alpha.4] - 2026-05-29
|
|
203
|
+
|
|
204
|
+
### Added
|
|
205
|
+
|
|
206
|
+
- Context-pack selection explanations with object relevance scores and relation
|
|
207
|
+
inclusion reasons.
|
|
208
|
+
- Context-pack validation mode for checking generated pack metadata,
|
|
209
|
+
graph references and selection explanation coverage.
|
|
210
|
+
- Negative fixture for missing context-pack selection explanations.
|
|
211
|
+
- Positive profile conformance result artifacts for core, project-management
|
|
212
|
+
and software-specification fixtures.
|
|
213
|
+
- Public capability map from practical `$graph` areas to Mirai Graph standard,
|
|
214
|
+
schema, tooling, profile and research artifacts.
|
|
215
|
+
- Alpha `ai_employee` profile for modeling AI employees, roles, skills,
|
|
216
|
+
knowledge, memory, tools, policies, workflows, actions, feedback, lessons
|
|
217
|
+
and federation endpoints.
|
|
218
|
+
- Graph-as-AI-brain, action/runtime boundary and feedback learning gate
|
|
219
|
+
standard drafts.
|
|
220
|
+
- Minimal synthetic AI employee fixture and adoption guide.
|
|
221
|
+
|
|
222
|
+
### Changed
|
|
223
|
+
|
|
224
|
+
- Context-pack schema and standard now describe selection explanation metadata.
|
|
225
|
+
- `npm test` now validates public benchmark and pilot context-pack artifacts.
|
|
226
|
+
- `npm test` now checks stored positive profile conformance result artifacts.
|
|
227
|
+
- Transfer documentation now distinguishes the historical gap report from the
|
|
228
|
+
current public capability map.
|
|
229
|
+
- `npm test` now validates the AI employee profile and minimal fixture.
|
|
230
|
+
|
|
231
|
+
## [0.1.0-alpha.3] - 2026-05-28
|
|
232
|
+
|
|
233
|
+
### Added
|
|
234
|
+
|
|
235
|
+
- Independent implementation pilot 002 for a synthetic software specification
|
|
236
|
+
workflow.
|
|
237
|
+
- Pilot validation script now covers both public independent pilots.
|
|
238
|
+
- Initial software-specification profile documentation.
|
|
239
|
+
- Validator now rejects relation ids that disagree with their source, type and
|
|
240
|
+
target fields.
|
|
241
|
+
- Validator now enforces allowed object kinds and relation types for local
|
|
242
|
+
package profiles.
|
|
243
|
+
- Initial semantic-completeness review artifacts for the synthetic benchmark
|
|
244
|
+
and software-specification pilot context packs.
|
|
245
|
+
- Safety-context inclusion policy for context-pack generation.
|
|
246
|
+
- Profile conformance fixture guide.
|
|
247
|
+
- Public release process and GitHub Release notes policy.
|
|
248
|
+
|
|
249
|
+
### Research Notes
|
|
250
|
+
|
|
251
|
+
- Pilot 002 shows that direct task-to-requirement traceability improves the
|
|
252
|
+
usefulness of generated task context.
|
|
253
|
+
- Pilot 002 exposed relation-id consistency as a necessary conformance check.
|
|
254
|
+
- Profile conformance fixtures now cover invalid object kinds and relation
|
|
255
|
+
types.
|
|
256
|
+
- Semantic review of pilot 002 led to the first safety-context inclusion rule
|
|
257
|
+
for context-pack generation.
|
|
258
|
+
|
|
259
|
+
### Validation
|
|
260
|
+
|
|
261
|
+
- `npm run release:check` validates examples, benchmark package, seed, profiles,
|
|
262
|
+
public pilots, context-pack generation, readiness scoring, synthetic
|
|
263
|
+
benchmark calculation and negative fixtures.
|
|
264
|
+
- Semantic-completeness review artifacts record `pass_with_notes` verdicts for
|
|
265
|
+
the synthetic benchmark and software-specification pilot context packs.
|
|
266
|
+
|
|
267
|
+
### Limitations
|
|
268
|
+
|
|
269
|
+
- Evidence remains synthetic and public-safe.
|
|
270
|
+
- Context-pack selection still lacks per-object explanations and relevance
|
|
271
|
+
scores.
|
|
272
|
+
- Semantic reviews are maintained artifacts, not automated reviewer consensus.
|
|
273
|
+
|
|
274
|
+
## [0.1.0-alpha.2] - 2026-05-28
|
|
275
|
+
|
|
276
|
+
### Added
|
|
277
|
+
|
|
278
|
+
- Context-pack generator now uses token matching and one-hop relation
|
|
279
|
+
expansion instead of always including the full graph.
|
|
280
|
+
- Initial project-management profile documentation.
|
|
281
|
+
|
|
282
|
+
### Validation
|
|
283
|
+
|
|
284
|
+
- `npm run release:check` validates the updated context-pack generator and
|
|
285
|
+
existing alpha fixtures.
|
|
286
|
+
|
|
287
|
+
### Limitations
|
|
288
|
+
|
|
289
|
+
- Context-pack relevance is still heuristic.
|
|
290
|
+
- The generator does not yet explain why each selected object is necessary.
|
|
291
|
+
- Semantic completeness still requires reviewer protocol execution.
|
|
292
|
+
|
|
293
|
+
## [0.1.0-alpha.1] - 2026-05-28
|
|
294
|
+
|
|
295
|
+
### Added
|
|
296
|
+
|
|
297
|
+
- Practice-and-science program note.
|
|
298
|
+
- Initial `$graph` skill to Mirai Graph transfer map.
|
|
299
|
+
- Initial standard gap report comparing practical `$graph` methodology with
|
|
300
|
+
public Mirai Graph.
|
|
301
|
+
- Public graph DNA, graph seed and graph embryo standard sections.
|
|
302
|
+
- Graph seed and graph embryo schemas.
|
|
303
|
+
- Minimal graph seed example.
|
|
304
|
+
- Seed preview command that emits a deterministic graph embryo.
|
|
305
|
+
- Alpha readiness score command.
|
|
306
|
+
- Benchmark script `--write` output mode.
|
|
307
|
+
- Measure-convert-optimize public benchmark protocol.
|
|
308
|
+
- Initial profile manifests.
|
|
309
|
+
- Context-pack and profile schemas.
|
|
310
|
+
- Negative validation fixtures.
|
|
311
|
+
- Context-pack generator alpha command.
|
|
312
|
+
- Profile validation command.
|
|
313
|
+
- Independent implementation pilot plan.
|
|
314
|
+
- Semantic completeness review protocol.
|
|
315
|
+
- Release check script.
|
|
316
|
+
- Independent implementation pilot 001 for a synthetic conference planning
|
|
317
|
+
workflow.
|
|
318
|
+
- Worked tutorial from graph seed to validated package.
|
|
319
|
+
- GitHub Actions CI running `npm run release:check`.
|
|
320
|
+
|
|
321
|
+
### Validation
|
|
322
|
+
|
|
323
|
+
- `npm run release:check` validates examples, benchmark, seed, profiles,
|
|
324
|
+
generated context, readiness score, synthetic benchmark and negative fixture.
|
|
325
|
+
- Independent pilot 001 validates as a public-safe Level 1 package.
|
|
326
|
+
|
|
327
|
+
### Limitations
|
|
328
|
+
|
|
329
|
+
- Context-pack generation is alpha and still includes the full package graph.
|
|
330
|
+
- Readiness scoring is an alpha navigation signal, not approval.
|
|
331
|
+
- The first independent pilot is synthetic and does not prove real-world
|
|
332
|
+
productivity or external validity.
|
|
333
|
+
|
|
334
|
+
## [0.1.0-alpha.0] - 2026-05-28
|
|
335
|
+
|
|
336
|
+
### Added
|
|
337
|
+
|
|
338
|
+
- Public repository foundation.
|
|
339
|
+
- README, roadmap, purpose brief, concept and terminology.
|
|
340
|
+
- Dual license strategy: MIT for code and CC BY 4.0 for documentation and
|
|
341
|
+
standard materials.
|
|
342
|
+
- Citation metadata.
|
|
343
|
+
- Initial standard draft:
|
|
344
|
+
- object model;
|
|
345
|
+
- relation model;
|
|
346
|
+
- lifecycle/readiness;
|
|
347
|
+
- evidence/provenance;
|
|
348
|
+
- governance;
|
|
349
|
+
- conformance levels;
|
|
350
|
+
- context-pack generation;
|
|
351
|
+
- profiles;
|
|
352
|
+
- test-suite direction.
|
|
353
|
+
- JSON schemas for:
|
|
354
|
+
- objects;
|
|
355
|
+
- relations;
|
|
356
|
+
- package manifests;
|
|
357
|
+
- governance gate results.
|
|
358
|
+
- Initial CLI validator.
|
|
359
|
+
- Minimal graph example.
|
|
360
|
+
- Synthetic context-reduction benchmark.
|
|
361
|
+
- Initial adoption guide.
|
|
362
|
+
- Contribution guide.
|
|
363
|
+
|
|
364
|
+
### Validation
|
|
365
|
+
|
|
366
|
+
- `npm test` validates the minimal graph package.
|
|
367
|
+
- `npm test` validates the synthetic benchmark graph package.
|
|
368
|
+
- `npm test` reproduces the synthetic context-reduction calculation:
|
|
369
|
+
`56.4516%`.
|
|
370
|
+
|
|
371
|
+
### Limitations
|
|
372
|
+
|
|
373
|
+
- The standard is an early draft.
|
|
374
|
+
- The benchmark is synthetic and supports method inspection only.
|
|
375
|
+
- There is not yet an independent implementation pilot.
|
|
376
|
+
- Context-pack generation is documented but not yet automated.
|
package/CITATION.cff
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
cff-version: 1.2.0
|
|
2
|
+
title: "Mirai Graph"
|
|
3
|
+
message: "If you use Mirai Graph in research or software, please cite this repository."
|
|
4
|
+
type: software
|
|
5
|
+
authors:
|
|
6
|
+
- family-names: "Zabarov"
|
|
7
|
+
given-names: "Rim"
|
|
8
|
+
orcid: "https://orcid.org/0009-0004-8605-5594"
|
|
9
|
+
abstract: "Mirai Graph is an evolutionary graph operating model for managing the growth of complex systems."
|
|
10
|
+
repository-code: "https://github.com/zabarov/mirai-graph"
|
|
11
|
+
license: "MIT"
|
|
12
|
+
keywords:
|
|
13
|
+
- graph operating model
|
|
14
|
+
- knowledge graph
|
|
15
|
+
- AI-assisted work
|
|
16
|
+
- governance
|
|
17
|
+
- complex systems
|
|
18
|
+
- context engineering
|
|
19
|
+
- systems engineering
|
|
20
|
+
date-released: "2026-05-28"
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Rim Zabarov
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/LICENSE-DOCS
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Creative Commons Attribution 4.0 International Public License
|
|
2
|
+
|
|
3
|
+
Documentation, standard text, examples and research materials in this
|
|
4
|
+
repository are licensed under the Creative Commons Attribution 4.0
|
|
5
|
+
International License, unless a file states otherwise.
|
|
6
|
+
|
|
7
|
+
License URL:
|
|
8
|
+
|
|
9
|
+
https://creativecommons.org/licenses/by/4.0/
|
|
10
|
+
|
|
11
|
+
You are free to:
|
|
12
|
+
|
|
13
|
+
- Share: copy and redistribute the material in any medium or format.
|
|
14
|
+
- Adapt: remix, transform and build upon the material for any purpose, even
|
|
15
|
+
commercially.
|
|
16
|
+
|
|
17
|
+
Under the following terms:
|
|
18
|
+
|
|
19
|
+
- Attribution: you must give appropriate credit, provide a link to the license
|
|
20
|
+
and indicate if changes were made. You may do so in any reasonable manner,
|
|
21
|
+
but not in any way that suggests the licensor endorses you or your use.
|
|
22
|
+
|
|
23
|
+
No additional restrictions:
|
|
24
|
+
|
|
25
|
+
You may not apply legal terms or technological measures that legally restrict
|
|
26
|
+
others from doing anything the license permits.
|