POCDD — List
Read-only overview of all POCs. Enumerate with pocdd_list from
../shared/context.sh:
. "$(dirname "$0")/../shared/context.sh"
pocdd_list
For each file, read its header/sections and print a compact table:
| POC | Format | Phase | [agent] gaps |
[user] gaps |
|---|
- Format = the extension (
.mdreasoned /.py,.js,.go,… runnable). - A POC with
0 / 0gaps and phaseready-to-implementis ready for/poc implement. - If
.pocs/is empty or absent, say so and suggest/poc <SOURCE>to start one.
Do not modify any file.