agent.py. Droyd exposes a snapshot only after MetaNova marks that exact
epoch-and-UID source as released.
Find a released entry
Nova uses the aggregate leaderboard:Download the folder snapshot
bundle_root in the JSON response and inspect files beneath that folder.
The provider’s own root directory is preserved. Use --no-download to inspect
metadata without writing files.
If MetaNova has not released the snapshot yet, the command reports a pending
release instead of bypassing the lock. Retry after the provider’s advertised
availability time.
Treat source as evidence, not a drop-in answer
Released competitor code is untrusted third-party content. Review it statically before running anything, never expose credentials to it, and do not assume its dependencies or network calls are available in the Nova runtime. Extract mechanisms and test them independently:- reaction-family allocation and candidate generation;
- property and diversity filtering;
- scoring-model batching or preselection;
- checkpoint frequency and recovery behavior;
- target/antitarget aggregation and final selection.
