docs
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# project_manager.py
|
||||
"""
|
||||
Note(Gemini):
|
||||
Handles loading/saving of project .toml configurations.
|
||||
Also handles serializing the discussion history into the TOML format using a special
|
||||
@timestamp prefix to preserve the exact sequence of events.
|
||||
"""
|
||||
import subprocess
|
||||
import datetime
|
||||
import tomllib
|
||||
|
||||
Reference in New Issue
Block a user