Skip to content

chore(gilbreth): strip legacy gilbreth-wbs pack from workspace tusk.toml#58

Merged
germanamz merged 1 commit into
mainfrom
chore/gilbreth-cleanup-tusk-toml
May 24, 2026
Merged

chore(gilbreth): strip legacy gilbreth-wbs pack from workspace tusk.toml#58
germanamz merged 1 commit into
mainfrom
chore/gilbreth-cleanup-tusk-toml

Conversation

@germanamz

Copy link
Copy Markdown
Owner

Summary

Removes the appended gilbreth-wbs pack section ([node-types.wbs-*], [edge-types.wbs-*], [behaviors.workflow.wbs-workflow], plus two duplicate banner-comment blocks left over from a pre-#54 tusk pack add re-run) from this repo's workspace tusk.toml.

With the WBS tracking tree retired in #57, no live nodes use the wbs-* types or the wbs-workflow anymore — the pack section is dead weight that would only confuse a future agent reading tusk.toml. Leaves the file minimal: just [workspace].

If a future WBS effort is needed in this repo, run /wbs-bootstrap (from the gilbreth plugin) — it installs Elephant's canonical core pack + the wbs-workflow from gilbreth's current packs/wbs.toml. No need to migrate; there's nothing to migrate from.

Net change

tusk.toml: 181 → 3 lines (178 deletions).

Follow-up (manual, local-only)

The local SQLite index at .tusk/index.db* (gitignored) still has 5 ghost workflow-violation entries left over from PR #35's earlier wbs/superhuman-tusk-v1-migration/* retirement — tusk doctor surfaces them but tusk reindex doesn't clear them, and the MCP server holds the write lock so they can't be purged from this branch. After this PR merges and the Tusk MCP server is restarted (or the workspace is re-cloned), running:

rm -rf .tusk/index.db* && tusk reindex

will rebuild the index from scratch against the now-empty tusk.toml, leaving tusk doctor fully clean. Not blocking anything; pure hygiene.

Test plan

  • lint-commits passes (Conventional Commits, scope gilbreth).
  • lint-pr-title passes.
  • After merge: tusk doctor from a fresh clone (no .tusk/ cache) reports no issues.

The wbs/gilbreth-wbs/ tracking tree was retired in #57; no live nodes
in this workspace use the wbs-* types or wbs-workflow anymore, so the
appended pack section (originally installed by `tusk pack add` against
the pre-#54 wbs.toml, plus a duplicate banner from a re-add) is dead
weight.

Leaves tusk.toml minimal: just [workspace]. Any future WBS effort in
this repo can re-run /wbs-bootstrap to install Elephant's core pack +
the canonical wbs-workflow.
@germanamz germanamz merged commit 27a26bd into main May 24, 2026
2 checks passed
@germanamz germanamz deleted the chore/gilbreth-cleanup-tusk-toml branch May 24, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant