All notable changes to ASI:BUILD are documented here.
Format: Keep a Changelog Versioning: Semantic Versioning
- BREAKING: Complete repository restructure
- All real, tested code moved to
src/asi_build/ - All scaffolding and experimental code moved to
archive/ - Import paths changed:
from consciousness_engine import X→from asi_build.consciousness import Xfrom cognitive_synergy import X→from asi_build.cognitive_synergy import Xfrom graph_intelligence import X→from asi_build.graph_intelligence import Xfrom homomorphic_engine import X→from asi_build.homomorphic import X
- Duplicate directories consolidated (e.g.,
consciousness/andconsciousness_engine/merged)
- All real, tested code moved to
pyproject.tomlupdated to modern packaging (Hatchling build backend)- All modules now installable as
asi-buildwith optional dependency groups
knowledge_graphmodule — Bi-temporal knowledge graph with provenance tracking, A* pathfinding, and pheromone-based learning (contributed by the MemPalace-AGI integration project)- Test suite — 125+ tests covering
consciousness,graph_intelligence,cognitive_synergy,homomorphic, andknowledge_graphmodules pyproject.toml— Modern Python packaging with Hatchling, optional dependency groups per moduleMakefile— Standard development targets:install,test,lint,format,cleanconfigs/default.yaml— Documented configuration template for all modulesCONTRIBUTING.md— Contributor guide with module development instructionsCHANGELOG.md— This file.gitignore— Proper Python + project-specific ignores
- 9 uninstantiable consciousness classes — Missing
_initialize()implementations causingTypeErroron construction - Cypher injection in
graph_intelligence— Raw string formatting replaced with parameterized queries - Removed hardcoded API keys and credentials from source files and configuration examples
- Import errors in several modules caused by circular imports after directory consolidation
- 25MB scraped website from
branding/— External content should not be committed - Duplicate directories —
consciousness_engine/(→consciousness/),synergy/(→cognitive_synergy/),graph_engine/(→graph_intelligence/) - Internal correspondence — Development emails and one-time migration scripts
- One-time scripts —
fix.py,migrate_v1.py,reorg.shand similar
- Initial ASI:BUILD framework with 47 subsystems
- Consciousness engine (Global Workspace Theory, Integrated Information Theory, Attention Schema Theory)
- Quantum engine (Qiskit integration, quantum-classical hybrid circuits)
- Reality engine (experimental world-model integration)
- Wave evolution system (6 waves of cognitive development)
- Documentation suite (45+ documents)
- 101 wiki pages
- ASI-Code TypeScript AI coding IDE (
asi-code/) - Original module set:
consciousness_engine,synergy,graph_engine,homomorphic_engine,quantum_engine,reasoning_engine,safety_layer,compute_manager,bio_optimizer,deployment_engine
For pre-1.0.0 development history, see archive/HISTORY.md if present.