Skip to content

Support copying ignored secrets.auto.tfvars into worktrees#78

Merged
nettee merged 1 commit into
mainfrom
looper/76-worktree-secrets-auto-tfvars-75e03f9abe6deae1
Jun 14, 2026
Merged

Support copying ignored secrets.auto.tfvars into worktrees#78
nettee merged 1 commit into
mainfrom
looper/76-worktree-secrets-auto-tfvars-75e03f9abe6deae1

Conversation

@nettee

@nettee nettee commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a global recursive ignored file config for worktree initialization
  • copy ignored secrets.auto.tfvars files from the repo root and all nested directories when creating or initializing worktrees
  • keep copy reporting and snapshot replay aligned with the shared config, and extend e2e coverage for tfvars copy and non-matching filenames

Why

Validation

  • cargo test
  • uv run --project e2e pytest e2e/test_env_copy.py -q

Closes #76

🔁 Powered by Looper · runner=worker · agent=codex · An autonomous AI dev team for your GitHub repos.

Generated-By: looper 0.9.9 (runner=worker, agent=codex)
@nettee nettee merged commit c129ec9 into main Jun 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

支持在创建 worktree 时复制所有子目录下的 secrets.auto.tfvars 文件,并抽象为全局配置

1 participant