Skip to content

Commit c392194

Browse files
howethomasclaude
andcommitted
Add .vcon-meta.yaml ecosystem descriptor
Self-describing metadata for the vconic-docs knowledge graph. See: https://github.com/vconic/vconic-docs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee9001a commit c392194

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vcon-meta.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .vcon-meta.yaml — vCon Ecosystem Repo Self-Descriptor
2+
# Schema: https://github.com/vconic/vconic-docs/blob/main/schema/repo-descriptor.schema.json
3+
4+
name: vcon-js
5+
category: core-library
6+
tags: [typescript, javascript, vcon, library, npm]
7+
description: "TypeScript/JavaScript library for creating and managing vCons"
8+
spec_version: "0.4.0"
9+
10+
relationships:
11+
- type: related-to
12+
target: vcon-dev/vcon
13+
note: "JS counterpart to Python vCon library"
14+
15+
entry_points:
16+
readme: README.md
17+
claude_md: null
18+
api_docs: null

0 commit comments

Comments
 (0)