65 lines
1.1 KiB
Markdown
65 lines
1.1 KiB
Markdown
# Article Project Structure
|
|
|
|
Use this structure for article projects that enter Writing Workbench after a Web initial outline already exists.
|
|
|
|
```text
|
|
YYYY-MM-DD-short-slug/
|
|
project.md
|
|
source-map.md
|
|
status.md
|
|
decision-log.md
|
|
|
|
intake/
|
|
intake-note.md
|
|
background.md
|
|
|
|
outline/
|
|
outline-v1.0.md
|
|
|
|
materials/
|
|
source-links.md
|
|
source-digests/
|
|
compression-notes.md
|
|
|
|
audit/
|
|
audit-log.md
|
|
reviewer-id/
|
|
r1.1/
|
|
agent-invocation-packet.md
|
|
run-metadata.json
|
|
prompt-to-send.md
|
|
returned-output.md
|
|
|
|
editor/
|
|
editor-log.md
|
|
lead-writer-id/
|
|
r1.1/
|
|
agent-invocation-packet.md
|
|
run-metadata.json
|
|
prompt-to-send.md
|
|
returned-output.md
|
|
|
|
outline-review/
|
|
review-brief.md
|
|
user-reflection.md
|
|
synthesis-for-writer.md
|
|
|
|
handoff/
|
|
outline-review-complete.md
|
|
|
|
drafting/
|
|
section-sessions/
|
|
draft-v1.md
|
|
draft-notes.md
|
|
|
|
revision/
|
|
revision-sessions/
|
|
draft-v2.md
|
|
|
|
publish/
|
|
local-final.md
|
|
knowledge-vault-target.md
|
|
```
|
|
|
|
Folders may be created as needed. Do not create empty stage files merely to satisfy the structure.
|