Commit c0ba0c6
Cleanup for release (#3)
* Add CI workflow to test Autonomi GitHub Actions
- Test spawn-autonomi-network and cleanup-autonomi-network actions
- Validate network functionality with ant CLI file upload/download
- Simple test to verify network is operational
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: cleanup ci
* Extract and set SECRET_KEY from EVM testnet for ant CLI operations
- Capture evm-testnet output to extract deployer secret key
- Set SECRET_KEY environment variable for CLI payment operations
- Add proper error handling and debugging output
- Increase wait time for EVM testnet initialization
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: ant test
* fix: ant test
* fix: local
* Fix CI workflow - use --local flag and correct file address pattern
- Change from --peer to --local flag for ant CLI commands
- Update file address extraction pattern to 'At address: [hex]+'
- Remove unnecessary wallet creation fallback
- Simplify filenames and improve debugging output
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Polish documentation and add action branding
- Update README with correct usage patterns and --local flag examples
- Add SECRET_KEY to environment variables documentation
- Update examples to show working ant CLI patterns
- Add proper branding icons and colors to actions
- Keep maidsafe references for official repository
- Clean up examples with realistic test scenarios
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2b8d917 commit c0ba0c6
File tree
5 files changed
+27
-20
lines changed- .claude
- cleanup-autonomi-network
- examples
- spawn-autonomi-network
5 files changed
+27
-20
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| 132 | + | |
125 | 133 | | |
126 | 134 | | |
127 | 135 | | |
| 136 | + | |
| 137 | + | |
128 | 138 | | |
129 | 139 | | |
130 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
0 commit comments