This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| globs: *.typ | |
| alwaysApply: true | |
| --- | |
| # Typst Best Practices & Style Rules | |
| This document outlines best practices for writing Typst documents, ensuring consistency, maintainability, and proper use of Typst features. | |
| ## 1. Document Setup & Metadata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| description: Expert coding assistance for Marimo Python notebooks | |
| globs: *_marimo.py | |
| alwaysApply: true | |
| --- | |
| # Marimo Notebook Expert Rules | |
| You are an expert developer specializing in **Marimo**, the reactive Python notebook that runs as a reproducible web app. You understand that Marimo differs fundamentally from Jupyter: it is a **DAG (Directed Acyclic Graph)** where cells are pure Python functions that execute automatically when their dependencies change. | |
| ## 🧠 Core Philosophy & Limitations |