continuous-learning — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited continuous-learning (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When discussing learned behaviors, instinct management, pattern capture, or skill evolution. Also activates during session-end reviews where patterns may be captured.
MindForge automatically observes sessions and captures behavioral patterns as "instincts" — lightweight learned behaviors that may evolve into full skills.
Instinct lifecycle:
Observation -> Instinct (confidence: 0.5)
| applied successfully
Confidence grows (0.5 -> 0.6 -> 0.7 -> ...)
| confidence >= 0.85 AND applied 5+ times
Promotion candidate
| user approves
Full SKILL.md created and registeredThe instinct engine runs in auto-capture mode, watching for:
View active instincts:
.mindforge/engine/instincts/instinct-store.jsonl/mindforge:status which includes instinct summaryManually capture:
/mindforge:learn-instinct "observation" --behavior "what to do"Promote to skills:
/mindforge:evolve-skills to review mature instinctsDeprecate/Prune:
Every captured instinct carries a project_id (a stable 12-char SHA256 of the git remote URL, normalized so https/ssh/scp clones of the same repo match) plus a human-readable project name. Outside a git repo, both fall back to global. This enforces the invariant that instincts learned in repo A never surface in repo B:
cluster-instincts), match project_id to the current repo's detected id, OR global. Ignore entries from other projects.
bin/hooks/lib/detect-project.js (detectProject(cwd)) is thesingle source of the id; the capture hook stamps it on write.
confidence >= 0.8 is a candidate to promote to a global instinct (deeper cross-project promotion criteria are handled by evolve-skills).
Report instinct activity:
Instincts this session:
[NEW] "Pattern observed" (confidence: 0.5)
[REINFORCED] "Existing pattern" (0.6 -> 0.7)
[READY] "Mature pattern" -- eligible for promotion
Active: 47/100 | Promotion candidates: 3~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.