@xenosystem/agent-sdk 0.8.12
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 +15 -0
- package/README.md +511 -0
- package/dist/agents/index.cjs +17 -0
- package/dist/agents/index.d.cts +244 -0
- package/dist/agents/index.d.ts +244 -0
- package/dist/agents/index.js +17 -0
- package/dist/agents/metafile-cjs.json +1 -0
- package/dist/agents/metafile-esm.json +1 -0
- package/dist/artifacts/browser.cjs +1 -0
- package/dist/artifacts/browser.d.cts +8 -0
- package/dist/artifacts/browser.d.ts +8 -0
- package/dist/artifacts/browser.js +1 -0
- package/dist/artifacts/diff-artifact-C2tQZWcs.d.cts +354 -0
- package/dist/artifacts/diff-artifact-C2tQZWcs.d.ts +354 -0
- package/dist/artifacts/index.cjs +10 -0
- package/dist/artifacts/index.d.cts +588 -0
- package/dist/artifacts/index.d.ts +588 -0
- package/dist/artifacts/index.js +10 -0
- package/dist/artifacts/metafile-cjs.json +1 -0
- package/dist/artifacts/metafile-esm.json +1 -0
- package/dist/automation/index.cjs +438 -0
- package/dist/automation/index.d.cts +878 -0
- package/dist/automation/index.d.ts +878 -0
- package/dist/automation/index.js +438 -0
- package/dist/automation/metafile-cjs.json +1 -0
- package/dist/automation/metafile-esm.json +1 -0
- package/dist/control-plane/index.cjs +7 -0
- package/dist/control-plane/index.d.cts +403 -0
- package/dist/control-plane/index.d.ts +403 -0
- package/dist/control-plane/index.js +7 -0
- package/dist/control-plane/metafile-cjs.json +1 -0
- package/dist/control-plane/metafile-esm.json +1 -0
- package/dist/control-room/index.cjs +1 -0
- package/dist/control-room/index.d.cts +216 -0
- package/dist/control-room/index.d.ts +216 -0
- package/dist/control-room/index.js +1 -0
- package/dist/control-room/metafile-cjs.json +1 -0
- package/dist/control-room/metafile-esm.json +1 -0
- package/dist/electron/index.cjs +1476 -0
- package/dist/electron/index.d.cts +1583 -0
- package/dist/electron/index.d.ts +1583 -0
- package/dist/electron/index.js +1476 -0
- package/dist/electron/metafile-cjs.json +1 -0
- package/dist/electron/metafile-esm.json +1 -0
- package/dist/governance/index.cjs +33 -0
- package/dist/governance/index.d.cts +397 -0
- package/dist/governance/index.d.ts +397 -0
- package/dist/governance/index.js +33 -0
- package/dist/governance/metafile-cjs.json +1 -0
- package/dist/governance/metafile-esm.json +1 -0
- package/dist/hooks/index.cjs +9 -0
- package/dist/hooks/index.d.cts +198 -0
- package/dist/hooks/index.d.ts +198 -0
- package/dist/hooks/index.js +9 -0
- package/dist/hooks/metafile-cjs.json +1 -0
- package/dist/hooks/metafile-esm.json +1 -0
- package/dist/hosted/index.cjs +1 -0
- package/dist/hosted/index.d.cts +490 -0
- package/dist/hosted/index.d.ts +490 -0
- package/dist/hosted/index.js +1 -0
- package/dist/hosted/metafile-cjs.json +1 -0
- package/dist/hosted/metafile-esm.json +1 -0
- package/dist/index.cjs +2161 -0
- package/dist/index.d.cts +12259 -0
- package/dist/index.d.ts +12259 -0
- package/dist/index.js +2161 -0
- package/dist/intelligence/index.cjs +10 -0
- package/dist/intelligence/index.d.cts +220 -0
- package/dist/intelligence/index.d.ts +220 -0
- package/dist/intelligence/index.js +10 -0
- package/dist/intelligence/metafile-cjs.json +1 -0
- package/dist/intelligence/metafile-esm.json +1 -0
- package/dist/mcp/index.cjs +28 -0
- package/dist/mcp/index.d.cts +960 -0
- package/dist/mcp/index.d.ts +960 -0
- package/dist/mcp/index.js +28 -0
- package/dist/mcp/metafile-cjs.json +1 -0
- package/dist/mcp/metafile-esm.json +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/metafile-esm.json +1 -0
- package/dist/oracle/index.cjs +1 -0
- package/dist/oracle/index.d.cts +310 -0
- package/dist/oracle/index.d.ts +310 -0
- package/dist/oracle/index.js +1 -0
- package/dist/oracle/metafile-cjs.json +1 -0
- package/dist/oracle/metafile-esm.json +1 -0
- package/dist/providers/index.cjs +11 -0
- package/dist/providers/index.d.cts +462 -0
- package/dist/providers/index.d.ts +462 -0
- package/dist/providers/index.js +11 -0
- package/dist/providers/metafile-cjs.json +1 -0
- package/dist/providers/metafile-esm.json +1 -0
- package/dist/recipes/index.cjs +2 -0
- package/dist/recipes/index.d.cts +86 -0
- package/dist/recipes/index.d.ts +86 -0
- package/dist/recipes/index.js +2 -0
- package/dist/recipes/metafile-cjs.json +1 -0
- package/dist/recipes/metafile-esm.json +1 -0
- package/dist/research/index.cjs +3 -0
- package/dist/research/index.d.cts +285 -0
- package/dist/research/index.d.ts +285 -0
- package/dist/research/index.js +3 -0
- package/dist/research/metafile-cjs.json +1 -0
- package/dist/research/metafile-esm.json +1 -0
- package/dist/session/index.cjs +56 -0
- package/dist/session/index.d.cts +523 -0
- package/dist/session/index.d.ts +523 -0
- package/dist/session/index.js +56 -0
- package/dist/session/metafile-cjs.json +1 -0
- package/dist/session/metafile-esm.json +1 -0
- package/dist/sharing/index.cjs +4 -0
- package/dist/sharing/index.d.cts +272 -0
- package/dist/sharing/index.d.ts +272 -0
- package/dist/sharing/index.js +4 -0
- package/dist/sharing/metafile-cjs.json +1 -0
- package/dist/sharing/metafile-esm.json +1 -0
- package/dist/skills/index.cjs +6 -0
- package/dist/skills/index.d.cts +277 -0
- package/dist/skills/index.d.ts +277 -0
- package/dist/skills/index.js +6 -0
- package/dist/skills/metafile-cjs.json +1 -0
- package/dist/skills/metafile-esm.json +1 -0
- package/dist/soul/index.cjs +32 -0
- package/dist/soul/index.d.cts +138 -0
- package/dist/soul/index.d.ts +138 -0
- package/dist/soul/index.js +32 -0
- package/dist/soul/metafile-cjs.json +1 -0
- package/dist/soul/metafile-esm.json +1 -0
- package/dist/terminal/index.cjs +4 -0
- package/dist/terminal/index.d.cts +55 -0
- package/dist/terminal/index.d.ts +55 -0
- package/dist/terminal/index.js +4 -0
- package/dist/terminal/metafile-cjs.json +1 -0
- package/dist/terminal/metafile-esm.json +1 -0
- package/dist/ui/index.cjs +35 -0
- package/dist/ui/index.d.cts +298 -0
- package/dist/ui/index.d.ts +298 -0
- package/dist/ui/index.js +35 -0
- package/dist/ui/metafile-cjs.json +1 -0
- package/dist/ui/metafile-esm.json +1 -0
- package/dist/utils/index.cjs +23 -0
- package/dist/utils/index.d.cts +245 -0
- package/dist/utils/index.d.ts +245 -0
- package/dist/utils/index.js +23 -0
- package/dist/utils/metafile-cjs.json +1 -0
- package/dist/utils/metafile-esm.json +1 -0
- package/native/mxc/LICENSE.microsoft-mxc-sdk.md +21 -0
- package/native/mxc/README.md +25 -0
- package/native/mxc/bin/arm64/lxc-exec +0 -0
- package/native/mxc/bin/arm64/mxc-exec-mac +0 -0
- package/native/mxc/bin/arm64/wxc-exec.exe +0 -0
- package/native/mxc/bin/arm64/wxc-host-prep.exe +0 -0
- package/native/mxc/bin/x64/lxc-exec +0 -0
- package/native/mxc/bin/x64/wxc-exec.exe +0 -0
- package/native/mxc/bin/x64/wxc-host-prep.exe +0 -0
- package/native/mxc/package.json +58 -0
- package/ownership/CLEAN_ROOM_CONTRIBUTOR_GUIDE.md +63 -0
- package/ownership/audit.mjs +727 -0
- package/ownership/evidence/PROPRIETARY-COMMAND-1/implementation-record.md +77 -0
- package/ownership/evidence/PROPRIETARY-COMMAND-1/provenance-review.md +51 -0
- package/ownership/evidence/PROPRIETARY-MEDIA-1/implementation-record.md +131 -0
- package/ownership/evidence/PROPRIETARY-MEDIA-1/provenance-review.md +50 -0
- package/ownership/evidence/PROPRIETARY-PTY-1/implementation-record.md +86 -0
- package/ownership/evidence/PROPRIETARY-PTY-1/provenance-review.md +52 -0
- package/ownership/evidence/PROPRIETARY-RUNTIME-1/implementation-record.md +68 -0
- package/ownership/evidence/PROPRIETARY-RUNTIME-1/provenance-review.md +32 -0
- package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/implementation-record.md +53 -0
- package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/provenance-review.md +32 -0
- package/ownership/evidence/PROPRIETARY-UI-1/implementation-record.md +96 -0
- package/ownership/evidence/PROPRIETARY-UI-1/provenance-review.md +46 -0
- package/ownership/ownership-policy.json +232 -0
- package/ownership/ownership-policy.schema.json +192 -0
- package/ownership/templates/clean-room-implementation-record.md +70 -0
- package/ownership/templates/provenance-review.md +51 -0
- package/package.json +209 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Microsoft MXC native assets
|
|
2
|
+
|
|
3
|
+
This directory contains only the seven release-reviewed executables needed by
|
|
4
|
+
XENO's containment adapter and Windows host preparation. They were extracted from the integrity-pinned
|
|
5
|
+
`@microsoft/mxc-sdk@0.7.0` npm artifact recorded in `package.json`.
|
|
6
|
+
|
|
7
|
+
XENO does not execute or redistribute that package's JavaScript wrapper or its
|
|
8
|
+
`node-pty`, `node-addon-api`, or `semver` dependency graph. Every executable is
|
|
9
|
+
checked against both this manifest and the compiled XENO trust table before it
|
|
10
|
+
can be probed or launched.
|
|
11
|
+
|
|
12
|
+
The two `wxc-host-prep.exe` assets are invoked only by the explicit
|
|
13
|
+
`prepareMxcWindowsHost()` setup API. They apply MXC's idempotent
|
|
14
|
+
`prepare-system-drive` and `prepare-null-device` operations from an elevated
|
|
15
|
+
host setup context; normal agent execution never attempts to elevate. Windows
|
|
16
|
+
11 on Arm runs the reviewed x64 host-preparation helper through the operating
|
|
17
|
+
system's x64 emulation layer because these operations are architecture-neutral
|
|
18
|
+
and MXC's ARM64 helper can stall while applying the system-drive metadata ACEs.
|
|
19
|
+
The containment runtime itself remains the native ARM64 `wxc-exec.exe`.
|
|
20
|
+
|
|
21
|
+
The original Microsoft MIT license is preserved in
|
|
22
|
+
`LICENSE.microsoft-mxc-sdk.md`. Presence of these assets is not containment
|
|
23
|
+
certification: XENO still requires a candidate-bound, platform-bound, signed
|
|
24
|
+
certification and independent reviewer approval before advertising or using
|
|
25
|
+
`contained` execution.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "microsoft-mxc-native-assets",
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"private": true,
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"sourcePackage": {
|
|
7
|
+
"name": "@microsoft/mxc-sdk",
|
|
8
|
+
"version": "0.7.0",
|
|
9
|
+
"integrity": "sha512-EWhz2pKkcPluZHAOI1yneV+JK0NO/3hdh7nABBb0x4PjyUWMeSWPTBAjtIu+BhtMYOqlaijSPZMZ0Hs/J4ZL4A==",
|
|
10
|
+
"shasum": "561a269b8cb5a4eb7e71fc9158ffd0f74760b640"
|
|
11
|
+
},
|
|
12
|
+
"assets": [
|
|
13
|
+
{
|
|
14
|
+
"platform": "win32",
|
|
15
|
+
"arch": "x64",
|
|
16
|
+
"path": "bin/x64/wxc-exec.exe",
|
|
17
|
+
"sha256": "db0a3422be9e1b396cc1b2547c70ff16b27412438a31c10a45abf370cac86ae2"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"platform": "win32",
|
|
21
|
+
"arch": "arm64",
|
|
22
|
+
"path": "bin/arm64/wxc-exec.exe",
|
|
23
|
+
"sha256": "e430d0e4f44f616e91db684f8d825a6dc93e06a1262b8d00bcaac7522a317aab"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"platform": "win32",
|
|
27
|
+
"arch": "x64",
|
|
28
|
+
"purpose": "host-preparation",
|
|
29
|
+
"path": "bin/x64/wxc-host-prep.exe",
|
|
30
|
+
"sha256": "531fb3cdb4b0c964908fd71b71d40961417afb399cbab72f92a25e95309a6416"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"platform": "win32",
|
|
34
|
+
"arch": "arm64",
|
|
35
|
+
"purpose": "host-preparation",
|
|
36
|
+
"path": "bin/arm64/wxc-host-prep.exe",
|
|
37
|
+
"sha256": "3ef702332286a39153fc259310b5021e3de3c191751d7522684f6475f73af5ef"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"platform": "linux",
|
|
41
|
+
"arch": "x64",
|
|
42
|
+
"path": "bin/x64/lxc-exec",
|
|
43
|
+
"sha256": "1efe3f817f5ae9ba9f9f2fd59142e79b2dde7a4dd024576b0ddb635fc87edeb5"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"platform": "linux",
|
|
47
|
+
"arch": "arm64",
|
|
48
|
+
"path": "bin/arm64/lxc-exec",
|
|
49
|
+
"sha256": "fdc00ccecf362ae3ddd8ccad93fd7c8b5b1f03c68897ab05ef1c9f1d327ea3fe"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"platform": "darwin",
|
|
53
|
+
"arch": "arm64",
|
|
54
|
+
"path": "bin/arm64/mxc-exec-mac",
|
|
55
|
+
"sha256": "77c07a86f483ed91dd5be290cd77878ac0c56fe113cdb8c764e7e5201c744ad2"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Xeno Clean-Room Contributor Guide
|
|
2
|
+
|
|
3
|
+
Status: engineering control draft. Legal counsel approval is required before Xeno makes a public clean-room or proprietary-ownership claim.
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
This guide governs replacement of third-party implementation code with independently authored Xeno code. It is an engineering provenance control, not legal advice and not proof by itself that a replacement is clean-room work.
|
|
8
|
+
|
|
9
|
+
## Required roles
|
|
10
|
+
|
|
11
|
+
- The contract author records behavior from Xeno-owned tests, public standards, public API documentation, and black-box observations.
|
|
12
|
+
- The implementer writes the replacement from the approved contract and declared normative sources.
|
|
13
|
+
- The provenance reviewer independently reviews the implementation, evidence, and contributor disclosures.
|
|
14
|
+
- Counsel determines whether contributor separation or additional review is required for a specific component.
|
|
15
|
+
|
|
16
|
+
One person may not approve their own provenance review. High-risk native, codec, parser, and cryptographic work also requires a domain reviewer.
|
|
17
|
+
|
|
18
|
+
## Before implementation
|
|
19
|
+
|
|
20
|
+
1. Create a clean-room implementation record from `templates/clean-room-implementation-record.md`.
|
|
21
|
+
2. Freeze the required behavior and compatibility fixtures before reading implementation source from the component being replaced.
|
|
22
|
+
3. List every normative standard, public API document, Xeno-owned test, and black-box observation used.
|
|
23
|
+
4. Disclose whether each contributor previously inspected the replaced implementation source and when.
|
|
24
|
+
5. Obtain a written role/separation decision for contributors who inspected that source.
|
|
25
|
+
6. Record patents, trademarks, specification licenses, and export-control questions for counsel.
|
|
26
|
+
|
|
27
|
+
## Allowed inputs
|
|
28
|
+
|
|
29
|
+
- Published standards whose terms permit the intended use.
|
|
30
|
+
- Public API and user documentation used only to define observable behavior.
|
|
31
|
+
- Xeno-owned requirements, tests, fixtures, traces, and interoperability captures.
|
|
32
|
+
- Black-box behavior measured through a documented harness.
|
|
33
|
+
- Operating-system and language-host API documentation for approved platform boundaries.
|
|
34
|
+
|
|
35
|
+
## Prohibited inputs and actions
|
|
36
|
+
|
|
37
|
+
- Copying third-party source, comments, tests, identifiers, non-normative constants, or internal architecture.
|
|
38
|
+
- Asking an AI model to translate, rewrite, disguise, or recreate third-party source.
|
|
39
|
+
- Including third-party source in prompts, tickets, implementation records, fixtures, or generated-code context.
|
|
40
|
+
- Claiming clean-room status when source-exposure disclosures or counsel review are incomplete.
|
|
41
|
+
- Using a compatibility result as evidence of independent authorship.
|
|
42
|
+
|
|
43
|
+
## During implementation
|
|
44
|
+
|
|
45
|
+
1. Keep the implementation record current with design decisions and source citations.
|
|
46
|
+
2. Add conformance, malformed-input, resource-limit, and fuzz tests appropriate to the surface.
|
|
47
|
+
3. Record any behavior that differs from the frozen contract and obtain an explicit versioning decision.
|
|
48
|
+
4. Keep generated artifacts traceable to Xeno-owned source and the approved build process.
|
|
49
|
+
5. Stop and escalate if an undeclared source, copied fragment, or provenance ambiguity is discovered.
|
|
50
|
+
|
|
51
|
+
AI-generated contributions follow the same rules. Prompts must request independent, standards-based implementation and must be retained or summarized in the implementation record without sensitive user data.
|
|
52
|
+
|
|
53
|
+
## Required completion evidence
|
|
54
|
+
|
|
55
|
+
- Completed clean-room implementation record.
|
|
56
|
+
- Completed independent provenance review.
|
|
57
|
+
- Contributor source-exposure disclosures and counsel disposition.
|
|
58
|
+
- Contract fixtures and conformance results.
|
|
59
|
+
- Fuzz and security evidence where required.
|
|
60
|
+
- Ownership inventory, bundle graph, native hashes, SBOM, and clean-install report for the candidate release.
|
|
61
|
+
- Commit or source revision and reviewer identities.
|
|
62
|
+
|
|
63
|
+
The ownership capability gate remains false until all required evidence exists and the designated reviewer signs the provenance record. Public ownership language additionally requires counsel and product approval.
|