Upload AGENTS.md with huggingface_hub
Browse files
AGENTS.md
CHANGED
|
@@ -38,6 +38,15 @@ assets/discoverse/collections/models/discoverse_models/
|
|
| 38 |
|
| 39 |
This avoids breaking MJCF includes and mesh paths.
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
## Naming rules
|
| 42 |
|
| 43 |
- `source`: lowercase snake_case, for example `robocasa`, `discoverse`, `tinyforge`, `hunter`, `third_party`.
|
|
|
|
| 38 |
|
| 39 |
This avoids breaking MJCF includes and mesh paths.
|
| 40 |
|
| 41 |
+
Whenever a source is reorganized during import, record the original upstream layout and the current layout in:
|
| 42 |
+
|
| 43 |
+
```text
|
| 44 |
+
docs/structure_mapping.md
|
| 45 |
+
docs/source_notes/<source>.md
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
Do not change source paths without recording the correspondence.
|
| 49 |
+
|
| 50 |
## Naming rules
|
| 51 |
|
| 52 |
- `source`: lowercase snake_case, for example `robocasa`, `discoverse`, `tinyforge`, `hunter`, `third_party`.
|