dsh-codebase-chat 0.16.1 → 0.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -246,7 +246,7 @@ Then restart `dsh --profile web`.
246
246
  3. Run `node --check lib/index.js` before committing
247
247
  4. Open a PR against `main`
248
248
 
249
- See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
249
+ See [CONTRIBUTING.md](https://github.com/shinzarou-eng/dsh-codebase-chat/blob/main/CONTRIBUTING.md) for details.
250
250
 
251
251
  ---
252
252
 
@@ -258,4 +258,4 @@ Open an issue on [GitHub](https://github.com/shinzarou-eng/dsh-codebase-chat/iss
258
258
 
259
259
  ## License
260
260
 
261
- [MIT](./LICENSE) — Built and maintained by [shinzarou-eng](https://github.com/shinzarou-eng).
261
+ [MIT](https://github.com/shinzarou-eng/dsh-codebase-chat/blob/main/LICENSE) — Built and maintained by [shinzarou-eng](https://github.com/shinzarou-eng).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-codebase-chat",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "Multi-language codebase intelligence for DeepSeek Harness and MCP-compatible IDEs: chat, search, audit, refactor, and board-ready reports from local code.",
5
5
  "homepage": "https://shinzarou-eng.github.io/dsh-codebase-chat",
6
6
  "repository": {