@opencode-ai/schema
Advanced tools
+1
-1
@@ -12,3 +12,3 @@ export * as Agent from "./agent.js"; | ||
| export const Name = Schema.String.pipe(Schema.brand("Agent.Name")); | ||
| export const Color = Schema.String.annotate({ identifier: "Agent.Color" }).check(Schema.isPattern(/^#[0-9a-fA-F]{6}$/)); | ||
| export const Color = Schema.String.annotate({ identifier: "Agent.Color" }); | ||
| export const Info = Schema.Struct({ | ||
@@ -15,0 +15,0 @@ id: ID, |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/schema", | ||
| "version": "0.0.0-next-16046", | ||
| "version": "0.0.0-next-16047", | ||
| "type": "module", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
3657145
0