From 850031f44b53d2220e0f050a8d672f80138680f7 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 26 Dec 2025 16:29:40 +0000 Subject: [PATCH] wip --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c5860cc..1433744 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -64,6 +64,8 @@ These are placeholders to align teams; adjust once packages exist. - Recommended pattern: a `tools/build-scripts` runner invoked by pnpm, e.g. `pnpm build:server --profile che`. - Prefer environment variables for CI/CD (`PROFILE=che pnpm build:server`) and a small wrapper script for local usage. - Build output stays in `/dist/{serverName}` per profile to keep deployments predictable. +- Profile selection can target different git branches or specific commits; server operators decide the compatibility baseline. +- Profiles should allow scenario selection and include the matching unit pack in the build output. ## Server Profiles (Planned) - `che`, `kwe`, `pwe`, `twe`, `nya`, `pya`