diff --git a/.clineignore b/.clineignore new file mode 100644 index 0000000..b753104 --- /dev/null +++ b/.clineignore @@ -0,0 +1,2 @@ +/target/ +.git diff --git a/.clinerules b/.clinerules deleted file mode 100644 index 958e5fa..0000000 --- a/.clinerules +++ /dev/null @@ -1,6 +0,0 @@ -# Project-specific rules for Cline - -## Always read and follow CLAUDE.md -Before starting any task, read the CLAUDE.md file in the project root and follow its guidelines and instructions. CLAUDE.md does only contain instructions for the agent but no project specific info. - -Other readme files may be included in CLAUDE.md. read them as context. diff --git a/.clinerules/projct_rules.md b/.clinerules/projct_rules.md new file mode 100644 index 0000000..d2261a2 --- /dev/null +++ b/.clinerules/projct_rules.md @@ -0,0 +1,6 @@ +# Project-specific rules for Cline + +## Always read and follow assistant.md +Before starting any task, read the assistant.md file in the project root and follow its guidelines and instructions. assistant.md does only contain instructions for the agent but no project specific info. + +Other readme files may be included in assistant.md. read them as context. diff --git a/assistants/CLAUDE.md b/assistants/assistant.md similarity index 100% rename from assistants/CLAUDE.md rename to assistants/assistant.md diff --git a/src/lib.rs b/src/lib.rs index b0e5f18..2876d06 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1 +1,2 @@ +#![doc = include_str!("../README.md")] pub mod machines;