Liking cljdoc? Tell your friends :D
Clojure only.

com.blockether.spel.init-agents

CLI command to scaffold agent definitions for E2E testing.

Supports multiple agent loop targets via --loop:

  • opencode (default) — .opencode/agents/, .opencode/prompts/, .opencode/skills/
  • claude — .claude/agents/, .claude/prompts/, .claude/docs/
  • vscode — .github/agents/, .github/prompts/, .github/docs/

Also generates:

  • test-e2e/specs/ — test plans directory (colocated with tests)
  • test-e2e/<ns>/e2e/ — seed test (path derived from --ns)

Usage: spel init-agents --ns my-app spel init-agents --ns my-app --loop=claude spel init-agents --ns my-app --loop=vscode spel init-agents --ns my-app --test-dir test-e2e --specs-dir test-e2e/specs spel init-agents --dry-run

CLI command to scaffold agent definitions for E2E testing.

Supports multiple agent loop targets via --loop:
- opencode (default) — .opencode/agents/, .opencode/prompts/, .opencode/skills/
- claude             — .claude/agents/, .claude/prompts/, .claude/docs/
- vscode             — .github/agents/, .github/prompts/, .github/docs/

Also generates:
- test-e2e/specs/ — test plans directory (colocated with tests)
- test-e2e/<ns>/e2e/ — seed test (path derived from --ns)

Usage:
  spel init-agents --ns my-app
  spel init-agents --ns my-app --loop=claude
  spel init-agents --ns my-app --loop=vscode
  spel init-agents --ns my-app --test-dir test-e2e --specs-dir test-e2e/specs
  spel init-agents --dry-run
raw docstring

-mainclj

(-main & args)

CLI entry point. Scaffolds agent definitions for E2E testing.

CLI entry point. Scaffolds agent definitions for E2E testing.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close