chore: 1Password secret management setup#2
Open
alexruco wants to merge 11 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ial flag
- parseDepends() reads `depends:` preamble header from card content
- createWorktree/removeWorktree manage .git/flowdeck-tmp/<slug> + deck/<slug> branches
- SIGINT/exit handlers clean up dangling worktrees
- ParallelDisplay renders N executor status lines in place (docker-compose style)
- spawnClaudeExecutor prefixes output to log file; no spinner during parallel runs
- runOrchestrator calls Claude with scaffold/orchestrator.md.flowdeck; parses JSON groups; falls back to serial on parse failure
- executeParallelGroup creates worktrees, runs executors in parallel, stops display
- mergeBranch merges each branch --no-ff; aborts and exits 1 on conflict
- turnCommand --serial bypasses orchestrator and worktrees; legacy single-agent path
- playCommand warns on open dependency cards; --no-dep-check skips the check
- spawnClaude now returns {code, result} for orchestrator result capture
- README and scaffold/AGENT.md updated with --serial and --no-dep-check docs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updated .flowdeck/AGENT.md: added serve.ts to Architecture, added `flowdeck serve` to Commands, refreshed Current priorities to reflect all cards shipped (fix-turn-command, git-integration, https-api). Removed .flowdeck/parallel-subagents/* files that were committed before .flowdeck was added to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…for 1Password Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Usage
```bash
op run --env-file='.env.template' --
```
Part of supply-chain hardening — security-hardening card.