refactor: move arm-cortex-expert to embedded-systems plugin

- Refactor standalone agent into proper plugin structure
- Create plugins/embedded-systems/ directory with agents/ subdirectory
- Move arm-cortex-expert.md to plugins/embedded-systems/agents/
- Update marketplace.json plugin name and source path
- Update README.md to reflect 7 language plugins (was 6)
- Add embedded-systems to Languages plugin table
- Update all agent references to new path
- Remove empty agents/ directory

This aligns the embedded-systems plugin with the standard plugin
architecture used throughout the repository.
This commit is contained in:
Seth Hobson
2025-10-14 21:06:18 -04:00
parent ff01b4e86b
commit 571b0c6db4
3 changed files with 17 additions and 15 deletions

View File

@@ -1816,8 +1816,8 @@
]
},
{
"name": "arm-cortex-microcontrollers",
"source": "./agents",
"name": "embedded-systems",
"source": "./plugins/embedded-systems",
"description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
"version": "1.2.0",
"author": {
@@ -1840,7 +1840,7 @@
"strict": false,
"commands": [],
"agents": [
"./arm-cortex-expert.md"
"./agents/arm-cortex-expert.md"
]
}
]