Skip to content

Commit ca24477

Browse files
authored
Merge pull request #631 from autonomys/feat/tou-versioning-acceptance
feat: ToU versioning, acceptance tracking, and re-consent flow
2 parents 00baf88 + 46522ca commit ca24477

24 files changed

Lines changed: 2845 additions & 51 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ Yarn 4.2.2 monorepo with workspaces in `apps/`, `packages/`, and `submodules/`.
2727
# Install dependencies
2828
yarn install
2929

30-
# Initialize git submodules (required first time)
30+
# Initialize git submodules (required first time, and in each new worktree)
3131
make init-submodules
32+
# ⚠️ Worktrees do NOT inherit initialized submodules from the main repo.
33+
# If `yarn install` fails with "Workspace not found (@auto-files/rpc-apis)",
34+
# run `git submodule update --init --recursive` or `make init-submodules`.
3235

3336
# Build everything (submodules + models + ui + s3 + frontend + backend)
3437
make all

0 commit comments

Comments
 (0)