diff --git a/AGENTS.md b/AGENTS.md index 2594b24..bd4b6f7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,20 +1,5 @@ # AGENTS.md -This repository doesn't contain any agent specific instructions other than its [README.md](README.md), required development documentation, and its linked resources. +An application frontend for [porringer](https://www.github.com/synodic/porringer) that manages and downloads package managers and their dependents. -## Logging - -Application logs are written to a deterministic path under the OS config directory: - -| Mode | Path | -|----------------|------------------------------------------------------| -| Production | `%LOCALAPPDATA%\Synodic\logs\synodic.log` | -| Dev (`--dev`) | `%LOCALAPPDATA%\Synodic-Dev\logs\synodic-dev.log` | - -Resolve the current log path programmatically: - -```shell -python -c "from synodic_client.logging import log_path; print(log_path())" -``` - -Logs use rotating file handlers (1 MB max, 3 backups). +Development workflow, commands, and debug CLI reference are in `docs/development.md`. diff --git a/docs/development.md b/docs/development.md index 0720d6c..3b125f0 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1 +1,118 @@ # Development Guide + +We use [PDM](https://pdm-project.org/en/latest/) as our build system and package manager. All commands below are `pdm