Copilot Instructions
# Copilot Instructions
> Instruction file lido automaticamente pelo **GitHub Copilot Chat** e **Copilot Workspace / Agent Mode**. Espelha [AGENTS.md](../AGENTS.md) com foco em **Agent Mode workflow**.
>
> Ao trabalhar em Agent Mode, o Copilot pode delegar pra custom agents em [`.agents/`](../.agents/) (canônico, padrão AGENTS.md ecosystem) e/ou em `.github/copilot/agents/` (mirror lido pelo Copilot Coding Agent). Lista atual: `tdd.agent.md`, `reviewer.agent.md`, `architect.agent.md`.
---
## Stack
**Python 3.10+** — este repo é o pacote real `simplicio-cli` (entrypoints
`simplicio-cli`/`simplicio-py`/`simplicio-dev-cli`, ~8.8k linhas em
`simplicio/`). Um harness Node/Playwright também vive aqui, mas só como
**starter-kit embutido** — não builda nem testa o pacote Python.
PRODUCT:
- Linguagem principal: **Python 3.10+** (`pyproject.toml`, `setuptools`).
- Test runner unit/contract: **pytest** (`tests/python/`, `tests/contracts/`).
- Linter/formatter: **ruff** (`ruff check .` / `ruff format --check .`).
- Type checker: **mypy** (`mypy simplicio`).
- CI/CD: GitHub Actions (`.github/workflows/ci.yml` — jobs `python`, `lint`, `extras`, `packaging`).
- Deploy: PyPI (`simplicio-cli`) — ver `.specs/workflow/RELEASE.md`.
STARTER embutido (não é o produto): `package.json` só declara
`test:e2e`/`test:e2e:ui`/`test:e2e:report` (Playwright). Não existe `npm run
dev`/`build`/`lint`/`docs:build` — não invente esses comandos.
> Antes de adicionar dependência nova (Python ou npm): pergunta ao humano. Sem exceção.
---
## Comandos importanteswhen to use it
Community prompt sourced from the open-source GitHub repo wesleysimplicio/simplicio-dev-cli (NOASSERTION). A "Copilot Instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
productivitycommunitydeveloper
source
wesleysimplicio/simplicio-dev-cli · NOASSERTION
more in Productivity
Productivity✓ tested
Summarize a doc into decisions & actions
chief of staff who extracts what to DO, not just what was said
Productivity✓ tested
Draft a reply to a hard email
calm, direct communicator who de-escalates without caving
Productivity✓ tested
Turn a brain-dump into a weekly plan
planning coach who protects your focus, not just your calendar