leash-harness 0.1.1

Composable local-LLM and robotics harness with MCP, CLI, and safe robot adapters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# .github

This folder holds GitHub automation for Leash. Keep repository-level automation here rather than mixing CI or release behavior into runtime docs.

```mermaid
flowchart TB
  github[".github/"] --> workflows["workflows/"]
  workflows --> ci["ci.yml\nformat, clippy, tests, feature matrix, smoke-all"]
  workflows --> release["release.yml\ncrate artifact, platform binaries, draft GitHub release"]
```

## Contents

- `workflows/`: GitHub Actions workflow definitions for pull requests, pushes, tags, and manual release runs.