@atrib/emit 0.4.0 → 0.4.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# `@atrib/
|
|
1
|
+
# `@atrib/emit`
|
|
2
2
|
|
|
3
3
|
MCP server exposing the explicit `emit` tool — the producer-side cognitive primitive that lets an agent sign observations, annotations, and revisions under its own atrib identity, beyond what `@atrib/mcp` auto-signs.
|
|
4
4
|
|
|
@@ -67,7 +67,7 @@ Same chain as the wrapper for the first three sources, plus a 1Password fallback
|
|
|
67
67
|
|
|
68
68
|
`atrib-emit` signs records under the **agent's** identity — the same key as the wrapper. There's no separate "emit identity"; skills don't have identities, the agent always signs as itself.
|
|
69
69
|
|
|
70
|
-
If a 1Password item stores the seed with a `ATRIB_PRIVATE_KEY=<value>` label prefix
|
|
70
|
+
If a 1Password item stores the seed with a `ATRIB_PRIVATE_KEY=<value>` label prefix, the prefix is stripped before decoding so both shapes work — useful for items that live alongside other env-prefixed credentials.
|
|
71
71
|
|
|
72
72
|
## Configuration
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/emit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "MCP server for atrib. The producer-side cognitive primitive: lets agents sign explicit observations, annotations, and revisions beyond what middleware auto-signs.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|