Skip to content

Commit 0b5bb79

Browse files
authored
Add schema for Acton projects (#5661)
1 parent 68029e6 commit 0b5bb79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9773,6 +9773,12 @@
97739773
"description": "Open standard for AI agent team definitions — declare agents, roles, tools, access policies, and pipelines in a single versioned document",
97749774
"fileMatch": ["*.envelope.json", "team.envelope.json"],
97759775
"url": "https://schema.openenvelope.org/team/v1.json"
9776+
},
9777+
{
9778+
"name": "Acton",
9779+
"description": "Configuration file for Acton projects",
9780+
"fileMatch": ["Acton.toml"],
9781+
"url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
97769782
}
97779783
]
97789784
}

0 commit comments

Comments
 (0)