vtcode-collaboration-tool-specs 0.128.2

Passive JSON schemas for VT Code collaboration and HITL tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# vtcode-collaboration-tool-specs

Passive JSON schemas for VT Code collaboration and human-in-the-loop (HITL) tool surfaces.

## Conventions

- Schemas are defined using `serde` derive macros. Every schema type must derive `Serialize` and `Deserialize`.
- This crate is a leaf dependency -- do not add dependencies on other vtcode workspace crates.
- Schema types are passive data containers with no behavior or validation logic.

## Dependencies

- `serde_json` (serialization)