aaif-goose / aaif-goose/vscode-goose
feat(dev): explicit mock mode via goose.binaryPath = "mock"
- Linguagem predominante
- TypeScript
- Estrelas
- 43
- Forks
- 20
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Extracted from #39. Today mock streaming is only an implicit fallback when spawn/handshake fails. Setting `goose.binaryPath` to `mock` should explicitly short-circuit activation into mock streaming before binary discovery.
Constraints: the short-circuit must live inside the single-flight bootstrap from #51, bypass the loud invalid-path failure from #50, and behave sanely on restart into/out of mock. Document the mode in DEVELOPMENT.md (currently undocumented).
**Size**: S | **Depends on**: nothing | **Tier**: 0 (quick win)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Look at the single-flight bootstrap from issue #51 to understand activation flow. Examine how binaryPath is currently validated (issue #50) to bypass the invalid-path failure. Modify the bootstrap logic to check for 'mock' and short-circuit into mock streaming. Update DEVELOPMENT.md to document the new mode.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Domínio
- cli, tooling
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Pouca atividade
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 65/100