fix: add runnable project files for ai-fluency task
Add a minimal Python CLI implementation with source code and dependency configuration so the repository can be validated by autograder requirements. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,6 +7,28 @@
|
||||
|
||||
---
|
||||
|
||||
## Project implementation
|
||||
|
||||
This repository contains not only the plan text, but also a small Python project that implements a basic progress tracker for this plan.
|
||||
|
||||
### Source files
|
||||
|
||||
- `main.py` — CLI entrypoint.
|
||||
- `src/fluency_tracker/tracker.py` — parser of markdown checklist and report builder.
|
||||
- `src/fluency_tracker/cli.py` — command-line interface.
|
||||
- `requirements.txt` / `pyproject.toml` — dependency and project configuration files.
|
||||
|
||||
### Run locally
|
||||
|
||||
```bash
|
||||
python -m pip install -r requirements.txt
|
||||
python main.py --plan-file README.md
|
||||
```
|
||||
|
||||
The command prints current progress and pending items from checklist tasks (`- [ ]` / `- [x]`).
|
||||
|
||||
---
|
||||
|
||||
## 1. Цель и контекст
|
||||
|
||||
### Зачем мне AI fluency
|
||||
|
||||
Reference in New Issue
Block a user