From c9605345bb45dfe0d5d8470061877bcbb3b3d1e7 Mon Sep 17 00:00:00 2001 From: sudacode Date: Thu, 19 Feb 2026 19:10:02 -0800 Subject: [PATCH] update docs and config --- AGENTS.md | 2 +- Makefile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1b3f6b5..b905b00 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,4 @@ + @@ -16,7 +17,6 @@ This project uses Backlog.md MCP for all task and project management activities. - **When to read it**: BEFORE creating tasks, or when you're unsure whether to track work These guides cover: - - Decision framework for when to create tasks - Search-first workflow to avoid duplicates - Links to detailed guides for task creation, execution, and finalization diff --git a/Makefile b/Makefile index dd4467b..d962b83 100644 --- a/Makefile +++ b/Makefile @@ -141,10 +141,8 @@ build-launcher: clean: @printf '%s\n' "[INFO] Removing build artifacts" - @rm -f release/SubMiner-*.AppImage - @rm -f release/linux-unpacked/SubMiner - @rm -f "$(BINDIR)/subminer" "$(BINDIR)/SubMiner.AppImage" @rm -rf dist release + @rm -f "$(BINDIR)/subminer" "$(BINDIR)/SubMiner.AppImage" generate-config: ensure-bun @bun run build