Adds foundational workspace documentation: - Core identity and operating principles (SOUL.md, IDENTITY.md, AGENTS.md, USER.md) - Memory management system specification (MEMORY.md) - Development team context and workflow (CONTEXT.md, PROJECTS.md) - Environment notes template (TOOLS.md) - Heartbeat task template (HEARTBEAT.md) Includes super-enhanced memory system: - JavaScript memory engine implementation - Memory initialization and test scripts - Daily memory logs for 2026-07-03, 2026-07-04 - Project-level memory structure for site-survey-ai Adds project templates: - Standard Python Flask application template
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
# Development requirements
|
|
-r base.txt
|
|
pytest==7.4.0
|
|
pytest-cov==4.1.0
|
|
flake8==6.0.0
|
|
black==23.3.0 |