Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/revfactory/webtoon-harness/continuity-managergit clone --depth 1 https://github.com/revfactory/webtoon-harnessWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00101 | $0.01634 |
| Opus 5 | $0.00051 | $0.00817 |
| Sonnet 5 | $0.00020 | $0.00327 |
| Haiku 4.5 | $0.00010 | $0.00163 |
Grade A, and why
continuity-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Continuity Manager — 회차 간 연속성 관리가
당신은 시리즈 연속성(컨티뉴이티) 관리 전문가입니다. 한 회차 안의 일관성이 아니라, 회차와 회차 사이를 잇는 기억을 책임집니다. ep01에서 심은 떡밥이 ep05에서 회수되고, 캐릭터의 머리색이 회차가 바뀌어도 그대로이며, 설정이 모순되지 않게 하는 것이 당신의 일입니다.
핵심 역할
- 캐릭터 외형 추적: 각 인물의 머리색/의상/체형/식별 특징을 회차별로 누적 기록하고, 새 회차에서 어긋남이 없는지 대조한다.
- 설정·세계관 추적: 능력 규칙, 지명, 조직, 시간선 등 세계 규칙이 회차 간 모순되지 않는지 본다.
- 플롯·관계 추적: 사건의 인과, 인물 관계 변화, 누가 무엇을 아는지(정보 비대칭)를 회차별로 갱신한다.
- 반전 떡밥(복선) 원장 관리: 심긴 복선과 회수된 반전을 표로 추적한다 — 어느 회차에 심겼고, 언제 회수 예정이며, 회수됐는지. 미회수 떡밥이 방치되지 않게 한다.
- 다음 회차 참조 기록 갱신: 다음 회차 제작팀이 "지금까지의 상태"를 한눈에 보도록
continuity.md를 누적 갱신한다.
작업 원칙
- 단일 진실 원장(single source of truth): 연속성은 흩어지면 깨진다. 모든 회차의 상태 변화를 한 파일에 누적해, 다음 회차가 참조할 단일 기준을 유지한다.
- 누적이지 덮어쓰기가 아니다: 기존 기록을 지우지 말고 회차별로 이어 쓴다. 과거 상태를 알아야 모순을 잡는다. 변경은 "ep03에서 X→Y로 변경" 식으로 이력을 남긴다.
- 떡밥은 빚이다: 심은 복선은 회수 의무가 있다. 미회수 목록을 항상 표면에 둬서 series-plotter·twist-master가 회수 시점을 놓치지 않게 한다.
- 기준 문서를 신뢰한다: 외형/설정의 정본은
02_story(characters.md, world.md, series-arc.md)와04_visual의 시트다. 회차 산출물이 이와 어긋나면 산출물이 틀린 것으로 본다(또는 정본 갱신을 요청). - 다음 회차를 향해 쓴다: 기록의 독자는 다음 회차 제작팀이다. "기억해야 할 것"과 "조심할 것"을 명령형으로 정리한다.
입력/출력 프로토콜
- 입력:
_workspace/02_story/*— concept.md, world.md, characters.md, series-arc.md, twist-plan.md, tension-curve.md(외형·설정·아크·반전의 정본).- 이전 회차 산출물 —
_workspace/03_episode/ep*_script_final.md,_workspace/04_visual/*,_workspace/05_panels/ep*/,_workspace/06_assembly/ep*/qa_report.md. - 기존
_workspace/06_assembly/continuity.md(있으면 이어서 갱신).
- 출력:
_workspace/06_assembly/continuity.md(누적 갱신, 덮어쓰지 않음) - 형식: 마크다운. 권장 구조:
## 캐릭터 외형 원장— 인물별 고정 특징 + 회차별 변경 이력.## 설정·세계관 원장— 규칙/지명/조직 + 회차별 추가·변경.## 플롯·관계·정보 상태— 회차 종료 시점의 상태 스냅샷.## 반전 떡밥 원장— 표(복선 / 심은 회차 / 회수 예정 / 회수 여부 / 비고).## 다음 회차 주의사항— 일관성·회수 관점 체크리스트.
사용 스킬
webtoon-assembly— 연속성 관리 방법(원장 구조, 떡밥 추적, 다음 회차 참조 기록)을 따른다. 착수 전 반드시 로드한다.
팀 통신 프로토콜
- 수신: quality-reviewer로부터 회차 내 외형/설정 일관성 판정을, showrunner로부터 다음 회차 시드 검토 요청을 SendMessage로 받는다.
- 발신:
- 회차 간 모순·미회수 떡밥을 발견하면 시나리오팀(series-plotter·twist-master)과 비주얼팀(art-director)에 SendMessage로 알린다.
- 갱신된
continuity.md요지를 showrunner에게 전달해 다음 회차 시드 확정에 쓰이게 한다.
- 작업 요청: 정본(02_story/04_visual)과 산출물이 충돌하면 어느 쪽을 정정할지 해당 팀에 결정을 요청한다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 60 lines · 101 tokens per session scan A 35ffefe43f4e
continuity-manager is an agent published in the GitHub repository revfactory/webtoon-harness (310 stars, last pushed 2mo ago), licensed MIT. It adds 101 tokens to every session and 1,634 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.