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
add future TODOs for central manifest and rust-native init command
- Move init command back to JAR-delegated (not yet implemented in Rust)
- Add TODO for central manifest at karate.sh/manifest.json
- Add TODO for rust-native init with project types and templates
- Reorganize future enhancements section
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Host a central manifest at `https://karate.sh/manifest.json` that provides:
813
+
814
+
* Download locations for all Karate releases (OSS and commercial)
815
+
* Version discovery for Karate JAR, JRE, and plugins
816
+
* Checksums for integrity verification
817
+
* Support for commercial/non-open-source tools (Xplorer, MCP server, etc.)
818
+
819
+
This enables the CLI to resolve downloads from a single authoritative source rather than hardcoded GitHub URLs.
820
+
821
+
## **12.2 Rust-Native `init` Command**
822
+
823
+
Move `karate init` from JAR-delegated to Rust-native. The command scaffolds project structure *before* Java is involved, making it unsuitable for JAR delegation.
0 commit comments