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
14 changes: 0 additions & 14 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

ATTRIBUTION

wijzer reaches format and behavior parity with OpenWiki
(https://github.com/langchain-ai/openwiki, MIT License, Copyright (c)
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
document lineage. The upstream commit validated against is recorded in
PARITY.md.
13 changes: 13 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
wijzer — NOTICE

This product includes work adapted from OpenWiki.

wijzer reaches format and behavior parity with OpenWiki
(https://github.com/langchain-ai/openwiki, MIT License, Copyright (c)
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
document lineage. The upstream commit validated against is recorded in
PARITY.md.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ re-validation procedure in [PARITY.md](PARITY.md)).
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
attribution in [LICENSE](LICENSE).
attribution in [NOTICE](NOTICE).
Loading