Standalone DE1 plugin repo for the CMO DE1 plugin.
- product/plugin name:
CMO - repo name:
de1-plugin-cmo - plugin folder name on the machine:
cmo - Tcl namespace:
::plugins::cmo
The name focuses on what the plugin does:
- it uploads shot data
- it offloads that data from the machine
It does not assume the final destination is only for backups, even though backup reliability is the current product goal.
v0.1.0 is intentionally a no-op release for sidecar install testing.
What it does:
- loads as plugin
cmo - shows a simple settings page
- confirms the sidecar can install a real plugin release
What it does not do:
- hook shot events
- read machine history
- send network traffic
- write backup files
plugin.tcl: entrypointcmo.tcl: minimal no-op plugin implementationfilelist.txt: plugin file manifestconfig.example.tcl: future uploader configuration template
This repo is ready for an initial release tag to test sidecar installation.
The real uploader behavior will be added in later releases after plugin runtime research and shot hook validation are complete.