17 lines
495 B
JSON
17 lines
495 B
JSON
{
|
|
"name": "rust-hexagonal",
|
|
"description": "Hexagonal architecture plugin for Rust. Helps design and implement clean, maintainable Rust applications using the ports and adapters pattern. Includes commands for initializing project structure, adding ports and adapters, and an expert agent for architecture guidance",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Emil Lindfors"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |