* doc: update expired Slack invite link * feat: add cloud mode to skill installer for team memory sharing Adds support for Hindsight Cloud in the skill installer, enabling teams to share memories about a codebase. Changes include: - Add `--mode cloud` option to get-skill installer - Install hindsight CLI binary for cloud mode (via get-cli) - Configure ~/.hindsight/config with API URL and key - Generate cloud-specific SKILL.md with team-aware guidance - Distinguish between project conventions and individual preferences - Update skills.md documentation with cloud setup instructions Cloud mode workflow: 1. Team admin creates a bank in Hindsight Cloud 2. Each developer runs: curl ... | bash -s -- --mode cloud 3. All team members share the same memory bank 4. Knowledge retained by one member benefits everyone |
||
|---|---|---|
| .. | ||
| docs | ||
| examples | ||
| src | ||
| static | ||
| .gitignore | ||
| docusaurus.config.ts | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm install
Local Development
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true npm run deploy
Not using SSH:
GIT_USER=<Your GitHub username> npm run deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.