config

Inspect and update aweek configuration in .aweek/config.json with validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect and update the aweek configuration stored at .aweek/config.json to reflect current preferences.

Core Features & Use Cases

  • Inspect current configuration values (timeZone, staleTaskWindowMs, heartbeatIntervalSec) and status.
  • Propose and apply edits through a guided, validated flow that includes a dry-run preview and an atomic write.
  • Rotate the live heartbeat automatically when heartbeatIntervalSec changes.

Quick Start

Run /aweek:config to view and edit the current .aweek/config.json configuration.

Frequently Asked Questions about config

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

FAQPage Schema
How do I update my aweek config file without risking data corruption?▼

You can edit your aweek config by running the /aweek:config command, which proposes changes through a guided flow and performs a dry-run validation before applying an atomic write to .aweek/config.json.

What is the best way to change the timeZone in my aweek configuration?▼

The best way to change the timeZone is through a validated configuration edit flow that previews the update via dry-run and applies it atomically to the .aweek/config.json file.

How does aweek handle heartbeat rotation when heartbeatIntervalSec changes?▼

When heartbeatIntervalSec changes in your aweek config, the skill rotates the live heartbeat automatically to ensure the new interval takes effect immediately and safely.

Can I preview configuration edits before they are written to .aweek/config.json?▼

Yes, you can preview configuration edits because the skill enforces a dry-run validation step that logs proposed changes to timeZone, staleTaskWindowMs, and heartbeatIntervalSec before committing them.

What does the staleTaskWindowMs setting control in aweek configuration?▼

The staleTaskWindowMs setting in your aweek config controls the time window for identifying stale tasks, and you can inspect or update this value safely using the guided configuration flow.