Privacy Policy

April 27, 2026 ยท View on GitHub

Writer's Loop is a local skill repository. It does not include hosted services, telemetry, analytics, background network calls, or third-party API integrations.

Default Behavior

By default, Writer's Loop stores nothing durable. Preference learning is session-only unless the user explicitly opts into local filesystem storage.

Optional Local Storage

When local storage is enabled, Writer's Loop can write these files inside the user's selected project:

.writers-loop/
|-- journal.jsonl
|-- prefs.md
`-- styles/
    `-- my-style.md

journal.jsonl may contain summaries of reviewed writing decisions. prefs.md contains derived writing preferences from those reviewed decisions. styles/ may contain reviewed style packs derived from user-provided or permitted reference samples.

Sensitive Writing Data

Writing drafts can contain private ideas, business information, unpublished fiction, personal details, or confidential source material. Users should avoid storing full private passages unless they explicitly want those passages saved locally.

For shareable repositories, use redacted summaries and evidence IDs instead of copying source text into .writers-loop/. Save reviewed style packs, not raw source samples.

What Is Not Collected

Writer's Loop does not collect, transmit, sell, or share user data. It has no hosted component and no external network dependency.

User Control

Users can stay in session-only mode, opt into project-local storage, or delete .writers-loop/ at any time to remove locally stored journals and derived preferences.

Contact

Use GitHub issues for public project questions: https://github.com/xxsang/writers-loop/issues