From 7f8bbefb05d85dcbcc560a0fb23256b912676486 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Mar 2026 06:36:24 +0300 Subject: Chore: add cli test --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b3baaec..6811189 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ config.toml sysprompts/* !sysprompts/alice_bob_carl.json !sysprompts/coding_assistant.json +!cli-tests/sort-text/task.txt history_bak/ .aider* tags -- cgit v1.2.3 From 3d44686a517f65c6f5a985cfa864240b996fdb99 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Mar 2026 09:44:28 +0300 Subject: Feat (cli): test run and teardown --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6811189..0ce290e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ chat_exports/*.json ragimport .env onnx/ +*.log -- cgit v1.2.3 From 46dbb7b981d5cb56b80720b74b6b4184055430c0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 17 Mar 2026 07:05:17 +0300 Subject: Chore: update .gitignore write logs to log.log --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0ce290e..c16ecd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.txt *.json testlog history/ -- cgit v1.2.3 From 0b7f621a75403e1a21b303bae3975a2758d64be8 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 17 Mar 2026 07:20:19 +0300 Subject: Chore (cli): sort-img task --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c16ecd1..a2f46b8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ config.toml sysprompts/* !sysprompts/alice_bob_carl.json !sysprompts/coding_assistant.json -!cli-tests/sort-text/task.txt history_bak/ .aider* tags -- cgit v1.2.3