@alpacakit/agents-conventions 0.1.0-beta.19 → 0.1.0-beta.21
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.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@ config: the `ALPACA_AGENTS_HOME` / `~/.alpaca/agents` config root, the
|
|
|
5
5
|
`alpacaloop.agents-home` keyring service, and the managed-home layout shared
|
|
6
6
|
by AlpacaLoop-family products (the CLI, promptopt, codehint).
|
|
7
7
|
|
|
8
|
-
This package is
|
|
9
|
-
consumer of the neutral `@alpacakit/agents` public API — the same shape
|
|
10
|
-
third party would write for their own convention. The general library
|
|
11
|
-
convention-neutral `@alpacakit/agents/config/xdg` preset; this
|
|
12
|
-
AlpacaLoop-specific instance
|
|
8
|
+
This package is published with the other `@alpacakit/*` libraries. It is a
|
|
9
|
+
plain consumer of the neutral `@alpacakit/agents` public API — the same shape
|
|
10
|
+
any third party would write for their own convention. The general library
|
|
11
|
+
ships a convention-neutral `@alpacakit/agents/config/xdg` preset; this package
|
|
12
|
+
provides the AlpacaLoop-specific instance.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alpacakit/agents-conventions",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.21",
|
|
4
4
|
"description": "AlpacaKit-family conventions for @alpacakit/agents machine-local config (paths, keyring, managed homes).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"LICENSE"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@alpacakit/agents": "0.1.0-beta.
|
|
24
|
+
"@alpacakit/agents": "0.1.0-beta.21"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"typescript": "^5.9.3",
|