Files
publish-assistant/.claude/settings.local.json
khannurien 8cf807df31
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 14s
fixed wrong generated URLs
2026-08-17 16:34:52 +00:00

59 lines
2.9 KiB
JSON

{
"permissions": {
"allow": [
"Bash(curl -s -A 'Mozilla/5.0 \\(X11; Linux x86_64; rv:125.0\\) Gecko/20100101 Firefox/125.0' *)",
"Bash(chmod +x *)",
"Bash(git clone *)",
"Bash(grep *)",
"Bash(hugo --source site --minify)",
"Bash(node *)",
"Bash(npm *)",
"Bash(sed *)",
"Bash(uv *)",
"WebFetch(domain:jeffhuang.com)",
"WebFetch(domain:sigops.org)",
"WebFetch(domain:www.usenix.org)",
"WebFetch(domain:sc26.supercomputing.org)",
"WebFetch(domain:www.sigmobile.org)",
"WebFetch(domain:acm-ieee-sec.org)",
"WebFetch(domain:2027.eurosys.org)",
"WebFetch(domain:ccgrid2026.org)",
"WebFetch(domain:www.scimagojr.com)",
"WebFetch(domain:middleware-conf.github.io)",
"WebFetch(domain:ccgrid2026.cdms.westernsydney.edu.au)",
"WebFetch(domain:portal.core.edu.au)",
"WebFetch(domain:acmsocc.org)",
"WebFetch(domain:hpdc.sci.utah.edu)",
"WebFetch(domain:www.computer.org)",
"WebFetch(domain:supercomputing.org)",
"WebFetch(domain:www.wikicfp.com)",
"WebFetch(domain:ieeexplore.ieee.org)",
"WebFetch(domain:www.resurchify.com)",
"WebFetch(domain:www.ipdps.org)",
"WebFetch(domain:dblp.org)",
"WebSearch",
"Bash(bash /workspaces/publish-assistant/build.sh --skip-rankings --skip-deadlines --dev)",
"Bash(wait)",
"Bash(curl -s --max-time 10 \"https://dblp.org/search/publ/api?q=streamid%3Aconf%2Fusenix%3A+year%3A2025&format=json&h=5\")",
"Bash(curl -s \"https://dblp.org/search/publ/api?q=streamid%3Aconf%2Fccgrid%3A+year%3A2025&format=json&h=5\")",
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(d['result']['hits']['@total'], 'papers'\\)\")",
"Bash(curl -s \"https://dblp.org/search/publ/api?q=streamid%3Aconf%2Fccgrid%3A+year%3A2024&format=json&h=5\")",
"Bash(hugo --source site --minify --cleanDestinationDir)",
"Bash(xargs -I{} dirname {})",
"Bash(xargs -I{} basename {})",
"Bash(python3 *)",
"Bash(hugo --source site)",
"Bash(hugo --source site --cleanDestinationDir)",
"Bash(xargs ls *)",
"Bash(git -C /workspaces/publish-assistant mv site/data/venues.yaml site/data/cloud-edge/venues.yaml)",
"Bash(git -C /workspaces/publish-assistant mv site/data/deadlines.yaml site/data/cloud-edge/deadlines.yaml)",
"Bash(git -C /workspaces/publish-assistant mv site/data/best_papers.yaml site/data/cloud-edge/best_papers.yaml)",
"Bash(git -C /workspaces/publish-assistant mv site/data/papers site/data/cloud-edge/papers)",
"Bash(git -C /workspaces/publish-assistant mv site/content/venues site/content/cloud-edge/venues)",
"Bash(git -C /workspaces/publish-assistant mv site/content/calendar site/content/cloud-edge/calendar)",
"Bash(git -C /workspaces/publish-assistant mv site/content/digests site/content/cloud-edge/digests)",
"Bash(hugo --minify)"
]
}
}