From 38beebba9b7090862d39ad039be9729348053de3 Mon Sep 17 00:00:00 2001 From: Nilton Constantino Date: Tue, 27 Jan 2026 11:09:56 +0000 Subject: [PATCH] add general rules to PRs --- docs/specs/pbs/PRs para Junie.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/specs/pbs/PRs para Junie.md b/docs/specs/pbs/PRs para Junie.md index 5a15af11..0e15e8fd 100644 --- a/docs/specs/pbs/PRs para Junie.md +++ b/docs/specs/pbs/PRs para Junie.md @@ -12,6 +12,7 @@ > * Each PR must include tests. > * No speculative features. > * Follow the `Prometeu Base Script (PBS) - Implementation Spec`. +> * Do not touch any other places in the codebase just frontend. If you need to touch other places, request it with comment/output in the PR. --- @@ -20,12 +21,12 @@ * PBS is the **primary language**. * Frontend is implemented **before** runtime integration. * Architecture uses **two IR layers**: - * **Core IR** (PBS-semantic, typed, resolved) * **VM IR** (stack-based, backend-friendly) * VM IR remains simple and stable. * Lowering is explicit and testable. + --- # PR-01 — ProjectConfig and Frontend Selection