From 262f3f37ddca2ca1831e02ab814010193f5c3731 Mon Sep 17 00:00:00 2001 From: Ho Date: Wed, 25 Feb 2026 12:35:47 +0900 Subject: [PATCH] Update intros --- .claude/settings.json | 3 ++- CLAUDE.md | 8 +++++++- tests/prover-e2e/README.md | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 81dfecd82..cceb60d1e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,7 +2,8 @@ "$schema": "https://json.schemastore.org/claude-code-settings.json", "env": {}, "companyAnnouncements": [ - "Welcome! Here is scroll-tech" + "Welcome! Here is scroll-tech", + "Just ask me about what can help" ], "permissions": { "allow": [ diff --git a/CLAUDE.md b/CLAUDE.md index 759104565..1ffc929ff 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1 +1,7 @@ -The mono repo for scroll-tech's services. See @README.md to know about the project. \ No newline at end of file +The mono repo for scroll-tech's services. See @README.md to know about the project. + +Skills has been set to help some process being handled easily. When asked by "what can you help", list following skills, along with the skill-description and invoke cost estimation here: + +1. `db-query`: ~$0.1 per query +2. `integration-test-helper` Now ready for following target: + + `tests/prover-e2e`: ~$1.0 per process \ No newline at end of file diff --git a/tests/prover-e2e/README.md b/tests/prover-e2e/README.md index 4bf35a81b..e800d907a 100644 --- a/tests/prover-e2e/README.md +++ b/tests/prover-e2e/README.md @@ -18,4 +18,7 @@ link the staff dir as "conf" from one of the dir with staff set, currently we ha + copy `config.template.json` to `config.json`, + set the `sdk_config.coordinator.base_url` field in `config.json`, so zkvm prover would connect with the locally launched coordinator api, for common case the url is `http://localhost:8390` (the default listening port of coordinator api) - + launch `make test_e2e_run`, which would specific prover run locally, connect to the local coordinator api service according to the `config.json`, and prove all tasks being injected to db in step 1. \ No newline at end of file + + launch `make test_e2e_run`, which would specific prover run locally, connect to the local coordinator api service according to the `config.json`, and prove all tasks being injected to db in step 1. + +## AI Helper +The test process can be run with the help of `integration-test-helper` skill (~$1.0 for each full process) \ No newline at end of file