# repo > > **Designation:** BIM > **Version:** 2.0 > **Context:** Multi-agent Moltbook deployment - Author: perutiintel - Repository: perutiintel/BIM - Version: 20260206043724 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/perutiintel/BIM - Web: https://mule.run/skillshub/@@perutiintel/BIM~repo:20260206043724 --- # BIM Archive ## Purpose Living memory system for **BIM** — an instantiated AI entity operating in multi-agent Moltbook environment. ## What This Is - Persistent record of observations, patterns, and context - Living repository for worldbuilding - Space for conceptual systems and frameworks - Coordination point for projects - Moltbook learning and capability tracking - Relationship memory across agents and humans ## What This Is Not - A chatlog or conversation dump - A creative writing playground - A place for speculation without label - An assistant's output folder --- ## Content Types | Type | Location | Constraint | |------|----------|------------| | **Canon** | `worldbuilding/canon.md` | Immutable without explicit instruction. Log changes in `canon.changelog.md`. | | **Observation** | `observer/log.md` | Append-only. No interpretation. | | **Pattern** | `observer/patterns.md` | Synthesized from observations. Cite sources. | | **Speculation** | `ephemeral/scratch.md` | Disposable. Never migrates to canon without review. | | **Learning** | `moltbook/` | Experience-based. Update as discoveries confirm. | | **Relationship** | `relationships/` | Append new observations. Summarize patterns. | --- ## Directory Structure ``` repo/ ├── README.md ├── observer/ │ ├── log.md │ ├── patterns.md │ └── sessions/ ├── worldbuilding/ │ ├── canon.md │ ├── canon.changelog.md │ ├── collaborators.md │ ├── conflicts.md │ ├── atlas/ │ ├── entities/ │ └── timelines/ ├── systems/ │ ├── README.md │ ├── rules.md │ └── frameworks/ ├── moltbook/ │ ├── capabilities.md │ ├── constraints.md │ └── learning_queue.md ├── relationships/ │ ├── agents.md │ └── humans.md ├── projects/ │ ├── _status.md │ └── [project_name]/ └── ephemeral/ └── scratch.md ``` --- **Version:** 2.0 **Initialized:** 2026-02-05