Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
> **Read this file in full before making any code changes.** Agents and contributors must follow these rules when proposing or committing changes.
Sign in to like and favorite skills
Read this file in full before making any code changes. Agents and contributors must follow these rules when proposing or committing changes.
design-tokens.json), shadcn/ui for primitives.djangorestframework-simplejwt for local JWT during dev; path to OIDC kept ready.tenant_id discriminator. All queries must be tenant-scoped.openapi-rt-with-examples.yaml is the source of truth for endpoints, auth, pagination, and error shapes./design-tokens.json. Never hardcode colors/spacing/typography.Authorization: Bearer <jwt> and X-Tenant: <tenant_code> on every request.page, page_size (default 25). Sorting: sort (e.g., -updated_at).code, message, details[]. Never leak stack traces.Activity (who, what, when, request_id, payload).main (protected).main using:
feat/<scope>-<short-desc> new featurefix/<scope>-<short-desc> bugfixchore/<scope>-<short-desc> tooling or infrastructuredocs/<scope>-<short-desc> docs onlyrefactor/<scope>-<short-desc> behavior-preserving changes<type>(<scope>): <short summary>feat, fix, docs, style, refactor, perf, test, chore! for breaking changes, describe them in the body.feat(requests): add grouped multi-file uploadfix(search): escape special chars in FTS querymain. Draft until all checks pass.CODEOWNERS. Two approvals required for sensitive areas (auth, tenancy, file uploads).MAJOR.MINOR.PATCH).main after passing smoke E2E.docker compose up brings API + SQL Server + MinIO + Redis../scripts/seed.sh (tenants, users, flows).pnpm dev (or npm run dev). Run API: poetry run python manage.py runserver.main.CODEOWNERS for paths and required reviewers./api/auth/**, /api/tenancy/**, /api/uploads/**, /infra/**.This AGENTS.md reflects the design and constraints agreed for the Request Tracker modernization project.