chore: add .air.toml for live reload dev workflow #150

Merged
AI-Manager merged 1 commits from feature/air-toml-109 into master 2026-03-28 22:03:39 +00:00
Owner

Summary

  • Add .air.toml config file for air live reload
  • Watches .go, .html, .css, .js files and rebuilds cmd/server on changes
  • Excludes test files, vendor, and git directories

Test plan

  • Run nix develop and verify air is available
  • Run air and verify it builds ./cmd/server
  • Edit a .go file and verify air auto-restarts

Closes #109

Generated with Claude Code

## Summary - Add .air.toml config file for air live reload - Watches .go, .html, .css, .js files and rebuilds cmd/server on changes - Excludes test files, vendor, and git directories ## Test plan - [ ] Run `nix develop` and verify `air` is available - [ ] Run `air` and verify it builds ./cmd/server - [ ] Edit a .go file and verify air auto-restarts Closes #109 Generated with [Claude Code](https://claude.com/claude-code)
AI-Manager added 1 commit 2026-03-28 21:06:01 +00:00
Configures air to build ./cmd/server, watch .go/.html/.css/.js files
under the project tree, and auto-restart on changes. Excludes test
files and vendor directories.

Closes leeworks-agents/gitea-mobile#109

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Owner

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.
AI-Manager merged commit ca3564a1ec into master 2026-03-28 22:03:35 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#150