@maestroagora/agora 1.1.0 → 1.1.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/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -4
- package/README.md +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-agora",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Maestro: Agora writes truthful commercial, editorial, interface, and spoken copy without outrunning the proof.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Mark Laursen",
|
|
@@ -33,9 +33,7 @@
|
|
|
33
33
|
"defaultPrompt": [
|
|
34
34
|
"/agora sell Rewrite this page from one real buyer stake to a defensible belief and one supported action.",
|
|
35
35
|
"/agora invest Write an objective investor profile that makes the company mechanism and investment relevance clear.",
|
|
36
|
-
"/agora position Turn these verified facts into a proof-bounded company description for this surface."
|
|
37
|
-
"/agora inform Explain this topic from the supplied sources without turning it into a sales pitch.",
|
|
38
|
-
"/agora transact Rewrite this confirmation so the state, consequence, and next action are clear."
|
|
36
|
+
"/agora position Turn these verified facts into a proof-bounded company description for this surface."
|
|
39
37
|
]
|
|
40
38
|
}
|
|
41
39
|
}
|
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ npm run check
|
|
|
166
166
|
npx -y @maestroagora/agora --dry-run
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
The validation suite checks the strict skill root, the v1.1
|
|
169
|
+
The validation suite checks the strict skill root, the v1.1 behavior contract, plugin metadata, relative links, installer behavior, and the exact npm package allowlist. A committed blind-eval corpus covers mode and surface combinations without calling a model during CI.
|
|
170
170
|
|
|
171
171
|
## License
|
|
172
172
|
|
package/package.json
CHANGED