14 lines
458 B
Markdown
14 lines
458 B
Markdown
|
|
# CLI Log Tailer (cp_014)
|
||
|
|
|
||
|
|
## Objective
|
||
|
|
Build a CLI log tailer with multi-file follow, regex filters, and output highlighting.
|
||
|
|
|
||
|
|
## Language & Library Constraints
|
||
|
|
- Primary language: python
|
||
|
|
- Available libraries: fastapi, pydantic, sqlalchemy, requests
|
||
|
|
- Use library APIs explicitly where suitable in execution contracts.
|
||
|
|
|
||
|
|
## Acceptance
|
||
|
|
- Deterministic taskitems with strict execution contracts.
|
||
|
|
- Include selected library and preferred APIs when applicable.
|