@brickhouse-tech/sync-agents 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -106,7 +106,7 @@ AGENTS.md is also symlinked to CLAUDE.md so that Claude reads the index natively
106
106
  | `sync` | Create symlinks from `.agents/` into all target directories, and symlink `AGENTS.md` to `CLAUDE.md` |
107
107
  | `watch` | Watch `.agents/` for changes and auto-regenerate `AGENTS.md` |
108
108
  | `import <url>` | Import a rule/skill/workflow from a URL |
109
- | `git-hook` | Install a pre-commit git hook for auto-sync (`hook` remains a deprecated alias until v1.0) |
109
+ | `git-hook` | Install a pre-commit git hook for auto-sync (`hook` remains as a deprecated alias) |
110
110
  | `inherit <label> <path>` | Add an inheritance link to AGENTS.md |
111
111
  | `inherit --list` | List current inheritance links |
112
112
  | `inherit --remove <label>` | Remove an inheritance link by label |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickhouse-tech/sync-agents",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Simple scripts to DRY up common agent interactions across multiple LLM providers.",
5
5
  "keywords": [
6
6
  "agents",
@@ -26,11 +26,11 @@
26
26
  "bin/sync-agents.js"
27
27
  ],
28
28
  "optionalDependencies": {
29
- "@brickhouse-tech/sync-agents-darwin-arm64": "1.0.0",
30
- "@brickhouse-tech/sync-agents-darwin-x64": "1.0.0",
31
- "@brickhouse-tech/sync-agents-linux-arm64": "1.0.0",
32
- "@brickhouse-tech/sync-agents-linux-x64": "1.0.0",
33
- "@brickhouse-tech/sync-agents-win32-x64": "1.0.0"
29
+ "@brickhouse-tech/sync-agents-darwin-arm64": "1.0.1",
30
+ "@brickhouse-tech/sync-agents-darwin-x64": "1.0.1",
31
+ "@brickhouse-tech/sync-agents-linux-arm64": "1.0.1",
32
+ "@brickhouse-tech/sync-agents-linux-x64": "1.0.1",
33
+ "@brickhouse-tech/sync-agents-win32-x64": "1.0.1"
34
34
  },
35
35
  "overrides": {
36
36
  "file-type": ">=22",