MCPcopy Index your code
hub / github.com/github/spec-kit / SymlinkedSharedPathError

Class SymlinkedSharedPathError

src/specify_cli/shared_infra.py:86–92  ·  view source on GitHub ↗

Raised when a shared infrastructure path or ancestor is a symlink. Distinct from other unsafe-path errors so callers can preserve symlinked destinations as customizations while still letting genuine safety errors (e.g. path escape, not-a-directory) propagate and abort the operation.

Source from the content-addressed store, hash-verified

84
85
86class SymlinkedSharedPathError(ValueError):
87 """Raised when a shared infrastructure path or ancestor is a symlink.
88
89 Distinct from other unsafe-path errors so callers can preserve symlinked
90 destinations as customizations while still letting genuine safety errors
91 (e.g. path escape, not-a-directory) propagate and abort the operation.
92 """
93
94
95def load_speckit_manifest(

Calls

no outgoing calls

Tested by

no test coverage detected