Skip to content

Commit 9dc86b1

Browse files
committed
feat: Update Dicklesworthstone Stack to 15 tools and bump ACFS_VERSION to 0.6.0.
1 parent d3607c6 commit 9dc86b1

3 files changed

Lines changed: 29 additions & 19 deletions

File tree

AGENTS.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -334,17 +334,22 @@ These are installed on target VPS (not development machine).
334334
- **Supabase CLI** — Supabase management
335335
- **Vercel CLI** — Vercel deployment
336336

337-
**Dicklesworthstone Stack (10 tools + utilities):**
337+
**Dicklesworthstone Stack (15 tools + utilities):**
338338
1. **ntm** — Named Tmux Manager (agent cockpit)
339339
2. **mcp_agent_mail** — Agent coordination via mail-like messaging
340-
3. **ultimate_bug_scanner** (`ubs`) — Bug scanning with guardrails
341-
4. **beads_viewer** (`bv`) — Task management TUI
342-
5. **coding_agent_session_search** (`cass`) — Unified agent history search
343-
6. **cass_memory_system** (`cm`) — Procedural memory for agents
344-
7. **coding_agent_account_manager** (`caam`) — Agent auth switching
345-
8. **simultaneous_launch_button** (`slb`) — Two-person rule for dangerous commands
346-
9. **destructive_command_guard** (`dcg`) — Claude Code hook blocking dangerous commands
347-
10. **repo_updater** (`ru`) — Multi-repo sync + AI-driven commit automation
340+
3. **meta_skill** (`ms`) — Local-first knowledge management
341+
4. **automated_plan_reviser** (`apr`) — Iterative spec refinement
342+
5. **jeffreysprompts** (`jfp`) — System prompt library
343+
6. **process_triage** (`pt`) — Intelligent process termination
344+
7. **ultimate_bug_scanner** (`ubs`) — Bug scanning with guardrails
345+
8. **beads_rust** (`br`) — Dependency-aware issue tracking
346+
9. **beads_viewer** (`bv`) — Graph-aware task management TUI
347+
10. **simultaneous_launch_button** (`slb`) — Two-person rule for dangerous commands
348+
11. **destructive_command_guard** (`dcg`) — Claude Code hook blocking dangerous commands
349+
12. **coding_agent_session_search** (`cass`) — Unified agent history search
350+
13. **cass_memory_system** (`cm`) — Procedural memory for agents
351+
14. **coding_agent_account_manager** (`caam`) — Agent auth switching
352+
15. **repo_updater** (`ru`) — Multi-repo sync + AI-driven commit automation
348353

349354
**Utilities:**
350355
- **giil** — Download cloud images (iCloud, Dropbox, Google Photos) for visual debugging

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,22 +1310,27 @@ Vault is installed by default (skip with `--skip-vault`). ACFS installs the Vaul
13101310

13111311
Supabase networking note: some Supabase projects expose the **direct Postgres host over IPv6-only** (often on free tiers). If your VPS/network is **IPv4-only**, use the Supabase **pooler** connection string instead (or upgrade/configure networking for direct IPv4).
13121312

1313-
### Dicklesworthstone Stack (10 Tools)
1313+
### Dicklesworthstone Stack (15 Tools)
13141314

13151315
The complete suite of tools for professional agentic workflows:
13161316

13171317
| # | Tool | Command | Description |
13181318
|---|------|---------|-------------|
13191319
| 1 | **Named Tmux Manager** | `ntm` | Agent cockpit—spawn, orchestrate, monitor tmux sessions |
13201320
| 2 | **MCP Agent Mail** | - | Agent coordination via mail-like messaging |
1321-
| 3 | **Ultimate Bug Scanner** | `ubs` | Bug scanning with guardrails |
1322-
| 4 | **Beads Viewer** | `bv` | Task management TUI with graph analysis |
1323-
| 5 | **Coding Agent Session Search** | `cass` | Unified agent history search |
1324-
| 6 | **CASS Memory System** | `cm` | Procedural memory for agents |
1325-
| 7 | **Coding Agent Account Manager** | `caam` | Agent auth switching |
1326-
| 8 | **Simultaneous Launch Button** | `slb` | Two-person rule for dangerous commands |
1327-
| 9 | **Destructive Command Guard** | `dcg` | Claude Code hook blocking dangerous git/fs commands |
1328-
| 10 | **Repo Updater** | `ru` | Multi-repo sync + AI-driven commit automation |
1321+
| 3 | **Meta Skill** | `ms` | Local-first skill management with MCP integration |
1322+
| 4 | **Automated Plan Reviser** | `apr` | Iterative spec refinement with AI reasoning |
1323+
| 5 | **JeffreysPrompts** | `jfp` | System prompt library and skill installation |
1324+
| 6 | **Process Triage** | `pt` | Intelligent process termination with scoring |
1325+
| 7 | **Ultimate Bug Scanner** | `ubs` | Bug scanning with guardrails |
1326+
| 8 | **beads_rust** | `br` | Dependency-aware issue tracking |
1327+
| 9 | **Beads Viewer** | `bv` | Task management TUI with graph analysis |
1328+
| 10 | **Simultaneous Launch Button** | `slb` | Two-person rule for dangerous commands |
1329+
| 11 | **Destructive Command Guard** | `dcg` | Claude Code hook blocking dangerous git/fs commands |
1330+
| 12 | **Coding Agent Session Search** | `cass` | Unified agent history search |
1331+
| 13 | **CASS Memory System** | `cm` | Procedural memory for agents |
1332+
| 14 | **Coding Agent Account Manager** | `caam` | Agent auth switching |
1333+
| 15 | **Repo Updater** | `ru` | Multi-repo sync + AI-driven commit automation |
13291334

13301335
### Bundled Utilities
13311336

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export DEBCONF_NONINTERACTIVE_SEEN=true
7878
# ============================================================
7979
# Configuration
8080
# ============================================================
81-
ACFS_VERSION="0.5.0"
81+
ACFS_VERSION="0.6.0"
8282
# Allow fork installations by overriding these via environment variables
8383
ACFS_REPO_OWNER="${ACFS_REPO_OWNER:-deepakdgupta1}"
8484
ACFS_REPO_NAME="${ACFS_REPO_NAME:-agentic-coding}"

0 commit comments

Comments
 (0)