Support for network rule files? #3843

Open
opened 2026-02-16 17:41:39 -05:00 by yindo · 1 comment
Owner

Originally created by @Carseason on GitHub (Dec 24, 2025).

Originally assigned to: @thdxr on GitHub.

Question

{
    "$schema": "https://opencode.ai/config.json",
    "instructions": [
        "http://127.0.0.1:5002/rules/AGENTS.md"
    ]
}

Load the rule via network instead of file.

Originally created by @Carseason on GitHub (Dec 24, 2025). Originally assigned to: @thdxr on GitHub. ### Question ``` { "$schema": "https://opencode.ai/config.json", "instructions": [ "http://127.0.0.1:5002/rules/AGENTS.md" ] } ``` Load the rule via network instead of file.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 24, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #4758: Custom instruction files in opencode.jsonc not being loaded - relates to loading instructions from configuration
  • #2225: Automatically load @ referenced files in AGENTS.md into context - discusses loading external instruction files
  • #1490: The Manual Instructions in AGENTS.md seems to only work for relative references in the current project - related to instruction file resolution

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Dec 24, 2025): This issue might be a duplicate of existing issues. Please check: - #4758: Custom instruction files in `opencode.jsonc` not being loaded - relates to loading instructions from configuration - #2225: Automatically load @ referenced files in AGENTS.md into context - discusses loading external instruction files - #1490: The Manual Instructions in AGENTS.md seems to only work for relative references in the current project - related to instruction file resolution Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3843