This directory contains generated data files, analysis results, test outputs, and tracking data for the OpenCog Unified system.
analysis-results/: Analysis reports, metrics, and generated artifactsentelechy/: Entelechy framework tracking data and markerstodo-fixme/: TODO/FIXME tracking data and resolution progresstest-results/: Test execution results and logscognitive-state/: Cognitive system state snapshots
Most files in this directory are generated artifacts and are excluded from git via .gitignore. Only essential tracking files and configuration are committed.
- Analysis results are regenerated on demand
- Test results are ephemeral (generated during CI/testing)
- Tracking data persists to maintain development history
- State snapshots capture cognitive system states at specific points
To regenerate analysis data:
# Run analysis scripts from repository root
python3 scripts/analysis/analyze_placeholders.py
python3 scripts/analysis/analyze_cpp_fixmes.py
python3 scripts/analysis/dependency_analyzer.pyTo regenerate test data:
# Run test suites
./scripts/testing/comprehensive-integration-test.shTo clean generated data:
rm -rf data/test-results/*.log data/test-results/*.json
rm -rf data/analysis-results/*.json