chore(guide): reconciler excludes deprecated qds-monitor (superseded by the agent)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -53,8 +53,11 @@ def main():
|
|||||||
for repo in sorted(glob.glob(os.path.join(ROOT, "hiveops-*"))):
|
for repo in sorted(glob.glob(os.path.join(ROOT, "hiveops-*"))):
|
||||||
name = os.path.basename(repo)
|
name = os.path.basename(repo)
|
||||||
svc = name[len("hiveops-"):]
|
svc = name[len("hiveops-"):]
|
||||||
|
# non-service / special repos, and DEPRECATED ones (qds-monitor + smartjournal were the
|
||||||
|
# early incident bridge before the agent shipped — superseded, don't document)
|
||||||
if svc in ("agent","guide","bom","security-common","template","docs","release",
|
if svc in ("agent","guide","bom","security-common","template","docs","release",
|
||||||
"devops","integration","smartjournal","tools","adoons"): # non-service or special
|
"devops","integration","tools","adoons",
|
||||||
|
"qds-monitor","smartjournal"): # last line = deprecated
|
||||||
continue
|
continue
|
||||||
if not os.path.isdir(repo) or not has_backend(repo):
|
if not os.path.isdir(repo) or not has_backend(repo):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user