Home / ex3del / mast · tests/fixtures/legacy/CLAUDE.md · GitHub

CLAUDE.md@tests/fixtures/legacy claudeA

CLAUDE.md@tests/fixtures/legacy is agent-read markdown (claude) from ex3del/mast.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# TaskFlow — трекер задач для маленьких команд

TaskFlow — внутренний сервис учёта задач: REST API на FastAPI, Postgres, воркер на Celery
для напоминаний. Этот файл — смесь правил разработки и справочника по системе, копилась
без структуры полтора года, чистить было некогда.

## Стек

- Python 3.11, FastAPI, SQLAlchemy 2.x (Core, без ORM-сессий в роутерах напрямую)
- PostgreSQL 15, миграции — Alembic
- Celery + Redis для фоновых задач (напоминания, экспорт отчётов)
- Frontend — отдельный репозиторий `taskflow-web`, сюда не относится
- Деплой — Docker Compose на одном VPS, без Kubernetes (пока не нужен)

## Как поднять локально

```bash
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
docker compose up -d db redis
alembic upgrade head
uvicorn app.main:app --reload
```

Тесты:

```bash
pytest
```

Линт:

```bash
ruff check app tests
```

## Правила разработки

- Не коммитить прямо в `main`, только через PR, минимум один ревью.
- Названия веток: `feature/<кратко>`, `fix/<кратко>`, `chore/<кратко>`.
- Коммиты — в свободной форме, но первая строка до 72 символов.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ex3del/mast/tests/fixtures/legacy/CLAUDE.md@git:20260920.26281f3
Exact content
mdr add ex3del/mast/tests/fixtures/legacy/CLAUDE.md@sha256:7976503f8b63f7c3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ydmq2mojuvbqromg.svg)](https://markdownregistry.com/a/art_ydmq2mojuvbqromg)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.26281f3 latest2026-09-20 26281f3 11,809 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (11809 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ex3del/mast · 5 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ydmq2mojuvbqromg
GET https://markdownregistry.com/api/v1/resolve?ref=ex3del/mast/tests/fixtures/legacy/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/7976503f8b63f7c3790f3475ff59a22920f4f4dcd6ade5862f6e809b22ecdb12

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ex3del/mast

CLAUDE.md claude
ex3del/mast · CLAUDE.md
git:20260922.6dd74b2 · audit A · 5 stars
managing-roadmap-items skill
ex3del/mast · plugins/en/skills/managing-roadmap-items/SKILL.md · English-language body. Use when taking a roadmap item into work, when a finding outside the current item turns up…
git:20260922.6dd74b2 · audit A · 5 stars
project-structure skill
ex3del/mast · plugins/en/skills/project-structure/SKILL.md · English-language body. Use when deciding where a document, note, or decision belongs in the project — ROADMAP.md, a…
git:20260922.6dd74b2 · audit A · 5 stars
worktree-flow skill
ex3del/mast · plugins/en/skills/worktree-flow/SKILL.md · English-language body. Use when taking a roadmap item into work or merging its branch — worktree per item, commit…
git:20260922.6dd74b2 · audit A · 5 stars
managing-roadmap-items skill
ex3del/mast · plugins/ru/skills/managing-roadmap-items/SKILL.md · Инструкции на русском. Используй при взятии пункта роадмапа в работу, когда по ходу работы найдена проблема вне…
git:20260922.6dd74b2 · audit A · 5 stars
project-structure skill
ex3del/mast · plugins/ru/skills/project-structure/SKILL.md · Инструкции на русском. Используй, когда решаешь, куда записать документ, заметку или решение в проекте — ROADMAP.md…
git:20260922.6dd74b2 · audit A · 5 stars
worktree-flow skill
ex3del/mast · plugins/ru/skills/worktree-flow/SKILL.md · Инструкции на русском. Вызывать при взятии пункта роадмапа в работу или вливании его ветки — worktree на пункт, префикс…
git:20260922.6dd74b2 · audit A · 5 stars

Every file in ex3del/mast

Browse by kind, by grade A, or by owner.