You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeScript template is implemented. Python, Rust, and Go template IDs are reserved and return `TEMPLATE_NOT_IMPLEMENTED` until their template sources satisfy the Rootward contract.
71
+
For a generated Rust project:
72
+
73
+
```bash
74
+
cd my-tool
75
+
cargo test
76
+
cargo build
77
+
cargo run -- init
78
+
cargo run -- discover --json
79
+
```
80
+
81
+
The TypeScript and Rust templates are implemented. Python and Go template IDs are reserved and return `TEMPLATE_NOT_IMPLEMENTED` until their template sources satisfy the Rootward contract.
0 commit comments