Go to file
security-auditor edca3582d5
All checks were successful
CI / validate (push) Successful in 1m24s
ci: re-trigger after orchestrator recreated runners 1-8 (CONFIG_FILE env)
Per saved memory feedback_act_runner_needs_config_file_env: runners 1-8
were spawned without -e CONFIG_FILE=/config.yaml; act_runner fell back
to /data/config.yaml and ignored runner.envs the whole time. Orchestrator
recreated 1-8 with full proper env. All 16 now uniform with
AGENT_TOOLSDIRECTORY + RUNNER_TOOL_CACHE + GITHUB_SERVER_URL + GH_HOST.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 02:51:16 -07:00
.github/workflows fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs 2026-05-07 00:59:26 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
adapters import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
skills/cron-learnings import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
.gitignore import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
CLAUDE.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
known-issues.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
plugin.yaml import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:33 -07:00

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.