Package ai.platon.pulsar.coding
Object CodingAgentFileSystem.Companion
-
- All Implemented Interfaces:
public class CodingAgentFileSystem.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>DEFAULT_PROTECTED_FILESprivate final Set<String>DEFAULT_SEARCH_EXCLUDED_DIRSprivate final Set<String>VCS_DIRSprivate final Set<String>BINARY_EXTENSIONSprivate final Set<String>SOURCE_EXTENSIONSpublic final static CodingAgentFileSystem.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Set<String>getDEFAULT_PROTECTED_FILES()Repo-governance files that destructive ops must never modify. final Set<String>getDEFAULT_SEARCH_EXCLUDED_DIRS()Directories skipped by recursive searches by default. final Set<String>getVCS_DIRS()Version-control metadata directories — protected from recursive deletion. final Set<String>getBINARY_EXTENSIONS()Binary file extensions that should not be read as text final Set<String>getSOURCE_EXTENSIONS()Recognized source code / text extensions -
-
Method Detail
-
getDEFAULT_PROTECTED_FILES
final Set<String> getDEFAULT_PROTECTED_FILES()
Repo-governance files that destructive ops must never modify.
-
getDEFAULT_SEARCH_EXCLUDED_DIRS
final Set<String> getDEFAULT_SEARCH_EXCLUDED_DIRS()
Directories skipped by recursive searches by default.
-
getVCS_DIRS
final Set<String> getVCS_DIRS()
Version-control metadata directories — protected from recursive deletion.
-
getBINARY_EXTENSIONS
final Set<String> getBINARY_EXTENSIONS()
Binary file extensions that should not be read as text
-
getSOURCE_EXTENSIONS
final Set<String> getSOURCE_EXTENSIONS()
Recognized source code / text extensions
-
-
-
-