mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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": {
|
||||||
|
|||||||
@@ -321,8 +321,8 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p
|
|||||||
| **systems-programming** | Rust, Go, C, C++ for systems development | `/plugin install systems-programming` |
|
| **systems-programming** | Rust, Go, C, C++ for systems development | `/plugin install systems-programming` |
|
||||||
| **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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user