personal memory agent

Update development guidelines in AGENTS.md and create CLAUDE.md as a symlink to AGENTS.md

+3 -2
+2 -2
AGENTS.md
··· 27 27 28 28 ## Development guidelines 29 29 30 - - Use **Python 3.9+** and keep code formatted with `black` (line length 100) and 30 + - Use **Python 3.9+** and keep code formatted with `black` and 31 31 `isort`. The configuration resides in `pyproject.toml`. 32 32 - Linting with `flake8` and type checking with `mypy` are recommended. 33 - - If tests are added under `tests/`, run `pytest` before committing. 33 + - Tests are under `tests/`, run `pytest` before committing, install dependencies or use mocks if needed. 34 34 - The dependencies declared in `pyproject.toml` include heavy optional 35 35 packages (for example `torch` and `PyGObject`). If `pip install -e .[dev]` 36 36 fails you can install only the minimal set needed for the tests:
+1
CLAUDE.md
··· 1 + AGENTS.md