Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Thanks for this, and the observation is right: there is no The edit as written trades one wrong path for another, though. That sentence describes how any tenant package works, and the README says a few lines above it that you replace the example package under One claim worth dropping from the description: the README never links There is also a bigger staleness in that same line, which is the more useful thing to fix. #608 shipped a coworker in a file of its own, and line 46 already mentions If you want to take another pass, something like:
That keeps the two bullets underneath working, says where the file actually is without pinning a forked deployment to the example, and picks up the one-file-per-coworker path at the same time. Happy to merge that. Or say the word and I will push the edit to this branch so it stays yours. |
The README says tenant package agents are declared in
agents.yaml, but there is no such file at the repo root (it 404s). The file that actually ships with the example package isexamples/fintech/agents.yaml, which is also what.env.examplepoints at viaTENANT_PACKAGE_DIR.This change names the real path so a reader can find the file on the first try. Tightly scoped to that one line.