conductor(checkpoint): Checkpoint end of Phase 1: High-Resolution Telemetry Engine

This commit is contained in:
2026-02-23 14:43:52 -05:00
parent 6917f708b3
commit f5c9596b05
6 changed files with 46 additions and 2 deletions

BIN
.coverage Normal file

Binary file not shown.

View File

@@ -14,6 +14,6 @@ This file tracks all major tracks for the project. Each track has its own detail
--- ---
- [ ] **Track: Add new metrics to track ui performance (frametimings, fps, input lag, etc). And api hooks so that ai may engage with them.** - [~] **Track: Add new metrics to track ui performance (frametimings, fps, input lag, etc). And api hooks so that ai may engage with them.**
*Link: [./tracks/ui_performance_20260223/](./tracks/ui_performance_20260223/)* *Link: [./tracks/ui_performance_20260223/](./tracks/ui_performance_20260223/)*

View File

@@ -165,7 +165,7 @@ history = [
[discussion.discussions."test for gemini conductor"] [discussion.discussions."test for gemini conductor"]
git_commit = "ccdba69214aea169a4e707da7b425ae0c6139fca" git_commit = "ccdba69214aea169a4e707da7b425ae0c6139fca"
last_updated = "2026-02-23T12:26:44" last_updated = "2026-02-23T13:46:53"
history = [ history = [
"@2026-02-23T11:08:38\nUser:\nadded a file to yoru exposed files read it.", "@2026-02-23T11:08:38\nUser:\nadded a file to yoru exposed files read it.",
"@2026-02-23T11:08:43\nAI:\nI have read the `MainContext.md` file. It contains extensive documentation about the \"Manual Slop\" project.\n\nWas `MainContext.md` the file you were referring to? If not, please specify the file's name or path.", "@2026-02-23T11:08:43\nAI:\nI have read the `MainContext.md` file. It contains extensive documentation about the \"Manual Slop\" project.\n\nWas `MainContext.md` the file you were referring to? If not, please specify the file's name or path.",

39
project.toml Normal file
View File

@@ -0,0 +1,39 @@
[project]
name = "project"
git_dir = ""
system_prompt = ""
main_context = ""
[output]
output_dir = "./md_gen"
[files]
base_dir = "."
paths = []
[screenshots]
base_dir = "."
paths = []
[agent.tools]
run_powershell = true
read_file = true
list_directory = true
search_files = true
get_file_summary = true
web_search = true
fetch_url = true
[discussion]
roles = [
"User",
"AI",
"Vendor API",
"System",
]
active = "main"
[discussion.discussions.main]
git_commit = ""
last_updated = "2026-02-23T14:43:47"
history = []

BIN
requirements.txt Normal file

Binary file not shown.

5
run_tests.py Normal file
View File

@@ -0,0 +1,5 @@
import pytest
import sys
if __name__ == "__main__":
sys.exit(pytest.main(sys.argv[1:]))