Skip to content

1주차 - 동작하는 OS 뼈대#35

Open
wagranungyo wants to merge 8 commits into
next-step:wagranungyofrom
wagranungyo:step2-1
Open

1주차 - 동작하는 OS 뼈대#35
wagranungyo wants to merge 8 commits into
next-step:wagranungyofrom
wagranungyo:step2-1

Conversation

@wagranungyo

Copy link
Copy Markdown

개요

논문 링크 하나로 읽기 → 상세 해설 → 코드 분석 → 실제 실행 → 디자인 → HTML 리포트까지 자동 산출하는 Claude Code 기반 멀티 에이전트 시스템(paper-analysis)입니다.

구성

  • 스킬 7개 (.claude/skills/): analyzer · detail · code · code-run · mydesign · html · feedback
  • 에이전트 8개 (.claude/agents/): 스킬 전담 7개 + orchestrator
  • OS 워크플로우 (.claude/workflows/paper-os.js): 논문 복잡도 산정 → 단계별 최적 에이전트 수 결정 → 게이트 검증
  • 문서: PAPER-AI-PIPELINE.md

산출물 예시 (output//)

  • joyaivl_2606.14777/, liveedit_2606.26740/ — 분석·상세·코드·실행·디자인·HTML 리포트

wagranungyo and others added 8 commits July 2, 2026 08:25
7 skills, 8 agents, and a paper-os workflow that gauges paper complexity,
decides optimal per-stage agent counts, and runs analyzer→detail→code→run→
design→html with feedback gates. Includes LiveEdit example outputs with a
verified CPU reproduction demo (ALL PASS).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ROOT now defaults to '.' (session working directory) instead of a hardcoded
absolute Windows path, so the OS runs on any machine / any clone location.
Optionally override via args object { link, root, maxParallel }. README gains
a "다른 PC에서 이어서 작업하기" section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Move LiveEdit artifacts into output/liveedit_2606.26740/
- Merge 5 feedback_*.md into feedback_summary.md; drop merged detail part files
- paper-os.js now writes every run under output/<slug>/ (slug from Triage);
  intermediate part files are cleaned up after merge
- Add output/README.md index and update main README

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Stages and commits working-tree changes with a standardized message
(Co-Authored-By trailer, imperative summary). Intended for saving progress
and for committing paper-os outputs after a cycle completes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
paper-os run: JoyAI-VL-Interaction — Real-Time Vision-Language Interaction
Intelligence. Complexity=high (detail×3, code×3); all gates PASS
(analysis/detail/code/run/html). Feedback consolidated into feedback_summary.md
and added to output/README.md index.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Change /code-run default: prepare the ORIGINAL repo for the user to
  run in their own terminal (copy-paste command block + run guide),
  instead of Claude auto-executing a reconstructed toy demo
- Reconstruction demo demoted to offline-smoke-test fallback only
- Rewrite both 05_run.md outputs (joyaivl 9d07596, liveedit cp-cp)
  as original-repo run guides; logs marked "아직 미실행"
- Add CONTEXT.md changelog and record the intent→skill-default principle

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- New /interview skill + agent: before running paper-os, extract hidden
  assumptions, detect gaps, and present A/B forks, then write the
  confirmed intent to output/<slug>/00_intent.md (max 2 rounds)
- Wire paper-os.js: new Intent phase; every stage reads 00_intent.md and
  honors it over skill defaults; Triage reuses an existing intent folder
- Fix stale code-run stage prompt (was "make toy demo and run it") to
  match the original-repo / user-runs philosophy
- Add joyaivl 00_intent.md from a dry run; log changes in CONTEXT.md

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add interview stage at the front (skills 7→8, agents 8→9)
- Fix code-run description: original-repo, user-runs-in-terminal guide
- Reflect per-slug output/<slug>/ layout and 00_intent.md
- Add interview→00_intent to the data-flow diagram
- Log the doc sync in CONTEXT.md

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant