Skip to content

feat(workspace): add one-click workspace bootstrap#59

Merged
nettee merged 8 commits into
mainfrom
workspace-bootstrap
Jun 8, 2026
Merged

feat(workspace): add one-click workspace bootstrap#59
nettee merged 8 commits into
mainfrom
workspace-bootstrap

Conversation

@nettee

@nettee nettee commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • add wtk workspace bootstrap <repo-path>... for one-command Workspace initialization
  • generate Workspace manifest refs, .gitignore, and AGENTS.md, then create the initial commit
  • document bootstrap and add E2E coverage for success and fail-fast cases

Verification

  • cargo test --lib
  • uv run --project e2e pytest e2e/test_cli_errors.py e2e/test_workspace_mode.py -k 'bootstrap or cli_usage'

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2c13babe87

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/workspace.rs Outdated
nettee added 2 commits June 8, 2026 22:29
Generated-By: looper 0.9.6 (runner=fixer, agent=codex)
Generated-By: looper 0.9.6 (runner=fixer, agent=codex)
@nettee

nettee commented Jun 8, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round complete71cd898

  • ✅ Review comment on src/workspace.rs (@chatgpt-codex-connector) — thread
    • src/workspace.rs already initializes bootstrap repositories with git init -b main, and I added coverage in e2e/test_workspace_mode.py that forces Git's default branch to master and asserts the workspace still lands on main.

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

@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create an environment for this repo.

@nettee nettee merged commit 9e7e907 into main Jun 8, 2026
2 checks passed
@nettee nettee linked an issue Jun 9, 2026 that may be closed by this pull request
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.

希望提供一键初始化 workspace 的简单命令

1 participant