agent-afk 3.89.1 → 3.89.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled-plugins/awa-bundled/skills/ground-state/SKILL.md +1 -0
- package/dist/cli.mjs +343 -343
- package/dist/index.mjs +134 -134
- package/dist/telegram.mjs +143 -143
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ground-state
|
|
3
3
|
description: "Before starting any non-trivial implementation (multi-file edits, new features, config changes, anything that writes), dispatch a parallel pre-flight reconnaissance wave to triangulate git state, project infrastructure, and prior-session memory. Produces a 5-line ground-truth snapshot that grounds the implementation and catches wrong-branch edits, assumed-no-CI, stale origin, and missed memory context before the first edit."
|
|
4
|
+
read-only: true
|
|
4
5
|
context: fork
|
|
5
6
|
---
|
|
6
7
|
|