7ecb7a5981
- Add LSP IN MAIN SESSION execution rule for parallel codemap building - Restructure WORKFLOW step 2 as PARALLEL PHASE with two concurrent tracks: - Background agents spawned via background_task for exploration/research - Main session using LSP tools (lsp_document_symbols, lsp_workspace_symbols, lsp_goto_definition, lsp_find_references, lsp_hover) for codebase understanding - Enables agent to build comprehensive codebase context while background agents explore in parallel 🤖 Generated with assistance of OhMyOpenCode (https://github.com/code-yeongyu/oh-my-opencode)