LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/stress-test.yml
docs/COMPATIBILITY.md
docs/QUICKSTART.md
docs/README.md
docs/architecture/DOC_GOVERNANCE_RULES.md
docs/architecture/FACT_PROPAGATION_MATRIX.md
docs/architecture/INDEX.md
docs/audits/GNU_COMPATIBILITY_AUDIT.md
docs/development/COMMAND_SPEC_PILOT.md
docs/development/COMMAND_TEST_MATRIX.md
docs/development/CONCEPTS.md
docs/development/RELEASE_GOVERNANCE.md
docs/development/TESTING.md
docs/development/WSL_CI.md
docs/guides/INTEGRATION_AI_IDE.md
docs/guides/INTEGRATION_CLAUDE_DESKTOP.md
docs/guides/PRODUCTION_SECURITY.md
docs/guides/USAGE.zh-CN.en.md
docs/reference/AGENTUTILS.md
docs/reference/SECURITY_MODEL.md
docs/status/CURRENT_STATUS.md
src/aicoreutils/__init__.py
src/aicoreutils/__main__.py
src/aicoreutils/async_interface.py
src/aicoreutils/mcp_server.py
src/aicoreutils.egg-info/PKG-INFO
src/aicoreutils.egg-info/SOURCES.txt
src/aicoreutils.egg-info/dependency_links.txt
src/aicoreutils.egg-info/entry_points.txt
src/aicoreutils.egg-info/requires.txt
src/aicoreutils.egg-info/top_level.txt
src/aicoreutils/commands/__init__.py
src/aicoreutils/commands/fs/__init__.py
src/aicoreutils/commands/fs/_core.py
src/aicoreutils/commands/system/__init__.py
src/aicoreutils/commands/system/_core.py
src/aicoreutils/commands/text/__init__.py
src/aicoreutils/commands/text/_core.py
src/aicoreutils/core/__init__.py
src/aicoreutils/core/command.py
src/aicoreutils/core/config.py
src/aicoreutils/core/constants.py
src/aicoreutils/core/encoding.py
src/aicoreutils/core/envelope.py
src/aicoreutils/core/exceptions.py
src/aicoreutils/core/exit_codes.py
src/aicoreutils/core/output.py
src/aicoreutils/core/path_utils.py
src/aicoreutils/core/plugin_registry.py
src/aicoreutils/core/sandbox.py
src/aicoreutils/core/stream.py
src/aicoreutils/parser/__init__.py
src/aicoreutils/parser/_parser.py
src/aicoreutils/registry/__init__.py
src/aicoreutils/registry/catalog.py
src/aicoreutils/registry/command_specs.py
src/aicoreutils/registry/plugins.py
src/aicoreutils/registry/tool_schema.py
src/aicoreutils/utils/__init__.py
src/aicoreutils/utils/_hashing.py
src/aicoreutils/utils/_io.py
src/aicoreutils/utils/_numfmt.py
src/aicoreutils/utils/_parser.py
src/aicoreutils/utils/_path.py
src/aicoreutils/utils/_printf.py
src/aicoreutils/utils/_ranges.py
src/aicoreutils/utils/_system.py
src/aicoreutils/utils/_text.py
tests/test_agent_call_flow.py
tests/test_aicoreutils.py
tests/test_ci_config.py
tests/test_cli_black_box.py
tests/test_concurrency.py
tests/test_core_and_extras.py
tests/test_docs_bilingual.py
tests/test_docs_governance.py
tests/test_error_exit_codes.py
tests/test_error_recovery.py
tests/test_even_more_agent_commands.py
tests/test_execution_and_page_commands.py
tests/test_file_admin_commands.py
tests/test_gnu_differential.py
tests/test_golden_outputs.py
tests/test_large_input.py
tests/test_mcp_security.py
tests/test_mcp_server.py
tests/test_mcp_server_unit.py
tests/test_more_agent_commands.py
tests/test_oop_command_base.py
tests/test_oop_compat.py
tests/test_oop_pilots.py
tests/test_output_encoding.py
tests/test_project_consistency.py
tests/test_property_based_cli.py
tests/test_remaining_coreutils_commands.py
tests/test_sandbox_and_side_effects.py
tests/test_sandbox_escape_hardening.py
tests/test_system_alias_and_encoding_commands.py
tests/test_text_encoding.py
tests/test_unit_command_specs.py
tests/test_unit_commands_fs.py
tests/test_unit_commands_system.py
tests/test_unit_commands_text.py
tests/test_unit_core.py
tests/test_unit_protocol.py
tests/test_unit_sandbox_path.py
tests/test_unit_utils_path.py
tests/test_version_consistency.py
vendor/gnu-coreutils/README.md