Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .clineignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
.git
6 changes: 0 additions & 6 deletions .clinerules

This file was deleted.

6 changes: 6 additions & 0 deletions .clinerules/projct_rules.md
Original file line number Diff line number Diff line change
@@ -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.
File renamed without changes.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#![doc = include_str!("../README.md")]
pub mod machines;