kiro-discord-bot

Docs Maintenance #

The static site is the canonical documentation surface. Repository markdown files are entry points, compatibility notes, or historical implementation notes.

Ownership #

SurfaceRole
docs-site/docs/Long-form user, admin, operator, security, and contributor documentation.
README.md and README.zh-TW.mdProject overview, fast evaluation path, and links into the site.
INSTALL.mdShort install checklist for agents and operators.
INSTALL_MCP.mdShort MCP setup checklist.
docs/*.mdFocused historical, migration, or compatibility notes.

When Code Changes #

Update documentation in the same change when you modify:

Run:

cd docs-site
npm run verify

The build script renders Markdown into docs-site/dist/, copies public assets, and runs the internal link checker. docs-site/dist/ is generated output and must not be committed.

Language Policy #

English and Traditional Chinese pages should both be usable. If a historical note is intentionally not fully translated, the site should still provide a clear route to the canonical bilingual page for the maintained behavior.