greentic-dev 0.5.5

Developer CLI and local tooling for Greentic flows, packs, and components
Documentation
## {{component_pascal}} Component

Generated by `greentic-dev component new {{component_name}}`. This template consumes `greentic-interfaces-guest` for bindings—no local WIT vendoring required.

### Build

```bash
cargo component build --release --target wasm32-wasip2
```

### Validate locally

```bash
greentic-dev component validate --path .
```

### Configuration schema

See `schemas/v1/config.schema.json` for the JSON Schema that the Greentic runner expects. The starter wires in component lifecycle hooks plus imports for secrets/state/HTTP/telemetry; prune or expand them as needed.