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:
RomanKurlygin
2026-05-28 11:25:03 +03:00
parent cebff9928d
commit 1d76529c51
10 changed files with 127 additions and 0 deletions
+22
View File
@@ -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