find_concept_by_resource
Given a source file path, find the OKF concept whose resource field matches it. Enables reverse lookup from code to the concept describing that code.
Instructions
Find the OKF concept(s) whose "resource" field matches a given source file path — reverse lookup from code to the concept describing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Source file path relative to the repo root, e.g. "src/api/playback.ts" |