From 5e4091e87037d19b69977b8794a6aa12fbb0c0b2 Mon Sep 17 00:00:00 2001 From: haru <99401+haru@users.noreply.github.com> Date: Sun, 30 Aug 2026 08:08:27 +0000 Subject: [PATCH] docs: update OpenWiki --- openwiki/.last-update.json | 6 +++--- openwiki/operations/testing.md | 2 +- openwiki/quickstart.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openwiki/.last-update.json b/openwiki/.last-update.json index c4dab5b..0036d37 100644 --- a/openwiki/.last-update.json +++ b/openwiki/.last-update.json @@ -1,7 +1,7 @@ { - "updatedAt": "2026-08-01T00:00:47.520Z", - "command": "init", - "gitHead": "6683685b73168f102e4544103bbed68855791f0d", + "updatedAt": "2026-08-30T08:08:26.705Z", + "command": "update", + "gitHead": "5a01235de45550af9551f948957582c0eb1c24b5", "model": "gpt-5.6-luna", "status": "complete", "language": "en" diff --git a/openwiki/operations/testing.md b/openwiki/operations/testing.md index f022b60..6ca7938 100644 --- a/openwiki/operations/testing.md +++ b/openwiki/operations/testing.md @@ -29,7 +29,7 @@ The [synchronization workflow](../workflows/synchronization.md) and [provider in `.github/workflows/ci.yml` runs lint, Jest/coverage, and build on Node 22. Container publishing builds AMD64 and ARM64 images on version tags or manual dispatch. Release automation tags from `package.json`, publishes images, creates a prerelease, and backmerges `main` to `develop`. Contributors are directed to submit PRs against `develop`; direct PRs to `main` are restricted by workflow policy. -At this initialization, `git status --short` reports an unstaged modification to [`.github/workflows/openwiki-update.yml`](../../.github/workflows/openwiki-update.yml). Its current workflow runs daily at 08:00 UTC or manually, installs OpenWiki 0.2.5 with Mermaid/jsdom validation, and opens an `openwiki/update` pull request. The uncommitted workflow switches to OpenRouter model `z-ai/glm-5.2` and adds LangSmith variables; do not treat those details as committed application behavior. +The committed [`.github/workflows/openwiki-update.yml`](../../.github/workflows/openwiki-update.yml) runs weekly on Sunday at 08:00 UTC or manually, installs OpenWiki 0.2.5 with Mermaid/jsdom validation, runs `openwiki code --update --print`, and opens an `openwiki/update` pull request containing the generated wiki. It configures the OpenAI provider with model `gpt-5.6-luna`; the workflow does not currently configure LangSmith. ## Operational watch-outs diff --git a/openwiki/quickstart.md b/openwiki/quickstart.md index 162fb8e..32a1821 100644 --- a/openwiki/quickstart.md +++ b/openwiki/quickstart.md @@ -50,9 +50,9 @@ After schema work, check migration status before `npx prisma migrate dev`; devel These rules are supported by [`AGENTS.md`](../AGENTS.md), [`prisma/schema.prisma`](../prisma/schema.prisma), and current service implementations. -## Git context at initialization +## Current repository state -The repository is at commit `6683685b73168f102e4544103bbed68855791f0d`. Recent history is primarily dependency maintenance, provider hardening, external authentication, and documentation automation. High-signal provider changes added bounded pagination, reviewer-assigned GitHub/GitLab work, GitLab merge-request ID prefixes, and GitHub Enterprise base-URL support. The working tree has an unstaged modification to [`.github/workflows/openwiki-update.yml`](../.github/workflows/openwiki-update.yml); [operations and testing](./operations/testing.md) records it as working-tree state rather than committed application behavior. +The repository is at commit `5a01235de45550af9551f948957582c0eb1c24b5`, and `git status --short` is clean. The recorded prior documentation head `6683685b73168f102e4544103bbed68855791f0d` is not available in this shallow checkout, so this run cannot reconstruct the exact intervening change set. The OpenWiki automation in [`.github/workflows/openwiki-update.yml`](../.github/workflows/openwiki-update.yml) is therefore treated as committed repository behavior; [operations and testing](./operations/testing.md) describes its current configuration. ## Backlog