19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"$schema": "../../schemas/toolkit-schemas/toolkit.json",
|
|
"name": "Operating System Control",
|
|
"description": "Tools for interacting with and controlling the operating system.",
|
|
"icon_name": "terminal-box-line",
|
|
"context_files": [
|
|
"LEON.md",
|
|
"ARCHITECTURE.md",
|
|
"HOST_SYSTEM.md",
|
|
"ACTIVITY.md",
|
|
"SYSTEM_RESOURCES.md",
|
|
"STORAGE.md"
|
|
],
|
|
"tools": [
|
|
"shell",
|
|
"file"
|
|
]
|
|
}
|