No description
- flatten structure: core principles → communication → code → workflow - merge redundant rules and remove duplication - group code section by use-case (general, style, language choice, editing, quality) - add language preferences (python/rust default, java→kotlin) - add password policy (no special chars required) - improve scanability with better formatting - consolidate user profile and quick reference sections |
||
|---|---|---|
| .well-known | ||
| AGENTS.md | ||
| ai.txt | ||
| index.md | ||
| README.md | ||
ai.jone.foo
This is my AI discovery subdomain. There are only a few files here, as that is all I need:
- index.md - This file, which serves as the homepage for the subdomain
- ai.txt - This robots.txt-like file just links to .well-known/ai.json
- .well-known/ai.json - This file contains metadata about the AI stuff like profile, ...
- AGENTS.md - In this file, there are all the AI agent instructions
That's all files :)