Files
5chan/scripts/llms-config.json
T
Tommaso CasaburiandGitHub 371de88e22 chore(architecture): finish refactor audit
Merge the architecture audit refactors and follow-up UX fixes: remove release notes from generated LLM context, keep author edit controls delete-only, stabilize board refresh rendering, and address review feedback for role loading, refresh holds, moderation actions, and P2P stats polling.
2026-06-23 18:48:47 +07:00

42 lines
2.1 KiB
JSON

{
"title": "5chan",
"summary": "5chan is a static, serverless, adminless, decentralized imageboard client built on the Bitsocial protocol.",
"repoUrl": "https://github.com/bitsocialnet/5chan",
"llmsUrl": "https://5chan.app/llms.txt",
"llmsFullUrl": "https://5chan.app/llms-full.txt",
"shortOutputs": ["public/llms.txt"],
"fullOutputs": ["public/llms-full.txt"],
"links": [
["App", "https://5chan.app"],
["Repository", "https://github.com/bitsocialnet/5chan"],
["Releases", "https://github.com/bitsocialnet/5chan/releases/latest"],
["Bitsocial protocol", "https://bitsocial.net"],
["5chan Board Manager", "https://github.com/bitsocialnet/5chan-board-manager"],
["Directory list source", "https://github.com/bitsocialnet/lists/blob/master/5chan-directories.json"]
],
"notes": [
"5chan.app serves a static client shell, not board or thread content.",
"User-generated board content is fetched client-side from Bitsocial boards and peer-to-peer infrastructure.",
"Board owners host and moderate their own content; the app operator does not run a central content backend.",
"Do not describe Vercel, a CDN, or the 5chan.app origin as serving user-generated board or thread content.",
"Do not propose SSR or server rewrites for board/thread URLs unless a maintainer explicitly asks for that tradeoff.",
"Hash routing and static deployment compatibility are intentional product and liability choices.",
"Preferred framing: static client, decentralized imageboard client, serverless/adminless interface.",
"For code contributions, AGENTS.md and directory-specific AGENTS.md files are the source of truth."
],
"docs": [
"README.md",
"AGENTS.md",
"PRODUCT.md",
"DESIGN.md",
"src/AGENTS.md",
"scripts/AGENTS.md",
"docs/agent-playbooks/known-surprises.md",
"docs/agent-playbooks/long-running-agent-workflow.md",
"docs/agent-playbooks/bug-investigation.md",
"docs/agent-playbooks/translations.md",
"docs/agent-playbooks/skills-and-tools.md"
],
"optionalDocs": ["docs/upload-automation-retest-checklist.md"]
}