Skip to main content

monorepo-workflows

Route work to the correct service and command surface in the SynthoraAI monorepo. Use when Codex needs repository-specific guidance about which directory owns a task, which commands are canonical, which wrappers are stale, what validation to run, or which paths are generated and should not be edited.

설치로 이동

소스 정보

저장소
hoangsonww/AI-Gov-Content-Curator
최근 소스 활동
2026년 2월 28일 03:49
감지된 SKILL.md 언어
영어
스타
30
포크
18

설치 방법

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

소스 파일 검토

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

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
monorepo-workflows
description
Route work to the correct service and command surface in the SynthoraAI monorepo. Use when Codex needs repository-specific guidance about which directory owns a task, which commands are canonical, which wrappers are stale, what validation to run, or which paths are generated and should not be edited.
# Monorepo Workflows Identify the owning service before changing code. ## Follow This Workflow 1. Map the task to `backend/`, `frontend/`, `crawler/`, `newsletters/`, `agentic_ai/`, `infrastructure/`, `shell/`, or `bin/`. 2. Read the nearest `AGENTS.md` for that directory. 3. Prefer root/workspace `package.json` scripts and `bin/aicc.js` over shell wrappers when both exist. 4. Edit source files, not generated output. 5. Run the narrowest useful validation for the touched surface. ## Use The References - Read `references/service-map.md` for ownership, commands, and known drift. - Read `references/validation-map.md` when the change spans multiple services.
GitHub에서 보기