seminar-vibecoding/feature.prompt
Artur Mukhamadiev 47bb070a1b prompt examples
2026-08-07 14:57:08 +03:00

25 lines
724 B
Plaintext

# Smaps detalisation flag
## Approach
You should follow Test Driven Development on implementation of this feature.
### Requirement
Before reporting on success =>
end2end testing should be performed using tui & cli output formats.
No regression should be detected
If you see any inconsistency - ask me, using question tool. Do not implicitly decide.
If answer to the question could be found using codebase search (only in $PWD) - first research
## Goal
Add --smaps flag with two possible values: VERBOSE|SIMPLE
Default flag value is SIMPLE
When using this value, per producer detalisation on smaps should not be outputted anywhere
On Verbose output -> per producer summary PSS/RSS consumption should be outputted.