Skip to content

[Feature] Restore missing docs/live-trading documentation references #166

Description

@jaleelpersonal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions