fix: restore original plugin name arm-cortex-microcontrollers

- Revert plugin name from embedded-systems to arm-cortex-microcontrollers
- Keep original name chosen by contributor Ryan Snodgrass
- Update all references in README.md and marketplace.json
- Plugin structure remains properly organized in plugins/ directory
This commit is contained in:
Seth Hobson
2025-10-14 21:13:27 -04:00
parent 571b0c6db4
commit 93018df532
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -322,7 +322,7 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p
| **jvm-languages** | Java, Scala, C# with enterprise patterns | `/plugin install jvm-languages` | | **jvm-languages** | Java, Scala, C# with enterprise patterns | `/plugin install jvm-languages` |
| **web-scripting** | PHP and Ruby for web applications | `/plugin install web-scripting` | | **web-scripting** | PHP and Ruby for web applications | `/plugin install web-scripting` |
| **functional-programming** | Elixir with OTP and Phoenix | `/plugin install functional-programming` | | **functional-programming** | Elixir with OTP and Phoenix | `/plugin install functional-programming` |
| **embedded-systems** | ARM Cortex-M firmware and drivers | `/plugin install embedded-systems` | | **arm-cortex-microcontrollers** | ARM Cortex-M firmware and drivers | `/plugin install arm-cortex-microcontrollers` |
### 🔗 Blockchain (1 plugin) ### 🔗 Blockchain (1 plugin)
@@ -862,7 +862,7 @@ Use these commands to explore available functionality:
| Agent | Model | Description | | Agent | Model | Description |
| ---------------------------------------------------------------------------- | ------ | ---------------------------------------------------------- | | ---------------------------------------------------------------------------- | ------ | ---------------------------------------------------------- |
| [arm-cortex-expert](plugins/embedded-systems/agents/arm-cortex-expert.md) | sonnet | ARM Cortex-M firmware and peripheral driver development | | [arm-cortex-expert](plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md) | sonnet | ARM Cortex-M firmware and peripheral driver development |
| [blockchain-developer](plugins/blockchain-web3/agents/blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols | | [blockchain-developer](plugins/blockchain-web3/agents/blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols |
| [payment-integration](plugins/payment-processing/agents/payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) | | [payment-integration](plugins/payment-processing/agents/payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) |
| [legacy-modernizer](plugins/framework-migration/agents/legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization | | [legacy-modernizer](plugins/framework-migration/agents/legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization |