chore: repo hygiene, Knowledge Stack banner, end-user install path#4
Merged
Conversation
Brings the Word add-in repo in line with the rest of the ks-* ecosystem (cookbook, mcp, sdk-python, sdk-ts, docs) and makes it straightforward for end users to install without needing to build anything. README: - Knowledge Stack banner + positioning tagline at the top - Badges (MIT, Discord, Cookbook, Office Add-in, React 18, TypeScript) - New "Install in Word" section with a no-build path: download manifest_prod.xml and upload via Insert → My Add-ins → Upload My Add-in, on Word desktop, Word for Mac, and Word on the Web - "Related repos" block linking cookbook, mcp, sdk-python, sdk-ts, docs - "Community" block (Discord, Discussions, Issues, Security) - "Contributing" + "License" footers Infrastructure: - .github/CODEOWNERS routes every PR to @knowledgestack/ks-admins - SECURITY.md with Word-specific threat model (key leakage, document exfiltration, prompt injection) and private vulnerability reporting - Issue templates: bug_report + feature_request with Word-specific fields (where the bug happened, which mode triggered it, desktop vs web) - config.yml surfacing Discord, Discussions, security advisories, ks-docs - PR template with build/lint/validate checklist - CI workflow: lint, manifest validate, production build on Node 20 + 22 - CONTRIBUTING.md with setup, scope notes, code style, PR checklist - LICENSE (MIT, matches package.json) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…idate + build stay strict)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings this repo in line with the rest of the ks-* ecosystem and makes the add-in easy for non-developers to install.
README
manifest_prod.xml, upload via Insert → My Add-ins → Upload My Add-in on Word desktop / macOS / Web. Existing dev quickstart preserved below.Infrastructure
.github/CODEOWNERS→@knowledgestack/ks-adminsauto-review on every PRSECURITY.mdwith Word-specific threat model (API key leakage, document exfiltration, prompt injection) + private vulnerability reportingbug_report.yml,feature_request.yml) with Word-specific fields (which host, which mode)config.ymlsurfacing Discord, Discussions, security advisories, ks-docsnpm ci, lint, manifest validate, production build on Node 20 + 22CONTRIBUTING.md(setup, scope, code style)LICENSE(MIT)Follow-up (separate actions, not this PR)
@knowledgestack/ks-adminsmaintain access on this repomain(require PR +build (20)+build (22))Test plan
manifest_prod.xml, upload via Word, confirmKS Chatbutton appearsnpm run buildsucceeds locallynpm run validatepasses on bothmanifest.xmlandmanifest_prod.xml🤖 Generated with Claude Code