Skip to content

skills: add W&B reactive safety guidance - #649

Merged
ngrayluna merged 1 commit into
wandbify_skillsfrom
wandbify_skills_marimo_reactive_safety
Sep 2, 2026
Merged

skills: add W&B reactive safety guidance#649
ngrayluna merged 1 commit into
wandbify_skillsfrom
wandbify_skills_marimo_reactive_safety

Conversation

@ktaletsk

Copy link
Copy Markdown

Summary

  • treat form submission and run-button clicks as the consent boundary for remote W&B writes
  • document molab authentication and credential-safety expectations
  • encode W&B remote-state ordering through explicit results or completion dependencies
  • require synchronization before Artifact, Public API, or Registry consumers
  • add idempotent re-submission and final-verification checks

Context

This PR is intentionally stacked on #647 and targets its wandbify_skills branch. It contains only skill guidance; no notebook conversions are included.

The additions capture recurring issues found while repairing converted W&B notebooks: marimo cannot infer ordering from mutations to run, config, Artifact, or remote W&B state, and reactive evaluation must not trigger remote writes before explicit user submission.

Validation

  • quick_validate.py: skill is valid
  • git diff --check: passed

@ktaletsk
ktaletsk requested a review from ngrayluna August 31, 2026 15:27
@ngrayluna
ngrayluna merged commit d56d942 into wandbify_skills Sep 2, 2026
2 of 3 checks passed
@ngrayluna
ngrayluna deleted the wandbify_skills_marimo_reactive_safety branch September 2, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants