%- include("../../../src/web/views/partials/layout-top", { title }) %>
Community files are locally maintained OKF Markdown under System-generated files are read-only OKF Markdown from core and plugin metadata. <%= entries.length %> entr<%= entries.length === 1 ? "y" : "ies" %> shown. <%= entry.slug %> · <%= entry.category || "General" %> Edit community-specific Markdown knowledge stored under <%= communityFiles.length %> file<%= communityFiles.length === 1 ? "" : "s" %> shown. <%= file.id %> · <%= file.slug %>.md Read-only generated knowledge used by AI support and scoped by user permission level. <%= systemFiles.length %> file<%= systemFiles.length === 1 ? "" : "s" %> shown. Generated files are rebuilt from repository metadata and are read-only here. <%= file.id %> · <%= file.path %> User, moderator, and admin visibility still applies during retrieval. Casual requests receive support-level facts; development-focused admin requests may use deeper technical details.knowledge/community.Entries
<% entries.forEach((entry) => { %>
Entry
Status
Visibility
Review
Updated
<% }) %>
<%= entry.title %>
<%= entry.status %>
<%= entry.visibility %>
<%= entry.review_state %>
<%= new Date(entry.updated_at).toLocaleString() %>
Community OKF files
knowledge/community. Generated core and plugin files stay separate.
<% communityFiles.forEach((file) => { %>
File Category Status Visibility Updated
<% }) %>
<%= file.title %>
<%= file.category || "Community" %>
<%= file.status %>
<%= file.visibility %>
<%= file.updated_at ? new Date(file.updated_at).toLocaleString() : "Unknown" %>
System-generated OKF
<% systemFiles.forEach((file) => { %>
File Scope Category Status Visibility
<% }) %>
<%= file.title %>
<%= file.scope %>
<%= file.category || "General" %>
<%= file.status %>
<%= file.visibility %>
Markdown is sanitized before rendering. User, moderator, and admin content are filtered server-side.
These grants are independent from normal Lumi admin/mod roles.
No OKF-specific permissions have been granted.
<% } else { %>| User | Level | Granted | Status | |
|---|---|---|---|---|
| <%= grant.user_name || grant.user_id %> | <%= grant.level %> | <%= new Date(grant.created_at).toLocaleString() %> by <%= grant.granted_by_name || grant.granted_by || "unknown" %> |
<%= grant.revoked_at ? `Revoked ${new Date(grant.revoked_at).toLocaleString()}` : "Active" %> | <% if (!grant.revoked_at) { %> <% } %> |