@event4u/agent-config 4.7.0 → 4.7.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/.claude-plugin/marketplace.json +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/discovery/deprecation-report.md +1 -1
- package/dist/discovery/discovery-manifest.json +1 -1
- package/dist/discovery/discovery-manifest.json.sha256 +1 -1
- package/dist/discovery/discovery-manifest.summary.md +1 -1
- package/dist/discovery/orphan-report.md +1 -1
- package/dist/discovery/packs.json +1 -1
- package/dist/discovery/trust-report.md +1 -1
- package/dist/discovery/workspaces.json +1 -1
- package/dist/mcp/registry-manifest.json +1 -1
- package/dist/shared/userMd/formAdapter.js +6 -4
- package/dist/shared/userMd/formAdapter.js.map +1 -1
- package/dist/shared/userMd/schema.js +4 -1
- package/dist/shared/userMd/schema.js.map +1 -1
- package/dist/ui/assets/{index-CoqV8tnv.js → index-4V5HhhIV.js} +2 -2
- package/dist/ui/assets/index-4V5HhhIV.js.map +1 -0
- package/dist/ui/index.html +1 -1
- package/docs/contracts/agent-user-schema.md +2 -2
- package/package.json +1 -1
- package/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
- package/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
- package/dist/ui/assets/index-CoqV8tnv.js.map +0 -1
package/dist/ui/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
6
|
<meta name="robots" content="noindex" />
|
|
7
7
|
<title>agent-config</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-4V5HhhIV.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-BbWWuFrF.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
@@ -25,7 +25,7 @@ version: 1
|
|
|
25
25
|
identity:
|
|
26
26
|
name: "Matze" # required — how the user wants to be addressed (full name or shorthand)
|
|
27
27
|
language: "de" # required — BCP-47-ish primary language ("de", "en", "fr", ...)
|
|
28
|
-
role: #
|
|
28
|
+
role: # optional — unordered list of role labels (may be empty)
|
|
29
29
|
- founder
|
|
30
30
|
- engineer
|
|
31
31
|
style:
|
|
@@ -55,7 +55,7 @@ enforced by `/agents user accept` and `/agents user update`.
|
|
|
55
55
|
| `version` | yes | Schema version. v1 is the only valid value today. |
|
|
56
56
|
| `identity.name` | yes | How the agent addresses the user (full name or shorthand — user's choice). |
|
|
57
57
|
| `language` | yes | Primary language; the agent mirrors per [`language-and-tone`](../../.agent-src/rules/language-and-tone.md). |
|
|
58
|
-
| `role` |
|
|
58
|
+
| `role` | no | Unordered list of role labels (may be empty). Drives reviewer-voice selection and persona pairing when populated. Seeded enum mirrors `SEED_PROFILE_IDS`; additional free-form entries accepted; each present entry must be non-empty. The setup wizard never blocks a save on it. |
|
|
59
59
|
| `style.pace` | yes | `pragmatic` (default), `thorough` (more verification), or `rapid` (shorter replies). |
|
|
60
60
|
| `voice_sample` | no | Optional representative paste — sharpens mirror-back and tone calibration when present; may be empty. The setup wizard never blocks a save on it. |
|
|
61
61
|
| `last_updated` | yes | ISO date, bumped on every accept. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@event4u/agent-config",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.1",
|
|
4
4
|
"description": "Universal AI Agent OS \u2014 audited skills, governance rules, commands, and templates for AI coding tools (Claude Code, Cursor, Windsurf, Copilot).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|