memory-ingest

Solid

Transform validated knowledge into structured long-term memory. Activate after Bootstrap scan, after Discovery produces validated artefacts, or after architecture insights are available.

AI & Automation 155 stars 28 forks Updated 2 days ago NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Memory Ingest ## Purpose / When to Activate Activate after: - Bootstrap scan produces architecture insights - Discovery produces validated artefacts or decisions - New validated project knowledge needs to be persisted **Only ingest validated knowledge — never raw session output.** --- ## Process **CRITICAL — Anti-Collision Guard (MUST execute before writing any memory file):** Before writing any file under `contexts/memory/**`, check if the target file already exists on disk: - If it does NOT exist → proceed normally. - If it DOES exist → **read the existing file first**. Then decide: - If the existing content covers a **different topic or entity** than what you are about to write → **STOP immediately**, surface the collision to the human, do not proceed. - If the existing content covers the **same topic** and an update is warranted → proceed, but preserve any human edits or prior knowledge that remains valid. Treat this as an **update**, not a replacement. - If the existing content is identical or still valid → skip writing, report "no changes needed". This guard prevents the silent data loss incident of 2026-03-17 where concurrent sessions overwrote memory files. 1. Read new validated knowledge (discovery results, decisions, architecture insights, validated hypotheses, GTM decisions) 2. Read `contexts/memory/index.md` to discover available categories (shared and domain). Classify knowledge into the most appropriate existing category. If no existing category f...

Details

Author
Fr-e-d
Repository
Fr-e-d/GAAI-framework
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category