Skip to content

Conversation

@anuunchin
Copy link
Collaborator

This PR removes the unnecessary template rule.md and converts the markdown table in rest_api_extract_parameters.md to YAML format.

Resolves #633

@anuunchin anuunchin force-pushed the rules/replace-md-tables branch from 142e5b9 to d394a31 Compare August 26, 2025 08:29
@anuunchin anuunchin force-pushed the rules/replace-md-tables branch from d394a31 to 80fb048 Compare August 26, 2025 08:37
@anuunchin anuunchin self-assigned this Aug 26, 2025
@anuunchin anuunchin requested a review from zilto August 26, 2025 08:38
| Data Array Path | `data`, `results`, `items`, `records`, `entries` | `endpoint.data_selector`| JSON path to the list of items |
```yaml
client:
base_url:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zilto
maybe there should be another field concept_name:
so that we have something like

client:
   base_url:
      concept_name: "Base URL" 
      common_api_terms: ["Base URL", "API Endpoint", "Root URL", "Service URL"]

Otherwise, the names look like strictly defined variables 👀

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine given base_url is described via multiple common_api_terms

Copy link
Collaborator

@zilto zilto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's a net improvement. Approved!

@anuunchin anuunchin merged commit 191e86c into master Sep 1, 2025
14 checks passed
@anuunchin anuunchin deleted the rules/replace-md-tables branch September 1, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: format LLM rules

3 participants