mirror of
https://github.com/github/spec-kit.git
synced 2026-03-24 22:33:08 +00:00
fix: add explanatory comments to all empty except clauses (code quality)
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/bb495c08-5d15-410f-9ba9-89d3fc413904
This commit is contained in:
committed by
GitHub
parent
55bcbd3977
commit
795f1e7703
@@ -336,7 +336,7 @@ class AgentBootstrap:
|
||||
p.resolve().relative_to(agent_root_resolved)
|
||||
all_agent.append(p)
|
||||
except ValueError:
|
||||
pass
|
||||
pass # Path is outside the agent root — skip it
|
||||
|
||||
# Scan the agent's directory tree for files created by later
|
||||
# init pipeline steps (skills, presets, extensions) that
|
||||
@@ -665,7 +665,7 @@ def resolve_agent_pack(
|
||||
emb = AgentManifest.from_yaml(emb_file)
|
||||
overrides = f"embedded v{emb.version}"
|
||||
except AgentPackError:
|
||||
pass
|
||||
pass # Embedded manifest unreadable — skip override info
|
||||
|
||||
return ResolvedPack(
|
||||
manifest=manifest,
|
||||
|
||||
Reference in New Issue
Block a user