diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..2521f2a Binary files /dev/null and b/.coverage differ diff --git a/conductor/tracks.md b/conductor/tracks.md index 34fc81d..4721f96 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -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/)* diff --git a/manual_slop.toml b/manual_slop.toml index 8092f0d..cb34237 100644 --- a/manual_slop.toml +++ b/manual_slop.toml @@ -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.", diff --git a/project.toml b/project.toml new file mode 100644 index 0000000..7df16e6 --- /dev/null +++ b/project.toml @@ -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 = [] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..93cca2f Binary files /dev/null and b/requirements.txt differ diff --git a/run_tests.py b/run_tests.py new file mode 100644 index 0000000..1fe1437 --- /dev/null +++ b/run_tests.py @@ -0,0 +1,5 @@ +import pytest +import sys + +if __name__ == "__main__": + sys.exit(pytest.main(sys.argv[1:]))