Skip to content

Commit 4131e6b

Browse files
Update README.md
1 parent c421517 commit 4131e6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Rust CI](https://github.com/AtelierArith/rust-random-logo/workflows/Rust%20CI/badge.svg)](https://github.com/AtelierArith/rust-random-logo/actions)
44

5-
> **Note**: This project was not created by a human. It was entirely generated by an AI assistant (anthropic:claude-3-7-sonnet-20250219) using the Cline tool.
5+
> **Note**: This project was not created by a human. It was 99% generated by an AI assistant (anthropic:claude-3-7-sonnet-20250219) using the [Cline tool](https://github.com/cline/cline).
66
77
A Rust implementation of the [RandomLogos.jl](https://github.com/AtelierArith/RandomLogos.jl) fractal generation library, based on the [Improving Fractal Pre-training](http://catalys1.github.io/fractal-pretraining/) approach. This project serves as an educational resource for learning Rust through a practical implementation of fractal generation algorithms.
88

@@ -220,7 +220,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
220220

221221
## Appendix
222222

223-
I created the following `.clinerules` before creating this project:
223+
このプロジェクトはファイルの分割・ディレクトリ構造の設計などを含め Cline + `anthropic:claude-3-7-sonnet-20250219` の組み合わせで, 全てAI生成されたものである. `.clinerules` を作成し Plan + Act で生成を行なった.
224224

225225
```
226226
# プロジェクトの概要
@@ -246,3 +246,5 @@ I created the following `.clinerules` before creating this project:
246246
```
247247

248248
上記のファイルの効果は定かではないが,いくつかの修正を(手動ではなくClineを)通して無事 Julia から Rust へ移植することができた.
249+
CI を通すために `cargo clippy`, `cargo fmt` は手動でコマンドを実行した.
250+
なお,Appendix は人間が書いている.

0 commit comments

Comments
 (0)