conductor(checkpoint): Checkpoint end of Phase 1: High-Resolution Telemetry Engine
This commit is contained in:
@@ -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/)*
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ history = [
|
||||
|
||||
[discussion.discussions."test for gemini conductor"]
|
||||
git_commit = "ccdba69214aea169a4e707da7b425ae0c6139fca"
|
||||
last_updated = "2026-02-23T12:26:44"
|
||||
last_updated = "2026-02-23T13:46:53"
|
||||
history = [
|
||||
"@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.",
|
||||
|
||||
39
project.toml
Normal file
39
project.toml
Normal 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
BIN
requirements.txt
Normal file
Binary file not shown.
5
run_tests.py
Normal file
5
run_tests.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import pytest
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(pytest.main(sys.argv[1:]))
|
||||
Reference in New Issue
Block a user