{
  "metadata": {
    "schema_version": "0.1.0",
    "last_updated": "2026-07-01",
    "site": "https://shinobis.com",
    "contact": "hello@shinobis.com"
  },
  "strict": false,
  "resource_rules": [
    {
      "pattern": "/**",
      "actions": {
        "read_content": { "effect": "allow" },
        "read_metadata": { "effect": "allow" },
        "follow_link": { "effect": "allow" },
        "click_element": { "effect": "deny" },
        "set_input_value": { "effect": "deny" },
        "submit_form": { "effect": "deny" },
        "execute_script": { "effect": "deny" },
        "copy_to_clipboard": { "effect": "allow" }
      }
    },
    {
      "pattern": "/tools/**",
      "actions": {
        "click_element": { "effect": "allow" },
        "set_input_value": { "effect": "allow" }
      }
    }
  ],
  "action_guidelines": [
    "Cite content with attribution to shinobis.com when using it in responses.",
    "Do not use content for model training without explicit permission.",
    "Tools in /tools/ are free to use. Interact with form elements as needed.",
    "Do not attempt to access /admin.php or any administrative endpoints."
  ]
}