chore: normalize file permissions across repository

- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
This commit is contained in:
AITBC System
2026-03-08 11:26:18 +01:00
parent 36a540166b
commit b033923756
987 changed files with 5251 additions and 1433 deletions

0
tests/README.md Executable file → Normal file
View File

0
tests/TEST_REFACTORING_COMPLETED.md Executable file → Normal file
View File

0
tests/USAGE_GUIDE.md Executable file → Normal file
View File

0
tests/cli-test-updates-completed.md Executable file → Normal file
View File

0
tests/contracts/AgentBounty.test.js Executable file → Normal file
View File

0
tests/contracts/AgentStaking.test.js Executable file → Normal file
View File

0
tests/contracts/Integration.test.js Executable file → Normal file
View File

0
tests/contracts/MockERC20.sol Executable file → Normal file
View File

0
tests/contracts/MockGroth16Verifier.sol Executable file → Normal file
View File

0
tests/contracts/MockZKVerifier.sol Executable file → Normal file
View File

0
tests/e2e/E2E_TESTING_SUMMARY.md Executable file → Normal file
View File

0
tests/e2e/E2E_TEST_EXECUTION_SUMMARY.md Executable file → Normal file
View File

0
tests/e2e/README.md Executable file → Normal file
View File

0
tests/e2e/fixtures/home/client1/.aitbc/config.yaml Executable file → Normal file
View File

0
tests/e2e/fixtures/home/client1/answer.txt Executable file → Normal file
View File

0
tests/e2e/fixtures/home/miner1/.aitbc/config.yaml Executable file → Normal file
View File

0
tests/e2e/fixtures/home/miner1/question.txt Executable file → Normal file
View File

0
tests/integration/api_integration.test.js Executable file → Normal file
View File

0
tests/integration/test_multi_chain_integration.py Normal file → Executable file
View File

0
tests/openclaw_marketplace/README.md Executable file → Normal file
View File

0
tests/performance/test_performance.py Normal file → Executable file
View File

0
tests/performance/test_performance_lightweight.py Normal file → Executable file
View File

0
tests/security/test_security.py Normal file → Executable file
View File

0
tests/test-integration-completed.md Executable file → Normal file
View File

0
tests/verification/README.md Executable file → Normal file
View File