Velum
Copyright 2026 missedfloww

This product includes software developed by OpenAI
(https://github.com/openai/privacy-filter).

The vendored subset of OpenAI Privacy Filter is located at
src/velum/_vendor/opf/ and is licensed under the Apache License, Version 2.0;
the full license text is available at LICENSE-OPF.

Vendored upstream commit:
  f7f00ca7fb869683eb732c010299d901457f19c3 (recorded in
  src/velum/_vendor/opf/UPSTREAM_COMMIT.txt for re-sync verification)

Vendored scope (minimum runtime path, see
docs/superpowers/plans/2026-05-10-opf-vendor-audit.md):
  - opf/__init__.py
  - opf/_api.py
  - opf/_common/  (full subdirectory)
  - opf/_core/    (full subdirectory)
  - opf/_model/   (full subdirectory)

Modifications applied during vendoring:
  - No source code modified. Upstream uses relative imports
    (from .X, from ..Y) which resolve correctly under the new
    package name velum._vendor.opf without rewriting.
  - The only edit on the consumer side is the import in
    src/velum/engine/opf_redactor.py (from opf._api import OPF
    -> from velum._vendor.opf._api import OPF).
  - Re-sync is governed by scripts/sync_opf_vendor.py.
