| name | search-first |
| description | Search the repo, the frozen upstream snapshot, and official upstream sources before adding code or dependencies. |
| origin | adapted from ZMB-UZH/omero-docker-extended |
Search First
Use this skill before introducing new code, wrappers, benchmarks, or workflows.
Search order
- Search this repo first with
rg.
- Search the frozen upstream snapshot under
source_code_v.0.15.0/.
- Read the nearest local tests and docs.
- Check official upstream docs, tags, releases, or source repos.
- Only then decide whether to adopt, extend, or build custom logic.