 e89f2f4b7b
			
		
	
	e89f2f4b7b
	
	
	
		
			
			Created 10 detailed GitHub issues covering: - Project activation and management UI (#1-2) - Worker node coordination and visualization (#3-4) - Automated GitHub repository scanning (#5) - Intelligent model-to-issue matching (#6) - Multi-model task execution system (#7) - N8N workflow integration (#8) - Hive-Bzzz P2P bridge (#9) - Peer assistance protocol (#10) Each issue includes detailed specifications, acceptance criteria, technical implementation notes, and dependency mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
	
		
			1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
changelog
2.0.2
- Internal tidying up (change test runner, convert to JS)
2.0.1
- Robustify this.remove(), pass current index to walker functions (#18)
2.0.0
- Add an asyncWalkexport (#20)
- Internal rewrite
1.0.1
- Relax node type to BaseNode(#17)
1.0.0
- Don't cache child keys
0.9.0
- Add this.remove()method
0.8.1
- Fix pkg.files
0.8.0
- Adopt estreetypes
0.7.0
- Add a this.replace(node)method
0.6.1
0.6.0
- Fix walker context type
- Update deps, remove unncessary Bublé transformation
0.5.2
- Add types to package
0.5.1
- Prevent context corruption when walk()is called during a walk
0.5.0
- Export childKeys, for manually fixing in case of malformed ASTs
0.4.0
- Add TypeScript typings (#3)
0.3.1
- Include pkg.repository(#2)
0.3.0
- More predictable ordering
0.2.1
- Keep contextshape
0.2.0
- Add ES6 build
0.1.3
- npm snafu
0.1.2
- Pass current prop and index to enter/leavecallbacks
0.1.1
- First release