docs: Create AI Policy - #186
DOT-EXECUTE wants to merge 3 commits into
Conversation
Created AGENTS.md, outlining acceptable and unacceptable useage of AI. Update README.md, to reference AGENTS.md
|
This LGTM The final decision on this is @danieldeer 's to make however. |
|
I would apply the following rule:
Any submission, whether human or AI generated, must be validated If AI is used for security audits, the AI output should be validated by a human before submitting. This should apply to all AI changes If someone repeatedly submits PRs with hallucinations or unexplainable complexity, we can exclude them from contributing, and assume they are using AI |
Added rule of thumb for usage. Updated security tasks to acceptable usage. Changed usage headers to be more reflective of their own sections
|
@danieldeer I've since updated the policy. Let me know if there's any other changes needed! I'll get to them as soon as I'm able. |
Looks like a well-written agent markdown! |
|
Different AI tools need dedicated AI .md files? @AnnoDomine |
It depends on the specific tool and its configuration. For example, Claude Code looks for a |
Pull Head
I have merged main into my fork. I think that tooling specific files, is outside the scope of this PR @AnnoDomine |
Thanks for clearify.
But I would prefer having both: the developer rules in |
Description
Created AGENTS.md, to clarify acceptable and unacceptable usage of AI Agents and tools. Updated README.md, to reference AGENTS.md with a 'for agents' bolded section. Closes #173
Type of Change
Key Changes
Validation
N/A (Docs change)
Checklist
uv run ruff check .anduv run ruff format --check ., or this PR does not change Python.