fix: resolve CI/CD configuration issues
Some checks failed
CI / test (push) Failing after 16s
CI / build (push) Has been skipped

- Fix linting path from envschema/ to src/
- Fix package verification from envschema to memory_manager
- Add proper build-system and package-dir to pyproject.toml
- Add missing import os in tui/app.py
This commit is contained in:
2026-03-22 16:27:44 +00:00
parent e13d37f366
commit fced04c1a6

View File

@@ -1,3 +1,5 @@
"""Textual TUI application for the memory manager."""
import os import os
from datetime import datetime from datetime import datetime
from typing import Any from typing import Any