@xenosystem/agent-sdk 0.8.13 → 0.9.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.
Files changed (85) hide show
  1. package/LICENSE +15 -15
  2. package/README.md +511 -511
  3. package/dist/agents/metafile-cjs.json +1 -1
  4. package/dist/agents/metafile-esm.json +1 -1
  5. package/dist/artifacts/index.cjs +1 -1
  6. package/dist/artifacts/index.js +1 -1
  7. package/dist/artifacts/metafile-cjs.json +1 -1
  8. package/dist/artifacts/metafile-esm.json +1 -1
  9. package/dist/automation/metafile-cjs.json +1 -1
  10. package/dist/automation/metafile-esm.json +1 -1
  11. package/dist/control-plane/index.cjs +1 -1
  12. package/dist/control-plane/index.js +1 -1
  13. package/dist/control-plane/metafile-cjs.json +1 -1
  14. package/dist/control-plane/metafile-esm.json +1 -1
  15. package/dist/control-room/metafile-cjs.json +1 -1
  16. package/dist/control-room/metafile-esm.json +1 -1
  17. package/dist/electron/index.cjs +140 -138
  18. package/dist/electron/index.js +139 -137
  19. package/dist/electron/metafile-cjs.json +1 -1
  20. package/dist/electron/metafile-esm.json +1 -1
  21. package/dist/governance/metafile-cjs.json +1 -1
  22. package/dist/governance/metafile-esm.json +1 -1
  23. package/dist/hooks/metafile-cjs.json +1 -1
  24. package/dist/hooks/metafile-esm.json +1 -1
  25. package/dist/hosted/metafile-cjs.json +1 -1
  26. package/dist/hosted/metafile-esm.json +1 -1
  27. package/dist/index.cjs +322 -320
  28. package/dist/index.d.cts +14 -2
  29. package/dist/index.d.ts +14 -2
  30. package/dist/index.js +322 -320
  31. package/dist/intelligence/metafile-cjs.json +1 -1
  32. package/dist/intelligence/metafile-esm.json +1 -1
  33. package/dist/mcp/metafile-cjs.json +1 -1
  34. package/dist/mcp/metafile-esm.json +1 -1
  35. package/dist/metafile-cjs.json +1 -1
  36. package/dist/metafile-esm.json +1 -1
  37. package/dist/oracle/metafile-cjs.json +1 -1
  38. package/dist/oracle/metafile-esm.json +1 -1
  39. package/dist/providers/metafile-cjs.json +1 -1
  40. package/dist/providers/metafile-esm.json +1 -1
  41. package/dist/recipes/metafile-cjs.json +1 -1
  42. package/dist/recipes/metafile-esm.json +1 -1
  43. package/dist/research/metafile-cjs.json +1 -1
  44. package/dist/research/metafile-esm.json +1 -1
  45. package/dist/session/index.cjs +1 -1
  46. package/dist/session/index.js +1 -1
  47. package/dist/session/metafile-cjs.json +1 -1
  48. package/dist/session/metafile-esm.json +1 -1
  49. package/dist/sharing/metafile-cjs.json +1 -1
  50. package/dist/sharing/metafile-esm.json +1 -1
  51. package/dist/skills/metafile-cjs.json +1 -1
  52. package/dist/skills/metafile-esm.json +1 -1
  53. package/dist/soul/metafile-cjs.json +1 -1
  54. package/dist/soul/metafile-esm.json +1 -1
  55. package/dist/terminal/metafile-cjs.json +1 -1
  56. package/dist/terminal/metafile-esm.json +1 -1
  57. package/dist/ui/metafile-cjs.json +1 -1
  58. package/dist/ui/metafile-esm.json +1 -1
  59. package/dist/utils/metafile-cjs.json +1 -1
  60. package/dist/utils/metafile-esm.json +1 -1
  61. package/native/mxc/LICENSE.microsoft-mxc-sdk.md +20 -20
  62. package/native/mxc/README.md +25 -25
  63. package/native/mxc/bin/arm64/lxc-exec +0 -0
  64. package/native/mxc/bin/arm64/mxc-exec-mac +0 -0
  65. package/native/mxc/bin/x64/lxc-exec +0 -0
  66. package/native/mxc/package.json +58 -58
  67. package/ownership/CLEAN_ROOM_CONTRIBUTOR_GUIDE.md +63 -63
  68. package/ownership/audit.mjs +727 -727
  69. package/ownership/evidence/PROPRIETARY-COMMAND-1/implementation-record.md +77 -77
  70. package/ownership/evidence/PROPRIETARY-COMMAND-1/provenance-review.md +51 -51
  71. package/ownership/evidence/PROPRIETARY-MEDIA-1/implementation-record.md +131 -131
  72. package/ownership/evidence/PROPRIETARY-MEDIA-1/provenance-review.md +50 -50
  73. package/ownership/evidence/PROPRIETARY-PTY-1/implementation-record.md +86 -86
  74. package/ownership/evidence/PROPRIETARY-PTY-1/provenance-review.md +52 -52
  75. package/ownership/evidence/PROPRIETARY-RUNTIME-1/implementation-record.md +68 -68
  76. package/ownership/evidence/PROPRIETARY-RUNTIME-1/provenance-review.md +32 -32
  77. package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/implementation-record.md +53 -53
  78. package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/provenance-review.md +32 -32
  79. package/ownership/evidence/PROPRIETARY-UI-1/implementation-record.md +96 -96
  80. package/ownership/evidence/PROPRIETARY-UI-1/provenance-review.md +46 -46
  81. package/ownership/ownership-policy.json +1 -1
  82. package/ownership/ownership-policy.schema.json +192 -192
  83. package/ownership/templates/clean-room-implementation-record.md +70 -70
  84. package/ownership/templates/provenance-review.md +51 -51
  85. package/package.json +1 -1
@@ -1,58 +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
- }
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
+ }
@@ -1,63 +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.
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.