18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"name": "systems-programming",
|
|
"description": "Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./agents/rust-pro.md",
|
|
"./agents/golang-pro.md",
|
|
"./agents/c-pro.md",
|
|
"./agents/cpp-pro.md"
|
|
],
|
|
"commands": [
|
|
"./commands/rust-project.md"
|
|
]
|
|
} |