development #24

Merged
lmiranda merged 4 commits from development into main 2025-12-12 17:38:08 +00:00
Showing only changes of commit 8afea1d163 - Show all commits

View File

@@ -9,19 +9,19 @@
"name": "projman", "name": "projman",
"version": "0.1.0", "version": "0.1.0",
"description": "Sprint planning and project management with Gitea and Wiki.js integration", "description": "Sprint planning and project management with Gitea and Wiki.js integration",
"source": "./../../../plugins/projman" "source": "./../../plugins/projman"
}, },
{ {
"name": "project-hygiene", "name": "project-hygiene",
"version": "0.1.0", "version": "0.1.0",
"description": "Post-task cleanup hook that removes temp files, warns about unexpected root files, and manages orphans", "description": "Post-task cleanup hook that removes temp files, warns about unexpected root files, and manages orphans",
"source": "./../../../plugins/project-hygiene" "source": "./../../plugins/project-hygiene"
}, },
{ {
"name": "cmdb-assistant", "name": "cmdb-assistant",
"version": "1.0.0", "version": "1.0.0",
"description": "NetBox CMDB integration for infrastructure management - query, create, update, and manage network devices, IP addresses, sites, and more", "description": "NetBox CMDB integration for infrastructure management - query, create, update, and manage network devices, IP addresses, sites, and more",
"source": "./../../../plugins/cmdb-assistant" "source": "./../../plugins/cmdb-assistant"
} }
] ]
} }