Revamp repo presentation + add recent Claw focus brief#6
Revamp repo presentation + add recent Claw focus brief#6AIML-Solutions wants to merge 3 commits into
Conversation
…acing, pages dashboard, and ingestion preflight
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 656180efea
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| from datetime import datetime, timezone | ||
| from pathlib import Path | ||
|
|
||
| DOCS = Path('/home/aimls-dtd/.openclaw-nemoclaw/workspace/projects/quantconnect/lean-cli/docs') |
There was a problem hiding this comment.
Derive docs path from repo instead of host-specific absolute path
Using a fixed DOCS location tied to one workstation makes the ledger builder fail in other environments (including this repo checkout), because DOCS.iterdir() raises FileNotFoundError when that path does not exist. This breaks the new Phase 4 workflow at the build_run_ledger.py step (services/ingestion/run_phase4_cycle.sh invokes it directly), so run-ledger generation and downstream dashboard sync cannot complete outside that machine.
Useful? React with 👍 / 👎.
Summary
Why
Requested repo revamp with clear current-quarter positioning and stronger public-facing structure.