Problem or Motivation
Some source files and tests on hkuds/main reference docs/live-trading/SPEC.md, but the repository does not currently include a top-level docs/ directory or that file.
Observed on hkuds/main at b8d740b:
git ls-tree --name-only hkuds/main
No top-level docs/ directory is listed.
git grep -n "docs/live-trading/SPEC.md" hkuds/main
finds references in several live-trading related files, including:
agent/api_server.py
agent/src/live/__init__.py
agent/src/live/classification.py
agent/src/live/mandate/__init__.py
agent/src/live/mandate/commit.py
agent/src/live/mandate/model.py
agent/src/live/mandate/store.py
agent/src/live/paths.py
agent/src/live/runtime/runner.py
agent/src/tools/propose_mandate_tool.py
agent/tests/test_consent_commit.py
Proposed Solution
Please either:
- restore or add the referenced
docs/live-trading/SPEC.md file, or
- update the source comments, docstrings, and tests to point to the current documentation location.
Area
Documentation
Problem or Motivation
Some source files and tests on
hkuds/mainreferencedocs/live-trading/SPEC.md, but the repository does not currently include a top-leveldocs/directory or that file.Observed on
hkuds/mainatb8d740b:No top-level
docs/directory is listed.git grep -n "docs/live-trading/SPEC.md" hkuds/mainfinds references in several live-trading related files, including:
agent/api_server.pyagent/src/live/__init__.pyagent/src/live/classification.pyagent/src/live/mandate/__init__.pyagent/src/live/mandate/commit.pyagent/src/live/mandate/model.pyagent/src/live/mandate/store.pyagent/src/live/paths.pyagent/src/live/runtime/runner.pyagent/src/tools/propose_mandate_tool.pyagent/tests/test_consent_commit.pyProposed Solution
Please either:
docs/live-trading/SPEC.mdfile, orArea
Documentation