Commit Graph

24 Commits

Author SHA1 Message Date
a491d8bedc Merge pull request 'dev_masha' (#11) from dev_masha into master
Reviewed-on: #11
2026-07-12 11:34:13 -04:00
administrator
2796b79170 chore(docs): remove obsolete example files from documentation
- delete Tribology_Ontology.html and TribologyData_MasterPlan_v1.md examples
- remove old planning documents from specs_old directory
2026-07-12 11:33:41 -04:00
administrator
ff68679000 feat(docs): enhance README with interactive result links and references
- add links to interactive HTML results for storage format evaluation and foreign-key architecture study
- update descriptions in README to reflect the new structure of research documents
- clarify the contents of the research directory in the README
2026-07-12 11:30:43 -04:00
6a04c030cf Merge pull request 'feat(docs): enhance README and build pipeline rules for clarity' (#10) from dev_masha into master
Reviewed-on: #10
2026-07-12 11:19:47 -04:00
administrator
b4270b0247 feat(docs): enhance README and build pipeline rules for clarity
- update README to clarify the exclusion of bulk artifacts from git
- specify committed curated results subset in README and rules
- improve descriptions of output directories and their contents
- refine details on the pipeline's data generation and reporting processes
2026-07-12 11:18:16 -04:00
0e8ef93f80 Merge pull request 'feat(report): update extrapolation parameters and scoring in README' (#9) from dev_masha into master
Reviewed-on: #9
2026-07-12 00:02:00 -04:00
administrator
35d2bdadbd feat(report): update extrapolation parameters and scoring in README
- revise hardware prices and parameters in extrapolate.py
- enhance scoring details in README for task 11
- clarify projected scoreboard values and sources
- improve chart readability and scoring methodology in report.py
- add new utility functions for formatting and reading hardware prices
2026-07-11 23:57:41 -04:00
841f5e1f26 Merge pull request 'feat(config): update .gitignore to exclude output artifacts and add config files' (#8) from dev_masha into master
Reviewed-on: #8
2026-07-11 23:52:50 -04:00
administrator
af91629f71 feat(config): update .gitignore to exclude output artifacts and add config files
- ignore all output files except for reports and config directories
- add new .done files for tasks 01-11 to track completion status
- include new configuration files for hardware prices and lab setup
- generate process flow and report documents for tasks 02 and 11
2026-07-11 23:52:28 -04:00
67206ddab3 Merge pull request 'feat(docs): update README and plan to reflect task implementations' (#7) from dev_masha into master
Reviewed-on: #7
2026-07-11 23:18:34 -04:00
administrator
a4c0d258eb feat(docs): update README and plan to reflect task implementations
- mark tasks 10 and 11 as implemented in the project overview
- add provenance note regarding the initial prompt in README.md
- clarify the relationship between the prompt and specifications in 00_PLAN.md
- update documentation structure to include Initial_Prompt.md for historical context
2026-07-11 23:18:07 -04:00
feb0d377b5 Merge pull request 'feat(bench): add SQLite and PostgreSQL wrappers for benchmark queries' (#6) from dev_masha into master
Reviewed-on: #6
2026-07-11 23:17:57 -04:00
administrator
eda11aa63e feat(bench): add SQLite and PostgreSQL wrappers for benchmark queries
- implement SQLite and PostgreSQL wrappers to execute benchmark queries
- update README to reflect task 09 as implemented
- enhance storage size updates to handle (format, variant) replacements
- clarify benchmarking methodology for remote PostgreSQL setup
2026-07-11 22:34:23 -04:00
8f8a871746 Merge pull request 'feat(convert): integrate process metrics into JSON and SQLite converters' (#5) from dev_masha into master
Reviewed-on: #5
2026-07-11 21:42:02 -04:00
administrator
48c102d2a4 feat(convert): integrate process metrics into JSON and SQLite converters
- add process_metrics function to record peak RSS and CPU time
- update JSON converter to include metrics in completion marker
- modify SQLite converter to utilize new metrics for performance tracking
- enhance storage size updates with locking mechanism for concurrent access
2026-07-11 21:39:08 -04:00
17981792fd Merge pull request 'feat(convert): add task 05 sqlite converter with variant B keys" -m "- convert: convert_sqlite.py builds tribo.db (composite PKs, enforced FKs, Q1-Q7 indexes, track_summary)' (#4) from dev_masha into master
Reviewed-on: #4
2026-07-11 16:08:50 -04:00
administrator
96ed7bc918 feat(convert): add task 05 sqlite converter with variant B keys" -m "- convert: convert_sqlite.py builds tribo.db (composite PKs, enforced FKs, Q1-Q7 indexes, track_summary)
- tools: common/track_summary.py fixes the cross-engine steady-state algorithm
- rules: db-sql-schema records the FK enforcement decision and track_summary definition
- specs: 05 aligned with data-naming-units, simtra_profiles added
- docs: FK key-schema study added under docs/research/, README updated
- replace manual CSV reading with CorpusReader for better data handling
- streamline argument parsing and dependency checks using common pipeline functions
- enhance marker writing for task completion tracking
- remove unused regex and validation error classes for cleaner code
2026-07-11 16:08:29 -04:00
4fcbe26ae6 Merge pull request 'feat(docs): update README to reflect JSON-LD conversion implementation' (#3) from dev_masha into master
Reviewed-on: #3
2026-07-11 16:08:23 -04:00
administrator
9364808b3d feat(docs): update README to reflect JSON-LD conversion implementation
- mark task 04 as implemented in the project overview
- add convert_json.py as the entry script for task 04
- clarify output paths for JSON-LD conversion artifacts
2026-07-11 14:21:13 -04:00
ede48f1c60 Merge pull request 'feat(datagen): add reserve grid positions and batch codes to lab config' (#2) from dev_masha into master
Reviewed-on: #2
2026-07-11 14:16:32 -04:00
administrator
e3359383c0 feat(datagen): add reserve grid positions and batch codes to lab config
- introduce reserve grid positions for QA witness pattern
- add batch codes to run entries in lab configuration
- update schedule with run start time and track interval
- enhance validation checks for run-batch mapping
2026-07-11 14:15:59 -04:00
9144d74d4c Merge pull request 'fix(docs): fix formatting issues in README.md' (#1) from dev_masha into master
Reviewed-on: #1
2026-07-11 13:39:55 -04:00
administrator
b173ac82a9 fix(docs): fix formatting issues in README.md
- adapt meta-/code-/obs- rules to the local Python benchmark pipeline
- replace db-sql-ddl, code-config-env-scope, test-e2e-pytest with pipeline equivalents
- add code-python-style, data-determinism, data-naming-units, bench-methodology, build-pipeline-tasks
- normalize specs and README typography to ASCII per code-data-formatting
- rewrite root CLAUDE.md trigger table; add .cursorrules and .gitignore
- specs: pipeline plan and task specs 00-11
- rules: 19 binding rule files adapted for this project
- docs: CLAUDE.md rule-trigger table
- config: .cursorrules commit convention, .gitignore excluding out/ and .venv/
- docs: rewrite README.md with pipeline diagrams, setup guide, result placeholders
- config: requirements.txt for the closed dependency list
- datagen: make_lab_config.py writes out/config/lab_config.yaml and .done marker
2026-07-11 13:39:13 -04:00
d8353953b0 Initial commit 2026-07-11 11:09:18 -04:00