docs: save AI-friendly refactoring design specification

This commit is contained in:
2026-04-18 17:14:51 +00:00
parent 1b0e92ad25
commit dcc167d00b
2 changed files with 397 additions and 1 deletions

View File

@@ -44,7 +44,17 @@
"Bash(save-version --help)",
"Bash(git --version)",
"mcp__plugin_context-mode_context-mode__ctx_stats",
"mcp__plugin_context-mode_context-mode__ctx_execute_file"
"mcp__plugin_context-mode_context-mode__ctx_execute_file",
"Bash(git checkout *)",
"Bash(python -m py_compile backend/tests/conftest.py)",
"Bash(python -m py_compile backend/tests/test_users.py)",
"Bash(python *)",
"Bash(python3.12 -m venv backend/venv)",
"Bash(backend/venv/bin/pip install *)",
"Bash(sudo apt-get *)",
"Bash(PYTHONPATH=/data/programare_AI/tfm_ainventory:/data/programare_AI/tfm_ainventory/backend backend/venv/bin/pytest backend/tests/test_items.py::TestItemCRUD::test_create_item -v)",
"Bash(PYTHONPATH=/data/programare_AI/tfm_ainventory:/data/programare_AI/tfm_ainventory/backend backend/venv/bin/pytest backend/tests/test_items.py::TestItemCRUD::test_create_item -vv)",
"Bash(git tag *)"
]
}
}