From f1522040ceabe7309a29f25dd673f49f9f1f2424 Mon Sep 17 00:00:00 2001 From: homelab-admin Date: Mon, 20 Jul 2026 13:53:22 +0000 Subject: [PATCH] docs(public): publish no-auth action file bundle.json --- bundle.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..4c24e83 --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "authentication_required": false, + "branch": "main", + "documents": { + "current/README.md": { + "content": "# Public context\n\nThis directory contains the current sanitized HOMELAB state.\n", + "media_type": "text/markdown", + "sha256": "def912aa64a11cd89b7eb6d5476268ff0a177e8f2c54a347b5cf9d9bbcbba876" + }, + "current/publication-policy.md": { + "content": "# Publication policy\n\nOnly curated `.md`, `.txt`, and `.json` documents may be published. Credentials, private keys, authorization headers, private network details, private filesystem paths, raw evidence archives, and private repository contents must not be included.\n", + "media_type": "text/markdown", + "sha256": "1ca83eb4fc3b2765dcb7a774adfb8da2b5ec9210882e9e2f4493e92e3bb0095d" + }, + "current/state.json": { + "content": "{\n \"codex_cli\": {\n \"authenticated\": false,\n \"installed\": true,\n \"usage_enabled\": false\n },\n \"default_branch_protection\": \"active\",\n \"github_used\": false,\n \"inventory_foundation\": \"active\",\n \"operations_workspace\": \"ready\",\n \"private_repositories_authoritative\": true,\n \"public_content_policy\": {\n \"allowlisted_types\": [\n \"markdown\",\n \"json\",\n \"text\"\n ],\n \"private_network_details\": false,\n \"raw_evidence_archives\": false,\n \"secrets\": false\n },\n \"public_repository_role\": \"sanitized read-only context\",\n \"schema_version\": 1,\n \"source_control\": \"Gitea only\"\n}\n", + "media_type": "application/json", + "sha256": "fa7a7ebc5c0506019cde648dbaf3e8af8693495c583cf822c735274a8167a691" + }, + "current/summary.md": { + "content": "# Current sanitized state\n\n- Source control is Gitea only.\n- Private operations repositories remain authoritative.\n- Default-branch protection is active.\n- The operations workspace is ready.\n- Codex CLI is installed but intentionally unauthenticated.\n- GitHub is not used.\n", + "media_type": "text/markdown", + "sha256": "33f3a28cf2c6c9a67317033d597fd547838e3bb930afe3601df55f2361869f95" + } + }, + "read_only": true, + "repository": "homelab-admin/homelab-public-context", + "schema_version": 1, + "source_index_sha256": "bf9154ce4f72d54c4ec20625bcaa2ff15efb351c73c6e9a9f45a3a13d92ab575", + "visibility": "public" +}