@mplp/sdk-ts 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +37 -68
- package/dist/builders/confirm-builder.d.ts +2 -2
- package/dist/builders/confirm-builder.js +8 -2
- package/dist/builders/context-builder.d.ts +2 -2
- package/dist/builders/context-builder.js +8 -2
- package/dist/builders/plan-builder.d.ts +2 -2
- package/dist/builders/plan-builder.js +8 -2
- package/dist/builders/trace-builder.d.ts +2 -2
- package/dist/builders/trace-builder.js +8 -2
- package/dist/client/runtime-client.d.ts +1 -1
- package/dist/client/runtime-client.js +15 -3
- package/dist/coordination/index.d.ts +1 -1
- package/dist/coordination/index.js +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +1 -1
- package/dist/core/validators/index.d.ts +1 -1
- package/dist/core/validators/index.js +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/runtime/index.d.ts +1 -1
- package/dist/runtime-minimal/index.d.ts +1 -1
- package/dist/runtime-minimal/index.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +8 -7
- package/schemas/common/common-types.schema.json +1 -1
- package/schemas/common/events.schema.json +1 -1
- package/schemas/common/identifiers.schema.json +1 -1
- package/schemas/common/learning-sample.schema.json +1 -1
- package/schemas/common/metadata.schema.json +1 -1
- package/schemas/common/trace-base.schema.json +1 -1
- package/schemas/events/mplp-event-core.schema.json +1 -1
- package/schemas/events/mplp-graph-update-event.schema.json +1 -1
- package/schemas/events/mplp-map-event.schema.json +1 -1
- package/schemas/events/mplp-pipeline-stage-event.schema.json +1 -1
- package/schemas/events/mplp-runtime-execution-event.schema.json +1 -1
- package/schemas/events/mplp-sa-event.schema.json +1 -1
- package/schemas/integration/mplp-ci-event.schema.json +1 -1
- package/schemas/integration/mplp-file-update-event.schema.json +1 -1
- package/schemas/integration/mplp-git-event.schema.json +1 -1
- package/schemas/integration/mplp-tool-event.schema.json +1 -1
- package/schemas/invariants/integration-invariants.yaml +2 -2
- package/schemas/invariants/learning-invariants.yaml +2 -2
- package/schemas/invariants/map-invariants.yaml +2 -2
- package/schemas/invariants/observability-invariants.yaml +2 -2
- package/schemas/invariants/sa-invariants.yaml +2 -2
- package/schemas/learning/mplp-learning-sample-core.schema.json +1 -1
- package/schemas/learning/mplp-learning-sample-delta.schema.json +1 -1
- package/schemas/learning/mplp-learning-sample-intent.schema.json +1 -1
- package/schemas/mplp-collab.schema.json +1 -1
- package/schemas/mplp-confirm.schema.json +1 -1
- package/schemas/mplp-context.schema.json +1 -1
- package/schemas/mplp-core.schema.json +1 -1
- package/schemas/mplp-dialog.schema.json +1 -1
- package/schemas/mplp-extension.schema.json +1 -1
- package/schemas/mplp-network.schema.json +1 -1
- package/schemas/mplp-plan.schema.json +1 -1
- package/schemas/mplp-role.schema.json +1 -1
- package/schemas/mplp-trace.schema.json +1 -1
package/LICENSE
CHANGED
|
@@ -2,7 +2,7 @@ Apache License
|
|
|
2
2
|
Version 2.0, January 2004
|
|
3
3
|
http://www.apache.org/licenses/
|
|
4
4
|
|
|
5
|
-
Copyright 2026
|
|
5
|
+
Copyright 2026 Jearon Wong
|
|
6
6
|
|
|
7
7
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -1,47 +1,31 @@
|
|
|
1
1
|
# @mplp/sdk-ts
|
|
2
2
|
|
|
3
|
-
**Package Role:** Public npm facade package
|
|
3
|
+
**Package Role:** Public npm TypeScript SDK facade package
|
|
4
4
|
**Protocol:** MPLP v1.0.0 (Frozen)
|
|
5
|
-
**
|
|
5
|
+
**Package version:** 1.0.8
|
|
6
6
|
**License:** Apache-2.0
|
|
7
7
|
|
|
8
|
-
The
|
|
9
|
-
for MPLP.
|
|
8
|
+
The `@mplp/sdk-ts` package is the public TypeScript SDK facade for MPLP v1.0.0 consumers.
|
|
10
9
|
|
|
11
|
-
It
|
|
10
|
+
It is a facade over compiled helpers, runtime client helpers, schema mirrors, and Kernel Duty exports. It is not the standalone runtime package and should not be read as protocol truth.
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
- a runtime client,
|
|
15
|
-
- mirrored schema artifacts,
|
|
16
|
-
- and a stable facade import surface over `@mplp/core`.
|
|
12
|
+
## Scope & Guarantees
|
|
17
13
|
|
|
18
|
-
|
|
19
|
-
kernel-duty registry.
|
|
14
|
+
This package is a public npm release surface for the package role above. It is package evidence and user-facing distribution content, not authorization to publish, mutate registries, create tags, create release seals, or change protocol truth.
|
|
20
15
|
|
|
21
|
-
|
|
16
|
+
## What This Package Provides
|
|
22
17
|
|
|
23
|
-
|
|
18
|
+
- Protocol-aligned facade helper exports for MPLP v1.0.0.
|
|
19
|
+
- Builder helpers such as `createContext`, `createPlan`, `createConfirm`, and `appendTrace`.
|
|
20
|
+
- Runtime client helpers via `MplpRuntimeClient`.
|
|
21
|
+
- Re-exported Kernel Duty baseline from `@mplp/schema`.
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
## What This Package Does NOT Provide
|
|
26
24
|
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- Public npm distribution surface for the TypeScript SDK facade
|
|
32
|
-
- Re-exported Kernel Duty baseline from `@mplp/schema`
|
|
33
|
-
|
|
34
|
-
### What this package does NOT provide
|
|
35
|
-
|
|
36
|
-
- Standalone runtime package identity (use `@mplp/runtime-minimal`)
|
|
37
|
-
- Full execution runtime hosting/orchestration stack
|
|
38
|
-
- Golden Flow execution engines (Flow-01 ~ Flow-05)
|
|
39
|
-
- Canonical registry of all 11 Kernel Duties
|
|
40
|
-
|
|
41
|
-
> These capabilities belong to reference runtimes and products built *on top of* MPLP,
|
|
42
|
-
> not to the protocol SDK itself.
|
|
43
|
-
|
|
44
|
-
---
|
|
25
|
+
- Standalone runtime package identity; use `@mplp/runtime-minimal` for that package surface.
|
|
26
|
+
- Direct schema or invariant mirrors as first-class protocol authority.
|
|
27
|
+
- Full execution runtime hosting or orchestration stack.
|
|
28
|
+
- Independent canonical authority for Kernel Duties.
|
|
45
29
|
|
|
46
30
|
## Installation
|
|
47
31
|
|
|
@@ -49,54 +33,39 @@ kernel-duty registry.
|
|
|
49
33
|
npm install @mplp/sdk-ts
|
|
50
34
|
```
|
|
51
35
|
|
|
52
|
-
|
|
36
|
+
## Minimal User Smoke Usage Snippet
|
|
53
37
|
|
|
54
|
-
|
|
38
|
+
```javascript
|
|
39
|
+
const sdk = require('@mplp/sdk-ts');
|
|
40
|
+
console.log(typeof sdk.createContext);
|
|
41
|
+
console.log(sdk.KERNEL_DUTY_COUNT);
|
|
42
|
+
```
|
|
55
43
|
|
|
56
|
-
|
|
57
|
-
- **Specification & Docs:** [https://docs.mplp.io](https://docs.mplp.io)
|
|
58
|
-
- **Source Repository:** [https://github.com/Coregentis/MPLP-Protocol](https://github.com/Coregentis/MPLP-Protocol)
|
|
59
|
-
- **Issues:** [https://github.com/Coregentis/MPLP-Protocol/issues](https://github.com/Coregentis/MPLP-Protocol/issues)
|
|
44
|
+
## Protocol Documentation Links
|
|
60
45
|
|
|
61
|
-
|
|
46
|
+
- **Homepage:** [https://www.mplp.io/what-is-mplp](https://www.mplp.io/what-is-mplp) - discovery and positioning only
|
|
47
|
+
- **Docs Entry Surface:** [https://docs.mplp.io/docs/reference/entrypoints](https://docs.mplp.io/docs/reference/entrypoints) - authoritative documentation entry surface
|
|
48
|
+
- **Source Repository:** [https://github.com/Coregentis/MPLP-Protocol](https://github.com/Coregentis/MPLP-Protocol) - public source projection
|
|
49
|
+
- **Issues:** [https://github.com/Coregentis/MPLP-Protocol/issues](https://github.com/Coregentis/MPLP-Protocol/issues)
|
|
62
50
|
|
|
63
51
|
## Package Provenance
|
|
64
52
|
|
|
65
|
-
- **
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
This package is a facade surface over compiled artifacts and mirrored schemas.
|
|
70
|
-
It should not be read as protocol truth or as the sole runtime package.
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
## Kernel Duty Baseline
|
|
75
|
-
|
|
76
|
-
This package re-exports the canonical 11 MPLP Kernel Duties from `@mplp/schema`.
|
|
77
|
-
|
|
78
|
-
```typescript
|
|
79
|
-
import { KERNEL_DUTY_COUNT, KERNEL_DUTIES } from '@mplp/sdk-ts';
|
|
80
|
-
|
|
81
|
-
console.log(KERNEL_DUTY_COUNT); // 11
|
|
82
|
-
console.log(KERNEL_DUTIES[0]); // { id: 'KD-01', name: 'Coordination', slug: 'coordination' }
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
---
|
|
53
|
+
- **Package address:** [https://www.npmjs.com/package/@mplp/sdk-ts](https://www.npmjs.com/package/@mplp/sdk-ts)
|
|
54
|
+
- Public npm surface: `packages/npm/sdk-ts`.
|
|
55
|
+
- Source-side mirror: `packages/sources/sdk-ts`.
|
|
56
|
+
- Separate runtime package: `packages/npm/runtime-minimal`.
|
|
86
57
|
|
|
87
58
|
## Versioning & Compatibility
|
|
88
59
|
|
|
89
60
|
- **Protocol version:** MPLP v1.0.0 (Frozen)
|
|
90
|
-
- **
|
|
91
|
-
- **
|
|
92
|
-
-
|
|
93
|
-
- Breaking changes require a new protocol version.
|
|
94
|
-
|
|
95
|
-
---
|
|
61
|
+
- **Package version:** 1.0.8
|
|
62
|
+
- **Compatibility:** aligned to MPLP protocol_version v1.0.0 only
|
|
63
|
+
- Breaking changes require a new protocol version or a separately approved package release decision.
|
|
96
64
|
|
|
97
65
|
## License
|
|
98
66
|
|
|
99
67
|
Apache License, Version 2.0
|
|
100
68
|
|
|
101
|
-
|
|
102
|
-
|
|
69
|
+
## Copyright
|
|
70
|
+
|
|
71
|
+
© 2026 Jearon Wong
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ©
|
|
2
|
+
* © 2026 Jearon Wong
|
|
3
3
|
* Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*
|
|
5
5
|
* This file is part of the MPLP reference implementation.
|
|
6
6
|
* It is NOT part of the frozen protocol specification.
|
|
7
7
|
*/
|
|
8
|
-
import { Confirm, Plan } from "
|
|
8
|
+
import type { Confirm, Plan } from "../core";
|
|
9
9
|
export interface CreateConfirmOptions {
|
|
10
10
|
status: "approved" | "rejected" | "pending" | "cancelled";
|
|
11
11
|
requestedByRole?: string;
|
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createConfirm = createConfirm;
|
|
4
4
|
/**
|
|
5
|
-
* ©
|
|
5
|
+
* © 2026 Jearon Wong
|
|
6
6
|
* Licensed under the Apache License, Version 2.0.
|
|
7
7
|
*
|
|
8
8
|
* This file is part of the MPLP reference implementation.
|
|
9
9
|
* It is NOT part of the frozen protocol specification.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
let core_1;
|
|
12
|
+
try {
|
|
13
|
+
core_1 = require("../../../core/dist");
|
|
14
|
+
}
|
|
15
|
+
catch (_a) {
|
|
16
|
+
core_1 = require("@mplp/core");
|
|
17
|
+
}
|
|
12
18
|
const uuid_1 = require("uuid");
|
|
13
19
|
function createConfirm(plan, options) {
|
|
14
20
|
const confirm = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ©
|
|
2
|
+
* © 2026 Jearon Wong
|
|
3
3
|
* Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*
|
|
5
5
|
* This file is part of the MPLP reference implementation.
|
|
6
6
|
* It is NOT part of the frozen protocol specification.
|
|
7
7
|
*/
|
|
8
|
-
import { Context } from "
|
|
8
|
+
import type { Context } from "../core";
|
|
9
9
|
export interface CreateContextOptions {
|
|
10
10
|
title: string;
|
|
11
11
|
root: {
|
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createContext = createContext;
|
|
4
4
|
/**
|
|
5
|
-
* ©
|
|
5
|
+
* © 2026 Jearon Wong
|
|
6
6
|
* Licensed under the Apache License, Version 2.0.
|
|
7
7
|
*
|
|
8
8
|
* This file is part of the MPLP reference implementation.
|
|
9
9
|
* It is NOT part of the frozen protocol specification.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
let core_1;
|
|
12
|
+
try {
|
|
13
|
+
core_1 = require("../../../core/dist");
|
|
14
|
+
}
|
|
15
|
+
catch (_a) {
|
|
16
|
+
core_1 = require("@mplp/core");
|
|
17
|
+
}
|
|
12
18
|
const uuid_1 = require("uuid");
|
|
13
19
|
function createContext(options) {
|
|
14
20
|
const context = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ©
|
|
2
|
+
* © 2026 Jearon Wong
|
|
3
3
|
* Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*
|
|
5
5
|
* This file is part of the MPLP reference implementation.
|
|
6
6
|
* It is NOT part of the frozen protocol specification.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import type { Context, Plan } from "../core";
|
|
9
9
|
export interface CreatePlanOptions {
|
|
10
10
|
title: string;
|
|
11
11
|
objective: string;
|
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createPlan = createPlan;
|
|
4
4
|
/**
|
|
5
|
-
* ©
|
|
5
|
+
* © 2026 Jearon Wong
|
|
6
6
|
* Licensed under the Apache License, Version 2.0.
|
|
7
7
|
*
|
|
8
8
|
* This file is part of the MPLP reference implementation.
|
|
9
9
|
* It is NOT part of the frozen protocol specification.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
let core_1;
|
|
12
|
+
try {
|
|
13
|
+
core_1 = require("../../../core/dist");
|
|
14
|
+
}
|
|
15
|
+
catch (_a) {
|
|
16
|
+
core_1 = require("@mplp/core");
|
|
17
|
+
}
|
|
12
18
|
const uuid_1 = require("uuid");
|
|
13
19
|
function createPlan(context, options) {
|
|
14
20
|
const plan = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ©
|
|
2
|
+
* © 2026 Jearon Wong
|
|
3
3
|
* Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*
|
|
5
5
|
* This file is part of the MPLP reference implementation.
|
|
6
6
|
* It is NOT part of the frozen protocol specification.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import type { Context, Plan, Trace } from "../core";
|
|
9
9
|
export interface AppendTraceOptions {
|
|
10
10
|
status: "completed" | "failed" | "running";
|
|
11
11
|
spans?: Array<{
|
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.appendTrace = appendTrace;
|
|
4
4
|
/**
|
|
5
|
-
* ©
|
|
5
|
+
* © 2026 Jearon Wong
|
|
6
6
|
* Licensed under the Apache License, Version 2.0.
|
|
7
7
|
*
|
|
8
8
|
* This file is part of the MPLP reference implementation.
|
|
9
9
|
* It is NOT part of the frozen protocol specification.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
let core_1;
|
|
12
|
+
try {
|
|
13
|
+
core_1 = require("../../../core/dist");
|
|
14
|
+
}
|
|
15
|
+
catch (_a) {
|
|
16
|
+
core_1 = require("@mplp/core");
|
|
17
|
+
}
|
|
12
18
|
const uuid_1 = require("uuid");
|
|
13
19
|
function appendTrace(context, plan, options) {
|
|
14
20
|
const traceId = (0, uuid_1.v4)();
|
|
@@ -2,14 +2,26 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MplpRuntimeClient = void 0;
|
|
4
4
|
/**
|
|
5
|
-
* ©
|
|
5
|
+
* © 2026 Jearon Wong
|
|
6
6
|
* Licensed under the Apache License, Version 2.0.
|
|
7
7
|
*
|
|
8
8
|
* This file is part of the MPLP reference implementation.
|
|
9
9
|
* It is NOT part of the frozen protocol specification.
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
let runtime_minimal_1;
|
|
12
|
+
try {
|
|
13
|
+
runtime_minimal_1 = require("../../../runtime-minimal/dist");
|
|
14
|
+
}
|
|
15
|
+
catch (_a) {
|
|
16
|
+
runtime_minimal_1 = require("@mplp/runtime-minimal");
|
|
17
|
+
}
|
|
18
|
+
let coordination_1;
|
|
19
|
+
try {
|
|
20
|
+
coordination_1 = require("../../../coordination/dist");
|
|
21
|
+
}
|
|
22
|
+
catch (_b) {
|
|
23
|
+
coordination_1 = require("@mplp/coordination");
|
|
24
|
+
}
|
|
13
25
|
const context_builder_1 = require("../builders/context-builder");
|
|
14
26
|
const plan_builder_1 = require("../builders/plan-builder");
|
|
15
27
|
const confirm_builder_1 = require("../builders/confirm-builder");
|
package/dist/core/index.d.ts
CHANGED
package/dist/core/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ©
|
|
2
|
+
* © 2026 Jearon Wong
|
|
3
3
|
* Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*
|
|
5
5
|
* This file is part of the MPLP reference implementation.
|
|
6
6
|
* It is NOT part of the frozen protocol specification.
|
|
7
7
|
*/
|
|
8
8
|
export * from "@mplp/core";
|
|
9
|
+
export type { Context, Plan, Confirm, Trace } from "./core";
|
|
9
10
|
export * from "./kernel-duties";
|
|
10
11
|
export * from "./builders/context-builder";
|
|
11
12
|
export * from "./builders/plan-builder";
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
/**
|
|
18
|
-
* ©
|
|
18
|
+
* © 2026 Jearon Wong
|
|
19
19
|
* Licensed under the Apache License, Version 2.0.
|
|
20
20
|
*
|
|
21
21
|
* This file is part of the MPLP reference implementation.
|
package/dist/runtime/index.d.ts
CHANGED
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mplp/sdk-ts",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.8",
|
|
4
|
+
"description": "Derived public TypeScript helper facade for MPLP v1.0.0; ships builders, runtime client helpers, schema mirrors, and Kernel Duty exports.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Jearon Wong",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/Coregentis/MPLP-Protocol.git"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/Coregentis/MPLP-Protocol/issues"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://www.mplp.io",
|
|
14
|
+
"homepage": "https://www.mplp.io/what-is-mplp",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"mplp",
|
|
17
17
|
"multi-agent",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"sdk",
|
|
22
22
|
"facade",
|
|
23
23
|
"typescript",
|
|
24
|
-
"agent-
|
|
25
|
-
"agent-os-protocol"
|
|
24
|
+
"ai-agent-lifecycle"
|
|
26
25
|
],
|
|
27
26
|
"main": "dist/index.js",
|
|
28
27
|
"types": "dist/index.d.ts",
|
|
@@ -41,6 +40,8 @@
|
|
|
41
40
|
"packageClass": "PUBLIC",
|
|
42
41
|
"publishSurface": true,
|
|
43
42
|
"publishScope": "public-npm",
|
|
43
|
+
"packageRole": "typescript-facade-helper",
|
|
44
|
+
"contractMode": "derived-protocol-helper",
|
|
44
45
|
"sourcePackagePath": "packages/sources/sdk-ts",
|
|
45
46
|
"kernelDutyBaselineCarried": true
|
|
46
47
|
},
|
|
@@ -80,5 +81,5 @@
|
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"sideEffects": false,
|
|
83
|
-
"copyright": "© 2026
|
|
84
|
+
"copyright": "© 2026 Jearon Wong"
|
|
84
85
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$id": "https://schemas.mplp.dev/v1.0/common/common-types.schema.json",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
5
|
"title": "MPLP Common Types",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$id": "https://schemas.mplp.dev/v1.0/common/events.schema.json",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
5
|
"title": "MPLP Base Event",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$id": "https://schemas.mplp.dev/v1.0/common/identifiers.schema.json",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
5
|
"title": "MPLP Identifier",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/common/learning-sample.schema.json",
|
|
5
5
|
"title": "MPLP Learning Sample – Schema v2.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$id": "https://schemas.mplp.dev/v1.0/common/metadata.schema.json",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
5
|
"title": "MPLP Metadata",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$id": "https://schemas.mplp.dev/v1.0/common/trace-base.schema.json",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
5
|
"title": "MPLP Trace Base",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-event-core.schema.json",
|
|
5
5
|
"title": "MPLP Core Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-graph-update-event.schema.json",
|
|
5
5
|
"title": "MPLP GraphUpdateEvent v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-map-event.schema.json",
|
|
5
5
|
"title": "MPLP MAP Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-pipeline-stage-event.schema.json",
|
|
5
5
|
"title": "MPLP PipelineStageEvent v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-runtime-execution-event.schema.json",
|
|
5
5
|
"title": "MPLP RuntimeExecutionEvent v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/events/mplp-sa-event.schema.json",
|
|
5
5
|
"title": "MPLP SA Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/integration/mplp-ci-event.json",
|
|
5
5
|
"title": "MPLP CI Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/integration/mplp-file-update-event.json",
|
|
5
5
|
"title": "MPLP File Update Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/integration/mplp-git-event.json",
|
|
5
5
|
"title": "MPLP Git Event v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/integration/mplp-tool-event.json",
|
|
5
5
|
"title": "MPLP Tool Event v1.0",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# MPLP v1.0.0 FROZEN – Invariant Set
|
|
2
|
-
# © 2026
|
|
2
|
+
# © 2026 Jearon Wong – Apache-2.0
|
|
3
3
|
# Governance: MPLP Protocol Governance Committee (MPGC)
|
|
4
4
|
|
|
5
5
|
# MPLP Protocol 1.0.0 — Frozen Specification
|
|
6
6
|
# Status: Frozen as of 2025-11-30
|
|
7
|
-
# Copyright: © 2026
|
|
7
|
+
# Copyright: © 2026 Jearon Wong
|
|
8
8
|
# License: Apache-2.0 (see LICENSE at repository root)
|
|
9
9
|
# Any normative change requires a new protocol version.
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# MPLP v1.0.0 FROZEN – Invariant Set
|
|
2
|
-
# © 2026
|
|
2
|
+
# © 2026 Jearon Wong – Apache-2.0
|
|
3
3
|
# Governance: MPLP Protocol Governance Committee (MPGC)
|
|
4
4
|
|
|
5
5
|
# MPLP Protocol 1.0.0 — Frozen Specification
|
|
6
6
|
# Status: Frozen as of 2025-11-30
|
|
7
|
-
# Copyright: © 2026
|
|
7
|
+
# Copyright: © 2026 Jearon Wong
|
|
8
8
|
# License: Apache-2.0 (see LICENSE at repository root)
|
|
9
9
|
# Any normative change requires a new protocol version.
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# MPLP v1.0.0 FROZEN – Invariant Set
|
|
2
|
-
# © 2026
|
|
2
|
+
# © 2026 Jearon Wong – Apache-2.0
|
|
3
3
|
# Governance: MPLP Protocol Governance Committee (MPGC)
|
|
4
4
|
|
|
5
5
|
# MPLP Protocol 1.0.0 — Frozen Specification
|
|
6
6
|
# Status: Frozen as of 2025-11-30
|
|
7
|
-
# Copyright: © 2026
|
|
7
|
+
# Copyright: © 2026 Jearon Wong
|
|
8
8
|
# License: Apache-2.0 (see LICENSE at repository root)
|
|
9
9
|
# Any normative change requires a new protocol version.
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# MPLP v1.0.0 FROZEN – Invariant Set
|
|
2
|
-
# © 2026
|
|
2
|
+
# © 2026 Jearon Wong – Apache-2.0
|
|
3
3
|
# Governance: MPLP Protocol Governance Committee (MPGC)
|
|
4
4
|
|
|
5
5
|
# MPLP Protocol 1.0.0 — Frozen Specification
|
|
6
6
|
# Status: Frozen as of 2025-11-30
|
|
7
|
-
# Copyright: © 2026
|
|
7
|
+
# Copyright: © 2026 Jearon Wong
|
|
8
8
|
# License: Apache-2.0 (see LICENSE at repository root)
|
|
9
9
|
# Any normative change requires a new protocol version.
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# MPLP v1.0.0 FROZEN – Invariant Set
|
|
2
|
-
# © 2026
|
|
2
|
+
# © 2026 Jearon Wong – Apache-2.0
|
|
3
3
|
# Governance: MPLP Protocol Governance Committee (MPGC)
|
|
4
4
|
|
|
5
5
|
# MPLP Protocol 1.0.0 — Frozen Specification
|
|
6
6
|
# Status: Frozen as of 2025-11-30
|
|
7
|
-
# Copyright: © 2026
|
|
7
|
+
# Copyright: © 2026 Jearon Wong
|
|
8
8
|
# License: Apache-2.0 (see LICENSE at repository root)
|
|
9
9
|
# Any normative change requires a new protocol version.
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/learning/mplp-learning-sample-core.schema.json",
|
|
5
5
|
"title": "MPLP LearningSample Core v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/learning/mplp-learning-sample-delta.schema.json",
|
|
5
5
|
"title": "MPLP LearningSample – Delta Impact v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://mplp.dev/schemas/v1.0/learning/mplp-learning-sample-intent.schema.json",
|
|
5
5
|
"title": "MPLP LearningSample – Intent Resolution v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-collab.schema.json",
|
|
5
5
|
"title": "MPLP Collab Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-confirm.schema.json",
|
|
5
5
|
"title": "MPLP Confirm Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-context.schema.json",
|
|
5
5
|
"title": "MPLP Context Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-core.schema.json",
|
|
5
5
|
"title": "MPLP Core Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-dialog.schema.json",
|
|
5
5
|
"title": "MPLP Dialog Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-extension.schema.json",
|
|
5
5
|
"title": "MPLP Extension Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-network.schema.json",
|
|
5
5
|
"title": "MPLP Network Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-plan.schema.json",
|
|
5
5
|
"title": "MPLP Plan Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-role.schema.json",
|
|
5
5
|
"title": "MPLP Role Module – Core Protocol v1.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "MPLP v1.0.0 FROZEN – © 2026
|
|
2
|
+
"$comment": "MPLP v1.0.0 FROZEN – © 2026 Jearon Wong – Apache-2.0 – Governance: MPGC",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"$id": "https://schemas.mplp.dev/v1.0/mplp-trace.schema.json",
|
|
5
5
|
"title": "MPLP Trace Module – Core Protocol v1.0",
|