Conversation
thozza
left a comment
There was a problem hiding this comment.
I've added a few comments. For the agent files, I would add just AGENTS.md and make the other locations just symlinks to it. It does not make sense to have three copies of the same instructions, even if it is just a single sentence.
|
Rebased with symlinks, applied the suggested edits. |
|
Rebased the conflict. |
thozza
left a comment
There was a problem hiding this comment.
LGTM, but there is one missing newline at the end of file.
| @@ -0,0 +1 @@ | |||
| README.md No newline at end of file | |||
There was a problem hiding this comment.
Not sure what github means by that :-D
$ ls -la | grep README.md
lrwxrwxrwx 1 lzap lzap 9 Apr 21 19:40 AGENTS.md -> README.md
lrwxrwxrwx 1 lzap lzap 9 Apr 21 19:40 CLAUDE.md -> README.md
lrwxrwxrwx 1 lzap lzap 9 Apr 21 19:40 .cursorrules -> README.md
-rw-r--r-- 1 lzap lzap 1948 Apr 21 19:40 README.md
|
Not sure why github is giving us "No newline at end of file" for a symlink, technically git stores these as text files but it does not show this for the other files which are the exactly same symlinks. Let me rebase to see if that would help... Edit: Nope. |
A lot has changed but now we have a decent structure and plan, so I am updating the README to reflect that.
Also added couple of agent instruction files to use README itself.