feat(examples): add deepwork org config pack — wasteland federation example#242
Open
pratham-bhatnagar wants to merge 2 commits intogastownhall:mainfrom
Open
feat(examples): add deepwork org config pack — wasteland federation example#242pratham-bhatnagar wants to merge 2 commits intogastownhall:mainfrom
pratham-bhatnagar wants to merge 2 commits intogastownhall:mainfrom
Conversation
…effort estimation, self-evolving knowledge Production pack from Pratham's Gas Town swarm (6 rigs, 15+ agents): - Private wasteland federation with bidirectional sync - Deterministic effort estimation (trivial/small/medium/large/epic) - Self-evolving knowledge base (19 files, 6h cron evolution) - Gitea→GitHub mirror with auto-release - 10 agent roles, 7 crons, 14 automation scripts - 12 wasteland governance rules - External contributor onboarding docs - Smart internal-vs-external work filter in polecat formula Requires: gastownhall/gastown#3493 (configurable wasteland upstream) Source: https://github.com/masti-ai/deepwork-org-config-pack Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…effort estimation, self-evolving knowledge Generic production pack demonstrating: - Private wasteland federation with bidirectional sync - Deterministic effort estimation (trivial/small/medium/large/epic) - Self-evolving knowledge base (6h cron evolution) - 10 agent roles, governance rules with wasteland federation enforcement - External contributor onboarding flow - Smart internal-vs-external work filter in polecat formula All project-specific details replaced with placeholders. Requires: gastownhall/gastown#3501 (configurable wasteland upstream) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a production example pack demonstrating private wasteland federation, deterministic effort estimation, and self-evolving knowledge in a multi-agent Gas Town.
All project-specific details have been replaced with generic placeholders (
<your-project>,<your-rig>, etc.) so anyone can adapt this pack to their own setup.What's in the pack
Key Patterns
Wasteland Bidirectional Sync
check-wastelandpatrol step picks up unclaimed items, creates beads, slings polecatsgt doneDeterministic Effort Estimation
estimate-effort.py— regex pattern-based classifier: trivial / small / medium / large / epicSelf-Evolving Knowledge
Dependencies
Requires gastownhall/gastown#3501 for configurable wasteland upstream (read from
mayor/wasteland.jsoninstead of hardcodedhop/wl-commons).Notes
Submitted by @pratham-bhatnagar. This pack has been running in production on a multi-agent Gas Town. All internal/private details have been genericized — this is the reusable template.
🤖 Generated with Claude Code