- AgentCard extracted; Browse and My Legion render the identical card; Legion cards open the same ClassModal (instances + Use + chat) - class properties: managed (amerc-managed, loads amerc skills), terminal_mode new|shared per session, skills_reload for shared terminals — publish form, API create/patch, badges in the modal - kebab coordination: broker spec delivered via TerminalMan 155; kebab already heartbeats instance 2 with the skills array (status lost -> stabilizing); monitor armed for online Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "1.2.0-legioncards",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|