diff --git a/extensions/reaper/README.md b/extensions/reaper/README.md new file mode 100644 index 00000000..61953de0 --- /dev/null +++ b/extensions/reaper/README.md @@ -0,0 +1,3 @@ +# Process Monitor + +A process management tool for Connect. Monitor running processes for your apps and dashboards: see detailed information about them and terminate them if they are stuck or causing issues. diff --git a/extensions/reaper/connect-extension.qmd b/extensions/reaper/connect-extension.qmd deleted file mode 100644 index f7e71f91..00000000 --- a/extensions/reaper/connect-extension.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: reaper -categories: - - ps - - shiny - - python ---- - -kill your darlings diff --git a/extensions/reaper/manifest.json b/extensions/reaper/manifest.json index ab62ccfb..63ee1d98 100644 --- a/extensions/reaper/manifest.json +++ b/extensions/reaper/manifest.json @@ -31,10 +31,10 @@ }, "extension": { "name": "reaper", - "title": "Reaper", - "description": "A view to a kill.", + "title": "Process Monitor", + "description": "A process management tool for Connect. Monitor running processes for your apps and dashboards: see detailed information about them and terminate them if they are stuck or causing issues.", "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper", "minimumConnectVersion": "2025.04.0", - "version": "0.0.2" + "version": "0.0.3" } }