mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user