ob-labs/agentseek

Add `--output-dir` to `agentseek create`

Open

#88 建立於 2026年6月16日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (9 fork)github user discovery
comp:clienhancementgood first issue

倉庫指標

Star
 (49 star)
PR 合併指標
 (PR 指標待抓取)

描述

Summary

Add an --output-dir option to agentseek create so users can choose where the generated project is written.

Requirements

  • Support agentseek create <spec> --output-dir <path>.
  • Default behavior should remain unchanged: generated projects are written under the current working directory.
  • Pass the selected path to Cookiecutter as its output_dir.
  • The option should work for bundled templates and external Cookiecutter templates.
  • Preserve existing --no-input, --template, and --checkout behavior.

Acceptance Criteria

  • Unit tests cover default current-directory output and explicit output directory output.
  • Tests cover both bundled template resolution and external template passthrough.
  • Existing agentseek create tests continue to pass.

貢獻者指南