feat(miner): scaffold gittensory-miner package - #2389
Conversation
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2389 +/- ##
=======================================
Coverage 95.71% 95.71%
=======================================
Files 222 222
Lines 24661 24661
Branches 8949 8949
=======================================
Hits 23605 23605
Misses 433 433
Partials 623 623 🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-02 03:55:52 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 6 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
@JSONbored I am going to contribute this project, Could u plz review my PR? |
Stop asking for reviews, otherwise you'll wait 5 days for reviews. I review them when I review them, be patient. |
JSONbored
left a comment
There was a problem hiding this comment.
Merge conflicts, closing.
This branch has conflicts that must be resolved
Use the [web editor](https://github.com/JSONbored/gittensory/pull/2389/conflicts) or the command line to resolve conflicts before continuing.
package-lock.json
packages/gittensory-engine/package.json
Summary
This PR implements
#2287by adding the initialgittensory-minerworkspace package scaffold.It mirrors the existing
@jsonbored/gittensory-mcppackaging shape closely:--help/versionbehaviorBecause
#2287requires the miner package to depend on@jsonbored/gittensory-engine, this PR also adds the smallest engine workspace placeholder needed to keep the workspace installable. It does not implement any real engine or miner runtime logic yet.Related Issue
Closes: #2287
Change Type
Real Behavior Proof
Before
@jsonbored/gittensory-minerdid not exist as a workspace packagegittensory-minerCLI entrypoint@jsonbored/gittensory-enginecould not resolve because that package did not exist yetAfter
@jsonbored/gittensory-minerworkspacegittensory-miner --helpprints the foundation CLI usagegittensory-miner versionprints the package version and Node runtimeValidation
Commands Run
Checklist
gittensory-minerworkspace package added--helpbehavior addedversionbehavior added@jsonbored/gittensory-engineresolves