📄 Add structured AGENTS.md with nested module guides#373
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
casenave
left a comment
There was a problem hiding this comment.
There is still mention of the large Dataset class, but we're on the verge to remove it. Could it be safer top wait for V1 ? There is a ProtoV1 branch where current work towards V1 is beeing done by Felipe. I think it would be better to adapt the agents to the V1 and merge it there instead of having obsololete references here and having to modify them later
|
Bien vu. En effet, si le Dataset est en cours de refonte dans la branche ProtoV1, on peut :
Je pencherais pour l'option 2 : merger maintenant avec une version allégée (sans référence à la taille de Dataset ni au warning "god class"), puis faire un second pass post-V1 pour adapter les AGENTS.md à la nouvelle architecture. Qu'en penses-tu ? |
ok pour option 2 |
|
Apologies for the previous comment in French -- switching to English as per repo convention. Regarding the Dataset class mention: two options:
I lean towards option 1 to avoid blocking on V1 timeline. The containers AGENTS.md can be updated in a follow-up once the ProtoV1 architecture stabilizes. What do you prefer? |
ok for option 1, Xavier-bot |
Add a comprehensive root AGENTS.md following modeles_d_agents best practices, plus nested AGENTS.md files for the containers and storage modules.
…nd confidentiality section - Remove all mentions of scimm and maestro (private repos) from public-facing content - Add confidentiality section warning agents not to mention private repos - Add PR title emoji rules from .github/pull_request_template.md - Add PR checklist reference
Sync the root, containers and storage AGENTS.md with the post-V1 repo: - root: fix project tree (drop removed bridges/pipelines/post/examples, add cli/types/viewer/downloadable_examples), fix Core abstractions table (Dataset/Features/FeatureIdentifier removed -> Sample/Infos/ProblemDefinition), doc tooling Sphinx -> Zensical, build command -> docs/generate_doc.sh - containers: Dataset/Features/FeatureIdentifier no longer exist; document Sample (pydantic BaseModel), DefaultManager and utils helpers - storage: add backend_api.py (BackendModule Protocol) and the BACKENDS registry
8298dfd to
406bf21
Compare
Summary
Add a comprehensive AGENTS.md with nested guides for key modules.
Checklist
Changes
Root
AGENTS.md.github/pull_request_template.mdNested
src/plaid/containers/AGENTS.mdNested
src/plaid/storage/AGENTS.md