docs: add AGENTS.md with Cursor Cloud setup/run notes#286
Merged
Conversation
Co-authored-by: Rapha <sraphaz@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
📋 Descrição
Configuração do ambiente de desenvolvimento para Cloud Agents e adição de
AGENTS.mdcom instruções não óbvias de setup/execução. Nenhum código de aplicação foi alterado.Ambiente provisionado nesta sessão (persiste no snapshot da VM):
/usr/local/dotnet/usr/local/flutterUpdate script (refresh de dependências no boot) registrado:
dotnet tool restore,dotnet restore Arah.sln,npm installemfrontend/{wiki,portal,devportal}, eflutter pub getemfrontend/arah.app.🔄 Tipo de Mudança
🧪 Testes
Validei cada serviço end-to-end neste ambiente:
Arah.sln)dotnet test Arah.Tests(1887 passed; 2 perf/SLA flaky),Arah.Tests.Bff(130 passed)dotnet build -c Release✅; API em:5178✅; BFF em:5005✅frontend/wiki)type-check✅ (next lintquebrado no Next 16)npm test(15) ✅npm run dev:3001/wiki✅frontend/portal)next lintquebrado no Next 16npm run dev:3000✅frontend/devportal)npm test(48) ✅frontend/arah.app)flutter analyze --no-fatal-infos✅flutter test(26) ✅flutter pub get✅Hello-world (API, provider InMemory):
POST /api/v1/auth/signup→ JWT,POST /api/v1/territories/suggestions→ 201,GET /api/v1/territories→ 200.📝 Lista de Documentos Atualizados
AGENTS.md(novo) - notas Cursor Cloud: usarArah.sln, exigência deJWT__SIGNINGKEY, provider InMemory padrão, portas (API 5178 / BFF 5005 / wiki 3001 sob/wiki/ portal 3000),next lintquebrado no Next 16, testes de performance flaky.📸 Screenshots
Demonstração dos frontends Next.js (portal e wiki) rodando localmente.