molecule-ai-plugin-molecule.../README.md
Hongming Wang 17a6f41ecb
Some checks failed
CI / validate (push) Failing after 0s
import from local vendored copy (2026-05-06)
2026-05-06 13:53:33 -07:00

1.3 KiB
Raw Permalink Blame History

molecule-skill-cron-learnings — Per-Tick Operational Memory

Plugin for Claude Code and Hermes. End each cron tick by appending 13 lines of operational learnings (what worked, what surprised, what to change next tick) to a per-project JSONL file. Replay at the start of the next tick so the agent carries operational context across session boundaries.

Pairs with molecule-session-context for auto-loading learnings at session start.

What it does

At the end of each cron tick:

  1. Review what happened — what worked, what failed, what was unexpected
  2. Append 13 lines to ~/.claude/projects/<project>/cron-learnings.jsonl
  3. Next tick start: replay learnings so the agent knows what changed

JSONL format

{"tick": "2026-04-21T14:00Z", "role": "research-lead", "learnings": ["GH_TOKEN was 401 for 3h — token refresh is fragile", "PR template needs a 'Testing' section"]}
{"tick": "2026-04-21T15:00Z", "role": "sdk-lead", "learnings": ["a2a-sdk 1.0.0 broke workspace startup — pinned to 0.3.x"]}

Installation

In org template (org.yaml)

plugins:
  - molecule-skill-cron-learnings

From URL

github://Molecule-AI/molecule-ai-plugin-molecule-skill-cron-learnings

License

Business Source License 1.1 — © Molecule AI.