+
A hidden status-buffer protocol
+
+ - observed
- The successful Slurm path was not a bare generic request: reproducing the full template tags, fixed buffers and scheduler-event-buffer association let job
aa26bc0d… complete in 271 seconds.
+ - mistake exposed
- The reproducer manually imitated selected SEB/tags but still called
submit_job(), bypassing the template abstraction it claimed to reproduce.
+ - what makes it reusable
- Declare
template::slurm in catalog/binding data, then let the adapter call the public template lifecycle instead of duplicating its wire algorithm. A local bytes-decoding bug obscured the SEB display, not the completed remote run.
+
+
design rule
Select an execution template by declared capability—never by application name or copied tag folklore.
+
+