@brickhouse-tech/sync-agents
Advanced tools
+6
-6
| { | ||
| "name": "@brickhouse-tech/sync-agents", | ||
| "version": "1.4.8", | ||
| "version": "1.5.0", | ||
| "description": "Simple scripts to DRY up common agent interactions across multiple LLM providers.", | ||
@@ -29,7 +29,7 @@ "keywords": [ | ||
| "optionalDependencies": { | ||
| "@brickhouse-tech/sync-agents-darwin-arm64": "1.4.8", | ||
| "@brickhouse-tech/sync-agents-darwin-x64": "1.4.8", | ||
| "@brickhouse-tech/sync-agents-linux-arm64": "1.4.8", | ||
| "@brickhouse-tech/sync-agents-linux-x64": "1.4.8", | ||
| "@brickhouse-tech/sync-agents-win32-x64": "1.4.8" | ||
| "@brickhouse-tech/sync-agents-darwin-arm64": "1.5.0", | ||
| "@brickhouse-tech/sync-agents-darwin-x64": "1.5.0", | ||
| "@brickhouse-tech/sync-agents-linux-arm64": "1.5.0", | ||
| "@brickhouse-tech/sync-agents-linux-x64": "1.5.0", | ||
| "@brickhouse-tech/sync-agents-win32-x64": "1.5.0" | ||
| }, | ||
@@ -36,0 +36,0 @@ "overrides": { |
+4
-1
@@ -83,2 +83,5 @@ # sync-agents | ||
| ### 🔐 Full-context integrity lock — *new in 1.5.0* | ||
| `sync-agents lock` writes `agents.lock` (provenance — where every rule, skill, hook, and spec came from) + `agents.sum` (go.sum-style content hashes for the whole tree). `sync-agents verify` then proves the tree is exactly what was reviewed — a post-install edit to a pulled artifact, an injected file that skipped quarantine, or a swapped symlink all fail `verify --json` with a non-zero exit. PLEX-style drift detection for your AI context. [Integrity lock →](docs/integrity.md) | ||
| ### 🖥️ OS-scoped routing | ||
@@ -102,3 +105,3 @@ Drop rules into `rules/macos/`, `rules/linux/`, or `rules/unix/` and they only sync on matching machines. One committed tree, no brew-rules noise on your Linux box. [OS routing →](docs/os-scoped-routing.md) | ||
| - [Topology & configuration](docs/topology.md) — the `.agents/` tree, `config`, `STATE.md` | ||
| - [Sources, lockfile & provenance](docs/sources.md) · [Quarantine](docs/quarantine.md) · [Linked sources](docs/linked-sources.md) | ||
| - [Sources, lockfile & provenance](docs/sources.md) · [Quarantine](docs/quarantine.md) · [Linked sources](docs/linked-sources.md) · [Integrity lock](docs/integrity.md) | ||
| - [Inheritance](docs/inheritance.md) · [ADRs](docs/adrs.md) · [OS-scoped routing](docs/os-scoped-routing.md) | ||
@@ -105,0 +108,0 @@ - [Architecture](docs/README.md#architecture) — scope resolution, semantic routing, global roots |
11761
5.22%112
2.75%