teardown

Remove aweek heartbeat and .aweek/ data directory with confirmations.

11|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/runbear-io/aweek --skill teardown-runbear-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teardown
Source: https://github.com/runbear-io/aweek/tree/main/skills/teardown
Command: npx skills add https://github.com/runbear-io/aweek --skill teardown-runbear-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove aweek from a project by uninstalling the heartbeat and/or deleting the .aweek/ data directory, with safe, user-confirmed operations.

Core Features & Use Cases

  • Heartbeat removal: Uninstalls the per-user heartbeat (macOS) or crontab entry (Linux) without deleting agent data.
  • Full uninstall: Removes heartbeat and permanently deletes all agent configs, weekly plans, and logs.
  • Safety controls: Enforces explicit user confirmation before any destructive action.

Quick Start

Choose the teardown operation and confirm, then run the required aweek exec teardown command with a confirmed payload.

Frequently Asked Questions about teardown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I uninstall aweek and remove its heartbeat from my project?

To uninstall aweek, you can remove the per-user heartbeat or crontab entry and delete the `.aweek/` data directory. The process requires explicit user confirmation before any destructive actions are performed.

What is the difference between removing an aweek heartbeat and a full uninstall?

Removing the heartbeat only uninstalls the macOS or Linux crontab entry without deleting agent data. A full uninstall removes the heartbeat and permanently deletes all agent configs, weekly plans, and logs.

Can I remove aweek data on both macOS and Linux environments?

Yes, aweek teardown applies to both macOS and Linux environments where aweek is installed. It safely handles heartbeat removal and data deletion across these platforms.

How do I safely delete the .aweek data directory without losing configs accidentally?

To safely delete the `.aweek/` data directory, the teardown process enforces a strict interactive workflow using AskUserQuestion prompts. This ensures explicit confirmation before permanently deleting agent configs and logs.

Do I need to manually confirm before aweek teardown deletes agent data?

Yes, aweek teardown enforces explicit user confirmation before any destructive action. You must confirm the operation and run the required command with a confirmed payload to delete data.

What happens to my weekly plans and logs when I remove the aweek heartbeat?

If you only remove the aweek heartbeat, your weekly plans, logs, and agent configs are preserved. A full uninstall is required to permanently delete all data within the `.aweek/` directory.