@agent-native/creative-context 0.7.11 → 0.7.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/package.json +3 -3
- package/src/eval/connectors-golden.spec.ts +1 -1
- package/src/eval/fixtures/figma-brand-system-v1.json +2 -2
- package/src/eval/fixtures/figma-brand-system-v2.json +2 -2
- package/src/eval/fixtures/launch-system-v1.pptx +0 -0
- package/src/eval/fixtures/launch-system-v2.pptx +0 -0
- package/src/eval/fixtures/rendered-brand-page.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/creative-context",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.12",
|
|
4
4
|
"description": "Shared creative context ingestion, versioning, search, brand DNA, and context-pack primitives for agent-native apps.",
|
|
5
5
|
"homepage": "https://github.com/BuilderIO/agent-native#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"react-dom": "^19.2.7",
|
|
58
58
|
"typescript-7": "npm:typescript@^7.0.2",
|
|
59
59
|
"vitest": "^4.1.5",
|
|
60
|
-
"@agent-native/core": "0.175.
|
|
61
|
-
"@agent-native/toolkit": "0.17.
|
|
60
|
+
"@agent-native/core": "0.175.4",
|
|
61
|
+
"@agent-native/toolkit": "0.17.3"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@agent-native/core": ">=0.8.0",
|
|
@@ -346,7 +346,7 @@ describe("realistic connector acceptance corpus", () => {
|
|
|
346
346
|
rendered: true,
|
|
347
347
|
warnings: [],
|
|
348
348
|
extraction: {
|
|
349
|
-
title: "Agent
|
|
349
|
+
title: "Agent-Native — Create with context",
|
|
350
350
|
text: "Reusable context keeps creative work aligned.",
|
|
351
351
|
assets: [],
|
|
352
352
|
internalLinks: ["https://brand.example/start"],
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Agent
|
|
2
|
+
"name": "Agent-Native Brand System",
|
|
3
3
|
"version": "figma-v1-2026-06-01",
|
|
4
4
|
"lastModified": "2026-06-01T12:00:00.000Z",
|
|
5
5
|
"editorType": "figma",
|
|
6
6
|
"role": "viewer",
|
|
7
7
|
"document": {
|
|
8
8
|
"id": "document:0",
|
|
9
|
-
"name": "Agent
|
|
9
|
+
"name": "Agent-Native Brand System",
|
|
10
10
|
"type": "DOCUMENT",
|
|
11
11
|
"children": [
|
|
12
12
|
{
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Agent
|
|
2
|
+
"name": "Agent-Native Brand System",
|
|
3
3
|
"version": "figma-v2-2026-07-15",
|
|
4
4
|
"lastModified": "2026-07-15T18:30:00.000Z",
|
|
5
5
|
"editorType": "figma",
|
|
6
6
|
"role": "viewer",
|
|
7
7
|
"document": {
|
|
8
8
|
"id": "document:0",
|
|
9
|
-
"name": "Agent
|
|
9
|
+
"name": "Agent-Native Brand System",
|
|
10
10
|
"type": "DOCUMENT",
|
|
11
11
|
"children": [
|
|
12
12
|
{
|
|
Binary file
|
|
Binary file
|