Upload AGENTS.md with huggingface_hub
Browse files
AGENTS.md
CHANGED
|
@@ -62,6 +62,22 @@ Every asset directory must include `metadata.yaml` with at least:
|
|
| 62 |
- `path`
|
| 63 |
- `tags`
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
## Third-party asset rule
|
| 66 |
|
| 67 |
If any external third-party asset is used by a project, experiment, dataset, or generated scene, copy that exact used asset into this repository under:
|
|
@@ -75,12 +91,27 @@ Do not rely only on remote third-party URLs for reproducibility. Record the orig
|
|
| 75 |
Before use, candidate external sources may be recorded as links only in:
|
| 76 |
|
| 77 |
```text
|
|
|
|
| 78 |
docs/placement_asset_notes.md
|
| 79 |
docs/source_notes/third_party.md
|
| 80 |
```
|
| 81 |
|
| 82 |
Do not add link-only candidates to `manifest/assets.jsonl`; the manifest is only for assets physically stored in this repository.
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
## Manifest rule
|
| 85 |
|
| 86 |
Every asset must also be listed in:
|
|
|
|
| 62 |
- `path`
|
| 63 |
- `tags`
|
| 64 |
|
| 65 |
+
Recommended additional fields for production-oriented assets:
|
| 66 |
+
|
| 67 |
+
- `readiness_level`
|
| 68 |
+
- `source_commit`
|
| 69 |
+
- `retrieval_date`
|
| 70 |
+
- `conversion_tool`
|
| 71 |
+
- `conversion_notes`
|
| 72 |
+
- `raw_sha256`
|
| 73 |
+
- `validation_status`
|
| 74 |
+
|
| 75 |
+
Readiness levels are defined in:
|
| 76 |
+
|
| 77 |
+
```text
|
| 78 |
+
docs/asset_readiness_classification.md
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
## Third-party asset rule
|
| 82 |
|
| 83 |
If any external third-party asset is used by a project, experiment, dataset, or generated scene, copy that exact used asset into this repository under:
|
|
|
|
| 91 |
Before use, candidate external sources may be recorded as links only in:
|
| 92 |
|
| 93 |
```text
|
| 94 |
+
docs/external_source_catalog.md
|
| 95 |
docs/placement_asset_notes.md
|
| 96 |
docs/source_notes/third_party.md
|
| 97 |
```
|
| 98 |
|
| 99 |
Do not add link-only candidates to `manifest/assets.jsonl`; the manifest is only for assets physically stored in this repository.
|
| 100 |
|
| 101 |
+
When evaluating or importing external assets, keep these counts separate:
|
| 102 |
+
|
| 103 |
+
```text
|
| 104 |
+
candidate_count
|
| 105 |
+
license_pass_count
|
| 106 |
+
downloaded_count
|
| 107 |
+
load_pass_count
|
| 108 |
+
physics_pass_count
|
| 109 |
+
policy_pass_count
|
| 110 |
+
L0_count
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
Do not equate source dataset size or downloaded file count with production-ready assets.
|
| 114 |
+
|
| 115 |
## Manifest rule
|
| 116 |
|
| 117 |
Every asset must also be listed in:
|