new flashcards
All checks were successful
Mindforge API Build and Deploy / Build Mindforge API Image (push) Successful in 4m4s
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Successful in 5m29s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Successful in 9s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Successful in 8s

This commit is contained in:
2026-05-30 11:59:19 -03:00
parent b9736293d3
commit b80d28f671
27 changed files with 1735 additions and 290 deletions

15
AGENTS.md Normal file
View File

@@ -0,0 +1,15 @@
# Agents
Have a read in `project-context.md` file, it will be the main source of truth for the project. Always keep it up to date with the latest project specs and architecture decisions.
## UI specs
- All UI needs to be have a glassy-look, with a not-so-dark background
- Buttons needs to appear iOS-like and modern
- All text inputs, displays and content should appear with a modern typefont
- All texts needs to be in Brazilian Portuguese
## Testing
Follow strictly the testing requirements:
- It should NOT have any form of integration testing, nor unit testing, or any kind of testing.
- The only type of testing that should be done is building the project - make sure it compiles, and it's enough.
- Don't create random tests or any kind of files that is related to testing. All testing will be done by a human later on.