Skip to main content

emp-workflow

EMP workflow guide for CI, dependencies, builds, releases, Codex routing, Git/PR, worktrees, cross-package impact, and repository validation. Use when these repository-specific boundaries matter; skip for text-only work and narrow source edits already covered by AGENTS.md.

설치로 이동

소스 정보

저장소
empjs/emp
최근 소스 활동
2026년 9월 14일 05:59
감지된 SKILL.md 언어
영어
스타
2,396
포크
230

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
6 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
emp-workflow
description
EMP workflow guide for CI, dependencies, builds, releases, Codex routing, Git/PR, worktrees, cross-package impact, and repository validation. Use when these repository-specific boundaries matter; skip for text-only work and narrow source edits already covered by AGENTS.md.
# EMP Workflow ## Core Flow 1. Define the requested outcome, allowed scope, completion evidence, and stop condition. 2. Read only the matching section in `references/routing-and-context.md`; preserve unrelated checkout changes. 3. Use CodeGraph for symbols, call chains, package boundaries, runtime paths, or affected tests. Use `rg` or structured parsing for text and config. 4. Keep simple or shared-state work in the controller. Use `spawn_agent` only for an independent domain or medium/high-risk verification, after reading the selected `.codex/agents/` profile. 5. For non-trivial implementation, state the plan in the task unless the user requests a durable file. 6. Select the smallest checks from `references/change-matrix.md`. Stop when the requested result and required evidence are complete. 7. Report changed files, exact verification, skipped checks, and remaining risk. Commit or push only when requested or required by release/PR closure. ## Reference Map - `references/routing-and-context.md`: preflight, CodeGraph, model routing, delegation briefs, and tool-output limits. - `references/change-matrix.md`: protected scope, minimum verification, and reasoning/prompt evaluation gates. - `references/routing-evaluation.md`: fixed task set, hard gates, and before/after record for Codex routing changes. - `references/repository-operations.md`: Skill, Git/PR, worktree, tests, and release procedures. - Read `.codex/config.toml` or `.codex/hooks.json` only for runtime configuration work; read only the Agent profile being used. ## Decision Rules - One writer per file or shared state. Serialize dependency graphs, migrations, snapshots, ports, publishing, and external writes. - Do not extend into protected paths without task authorization or commit generated output, caches, `.codegraph/`, or `.worktrees/`. - Use `corepack pnpm`; prefer live evidence and bounded logs.
GitHub에서 보기