Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ wijzer reaches format and behavior parity with OpenWiki
LangChain, Inc.). The wiki output format, the `.last-update.json` state schema,
the update no-op / churn-prevention algorithm, the content-snapshot approach,
the prompt disciplines, and the structure of the test suite are adapted from
that project. wijzer is an independent reimplementation as a Claude Code plugin
and ships none of OpenWiki's source; it carries this notice in gratitude and to
that project. wijzer is an independent reimplementation as a Claude Code plugin;
none of OpenWiki's source runs in its runtime (skills + dependency-free bash).
For parity verification it vendors a pinned snapshot of a few OpenWiki source
files and one test under `vendor/openwiki/` (see PROVENANCE.md there), used only
by wijzer's dev/CI test suite. It carries this notice in gratitude and to
document lineage. The upstream commit validated against is recorded in
PARITY.md.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ re-validation procedure in [PARITY.md](PARITY.md)).

## License & lineage

MIT. wijzer is an independent reimplementation and ships none of OpenWiki's
source; the wiki format, state schema, update algorithm, prompt disciplines, and
test structure are adapted from OpenWiki (MIT, © LangChain, Inc.) — see the
MIT. wijzer is an independent reimplementation; none of OpenWiki's source runs in
its runtime (skills + bash). The wiki format, state schema, update algorithm,
prompt disciplines, and test structure are adapted from OpenWiki (MIT, © LangChain,
Inc.), and a pinned snapshot of a few OpenWiki files is vendored under
[vendor/openwiki/](vendor/openwiki/) for dev/CI parity verification — see the
attribution in [NOTICE](NOTICE).
Loading