From 97ba5a41b4c43f2523bc627a54d70b57b629bde5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:40:25 +0000 Subject: [PATCH 1/2] Initial plan From 561958802b07742e39e3e96708d81554f518246b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:42:02 +0000 Subject: [PATCH 2/2] Update README.md to document archived repository behavior Co-authored-by: JaredHatfield <208119+JaredHatfield@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f84d0d7..853b881 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Usage: dotgithubindexer -org -token [options] GitHub API token (required) ``` +## Archived Repositories + +Archived repositories are automatically excluded from indexing because they cannot be modified. When fetching repositories from the GitHub API, archived repositories are filtered out and will not be indexed. + ## Folder Structure This application does not utilize a database, instead the content is output to text files and is intended to be committed to a git repository. The folder structure is as follows: