Skip to content
Open
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
6 changes: 3 additions & 3 deletions openwiki/.last-update.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion openwiki/operations/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions openwiki/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down