Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions bucket/faster-dooit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "0.1.0",
"description": "A vim-style TUI todo manager written in Go. Unaffiliated with the dooit project; AI-assisted, hobby project.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | 🏗️ Heavy lift

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Changed/new files:"
git diff --name-only HEAD~1..HEAD 2>/dev/null || git diff --name-only 2>/dev/null || true
git status --short 2>/dev/null || true

echo
echo "Manifest candidate:"
if [ -f bucket/faster-dooit.json ]; then
  wc -l bucket/faster-dooit.json
  sed -n '1,220p' bucket/faster-dooit.json | cat -A
else
  echo "bucket/faster-dooit.json not found"
fi

Repository: ScoopInstaller/Extras

Length of output: 1928


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Repository metadata check via GitHub:"
for repo in XiaTian-AC/faster-dooit ScoopInstaller/Extras; do
  echo "--- $repo ---"
  gh repo view "$repo" --json starredCount,forkCount,source,description --jq '{repo: .nameWithOwner, description: .description, stars: .stargazerCount, forks: .forkCount, isSource: .source.repository.nameWithOwner}' 2>/dev/null || true
done

echo
echo "Package request references in repo/PR-like context:"
rg -n --hidden --glob '!*.lock' 'package-request|faster-dooit|#\d+\s*[:\)]|XiaTian-AC/faster-dooit' . 2>/dev/null | head -200 || true

Repository: ScoopInstaller/Extras

Length of output: 1928


🌐 Web query:

ScoopInstaller Extras package request acceptance criteria 100 stars 50 forks

💡 Result:

For a package to be accepted into the ScoopInstaller Extras bucket, it is required to be "reasonably well-known and widely used" [1][2]. As a specific indicator of this popularity, the project generally requires the application to have at least 100 stars and/or 50 forks if it is a GitHub-hosted project [1][2]. This criterion is part of a broader set of requirements that contributors should verify when creating a package request issue [2]: 1. Reasonably well-known and widely used (e.g., at least 100 stars and/or 50 forks for GitHub projects) [1][2]. 2. English interface (or at least English documentation) [1][2]. 3. Latest stable version [1][2]. 4. Full version (not a trial version) [1][2]. 5. Fairly standard install process (e.g., uses a version-specific download URL, without elaborate pre/post-install scripts) [1][2]. Contributors are encouraged to initiate the process by opening a package request issue using the standard template provided in the Extras repository, which helps maintainers assess whether the software meets these criteria [2].

Citations:


🌐 Web query:

XiaTian-AC/faster-dooit stars forks

💡 Result:

There is no repository named XiaTian-AC/faster-dooit on GitHub. Research indicates that the search query likely confuses several distinct projects and entities: 1. Dooit: The most prominent project with this name is the TUI (Terminal User Interface) todo manager hosted at dooit-org/dooit [1][2]. It is a popular Python-based application with over 2,900 stars and more than 120 forks [3][2]. 2. FASTER: This name appears in various technical contexts, such as a research paper regarding "Fast Action Sampling for Immediate Reaction" (FASTER) [4], a reinforcement learning project [5], and a vision transformer model (FasterViT) [6]. 3. Entity names: "XiaTian" is a name that appears in various contexts, including academic researchers (e.g., Xiatian Zhu) [7][8], a character in the beatmania IIDX game series [9], and a manufacturing company (Cixi Xiatian Electrical Appliances Co., Ltd.) [10][11]. No evidence was found linking these specific terms to a repository named "faster-dooit" under the user "XiaTian-AC."

Citations:


Provide valid package-request evidence before merging.

As a new Extras manifest, this needs a linked package-request issue in the PR description and evidence that the package meets the acceptance criteria. GitHub-hosted packages generally require at least 100 stars and/or 50 forks for project repute, unless maintainer approval is obtained for an exception. If the upstream repository is unavailable or fails to meet this bar, the manifest should not be merged.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/faster-dooit.json` at line 3, Before merging the faster-dooit
manifest, add a linked package-request issue to the PR description and provide
evidence that the upstream project satisfies the acceptance criteria, including
the required GitHub popularity threshold or explicit maintainer approval for an
exception. If the repository is unavailable or does not meet the threshold
without approval, do not merge the manifest.

Sources: Path instructions, Learnings, MCP tools

"homepage": "https://github.com/XiaTian-AC/faster-dooit",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v0.1.0/faster-dooit-windows-amd64.zip",
"hash": "sha256:88487983a5387c5b77e116b989a975040e92f5ede60587c56cd3de9f0cecb5ec",
"bin": [
[
"fdooit.exe",
"fdooit"
]
]
}
},
"checkver": {
"github": "https://github.com/XiaTian-AC/faster-dooit"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v$version/faster-dooit-windows-amd64.zip",
"hash": {
"url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v$version/checksums.txt",
"regex": "$sha256\\s+faster-dooit-windows-amd64.zip"
}
}
}
}
}