From 11eea6a82cbfdde40ec1457c6ea080da4da6b7dc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 31 Oct 2025 20:13:32 +0200 Subject: feat: implement amp AI tool support and replace Taskfile with Mage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add amp as default AI tool for release notes and showcase generation - Fallback chain: amp → hexai → claude → aichat - Replace Taskfile.yaml with magefile.go for build automation - Update all documentation (README.md, AGENTS.md, doc/development.md) - Update version to 0.10.0 Amp-Thread-ID: https://ampcode.com/threads/T-735ba1e2-0255-4b43-8ed1-6c0d2f78301b Co-authored-by: Amp --- internal/state/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/state') diff --git a/internal/state/state.go b/internal/state/state.go index af90879..c2a62ed 100644 --- a/internal/state/state.go +++ b/internal/state/state.go @@ -76,4 +76,4 @@ func (s *State) HasRunWithinWeek() bool { // UpdateBatchRunTime updates the last batch run timestamp to now func (s *State) UpdateBatchRunTime() { s.LastBatchRun = time.Now() -} \ No newline at end of file +} -- cgit v1.2.3