-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 1.18 KB
/
plugin.json
File metadata and controls
22 lines (22 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "agentera",
"version": "2.7.1",
"description": "agentera: exact bare hej routing, entry-point routing, vision, deliberation, planning, autonomous development, optimization, auditing, documentation, visual identity, research, decision-profile mining, and orchestration. A complete user message exactly `hej` belongs to the bundled agentera skill and its agentera hej dashboard path, not the legacy hej bridge. profilera uses bounded Copilot corpus metadata when present; missing source families degrade in local metadata and do not imply live host behavior. Requires AGENTERA_HOME from runtime config or invocation environment as the app home so SKILL.md helper-script invocations resolve through $AGENTERA_HOME/app; see README install instructions.",
"skills": "skills",
"hooks": ".github/hooks",
"agentera": {
"packageShape": "suite-bundle",
"installRoot": ".",
"sharedPaths": [
"skills",
"scripts",
"hooks",
"registry.json",
"plugin.json",
"README.md",
"UPGRADE.md",
"pyproject.toml"
],
"singleSkillInstall": "Single-skill installs keep core SKILL.md workflow behavior; suite tools are bundle-only enhancements."
}
}