AI SummaryEnforces a Makefile-only automation policy for a TypeScript/React frontend project, prohibiting shell scripts and standardizing task orchestration for Docker integration. Developers working on the Bacalhau frontend repository benefit from consistent, traceable, and containerization-ready automation practices.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "bac-fe-repogen — Cursor Rules" prompt rules to my project. Repository: https://github.com/Malnati/bac-fe-repogen Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
É proibida a criação ou o uso de arquivos de shell script (`.sh`, `.bash`, etc.) para execução de tarefas no projeto. Toda automação deve ser feita exclusivamente via `Makefile`, que é o único ponto de orquestração permitido. Regras obrigatórias: - Não criar ou usar arquivos com extensão `.sh`, `.bash` ou similares. - Não criar blocos de shell embutidos (`#!/bin/bash`, `#!/usr/bin/env sh`) em arquivos. - Não adicionar novos alvos (`targets`) ao `Makefile` automaticamente. Somente criar comandos no `Makefile` mediante solicitação explícita. - Scripts de teste Puppeteer devem ser criados em JavaScript/TypeScript (`.js`, `.ts`) e executados via `npm run test:e2e` ou targets do `Makefile`. - Para testes E2E, usar exclusivamente Puppeteer com scripts Node.js. Esta política visa garantir rastreabilidade, consistência e futura integração com Docker e entrypoints controlados por variáveis de ambiente.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts