bf972c9763794c739ff91774df2bda6291defe6cnone
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
**lyn** is a weather forecasting CLI tool and Go package that provides weather information via command line. It uses the Norwegian Meteorological Institute's API for weather data and OpenStreetMap's Nominatim API for geocoding.
## Common Development Commands
Tooling is managed with [mise](https://mise.jdx.dev/) (see `mise.toml`); linting runs through hk.
**Building:**
none