fix: update all branding from lumbridgecorp to karti-ai
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# @lumbridgecorp/openclaw-mattermost
|
||||
# @karti-ai/openclaw-mattermost
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/@lumbridgecorp/openclaw-mattermost"><img src="https://img.shields.io/npm/v/@lumbridgecorp/openclaw-mattermost.svg?style=for-the-badge&color=blue" alt="npm version"></a>
|
||||
<a href="https://git.karti.ai/open-source/openclaw-extentions-mattermost/releases/tag/v1.0.0"><img src="https://img.shields.io/badge/Release-v1.0.0-green.svg?style=for-the-badge" alt="Latest Release"></a>
|
||||
<a href="https://git.karti.ai/open-source/openclaw-extentions-mattermost/actions"><img src="https://img.shields.io/badge/CI-Passing-brightgreen.svg?style=for-the-badge" alt="CI Status"></a>
|
||||
<a href="https://www.npmjs.com/package/@karti-ai/openclaw-mattermost"><img src="https://img.shields.io/npm/v/@karti-ai/openclaw-mattermost.svg?style=for-the-badge&color=blue" alt="npm version"></a>
|
||||
<a href="https://github.com/karti-ai/open-source/openclaw-extentions-mattermost/releases/tag/v1.0.0"><img src="https://img.shields.io/badge/Release-v1.0.0-green.svg?style=for-the-badge" alt="Latest Release"></a>
|
||||
<a href="https://github.com/karti-ai/open-source/openclaw-extentions-mattermost/actions"><img src="https://img.shields.io/badge/CI-Passing-brightgreen.svg?style=for-the-badge" alt="CI Status"></a>
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge" alt="Apache 2.0 License"></a>
|
||||
<a href="https://git.karti.ai/open-source/openclaw-extentions-mattermost/issues"><img src="https://img.shields.io/badge/Issues-Open-orange.svg?style=for-the-badge" alt="Open Issues"></a>
|
||||
<a href="https://github.com/karti-ai/open-source/openclaw-extentions-mattermost/issues"><img src="https://img.shields.io/badge/Issues-Open-orange.svg?style=for-the-badge" alt="Open Issues"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -66,19 +66,19 @@ This enhanced Mattermost extension brings advanced capabilities to OpenClaw, ena
|
||||
### NPM Installation
|
||||
|
||||
```bash
|
||||
npm install @lumbridgecorp/openclaw-mattermost
|
||||
npm install @karti-ai/openclaw-mattermost
|
||||
```
|
||||
|
||||
### PNPM Installation
|
||||
|
||||
```bash
|
||||
pnpm add @lumbridgecorp/openclaw-mattermost
|
||||
pnpm add @karti-ai/openclaw-mattermost
|
||||
```
|
||||
|
||||
### Yarn Installation
|
||||
|
||||
```bash
|
||||
yarn add @lumbridgecorp/openclaw-mattermost
|
||||
yarn add @karti-ai/openclaw-mattermost
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
@@ -297,7 +297,7 @@ The extension automatically selects the right token:
|
||||
### Sending Messages
|
||||
|
||||
```typescript
|
||||
import { sendMessage } from '@lumbridgecorp/openclaw-mattermost';
|
||||
import { sendMessage } from '@karti-ai/openclaw-mattermost';
|
||||
|
||||
await sendMessage({
|
||||
cfg: openclawConfig,
|
||||
@@ -339,7 +339,7 @@ await sendMessage({
|
||||
### Editing Messages
|
||||
|
||||
```typescript
|
||||
import { editMessage } from '@lumbridgecorp/openclaw-mattermost';
|
||||
import { editMessage } from '@karti-ai/openclaw-mattermost';
|
||||
|
||||
const result = await editMessage({
|
||||
cfg: openclawConfig,
|
||||
@@ -356,7 +356,7 @@ if (!result.ok) {
|
||||
### Deleting Messages
|
||||
|
||||
```typescript
|
||||
import { deleteMessage } from '@lumbridgecorp/openclaw-mattermost';
|
||||
import { deleteMessage } from '@karti-ai/openclaw-mattermost';
|
||||
|
||||
const result = await deleteMessage({
|
||||
cfg: openclawConfig,
|
||||
@@ -372,7 +372,7 @@ if (result.ok) {
|
||||
### Downloading Files
|
||||
|
||||
```typescript
|
||||
import { downloadFile } from '@lumbridgecorp/openclaw-mattermost';
|
||||
import { downloadFile } from '@karti-ai/openclaw-mattermost';
|
||||
|
||||
const result = await downloadFile({
|
||||
cfg: openclawConfig,
|
||||
@@ -390,7 +390,7 @@ if (result.ok) {
|
||||
### Running Security Audit
|
||||
|
||||
```typescript
|
||||
import { collectMattermostSecurityAuditFindings } from '@lumbridgecorp/openclaw-mattermost';
|
||||
import { collectMattermostSecurityAuditFindings } from '@karti-ai/openclaw-mattermost';
|
||||
|
||||
const findings = await collectMattermostSecurityAuditFindings({
|
||||
cfg: openclawConfig,
|
||||
@@ -497,8 +497,8 @@ This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) fo
|
||||
|
||||
## Support
|
||||
|
||||
- **Issues**: [GitHub Issues](https://github.com/lumbridgecorp/openclaw-extentions-mattermost/issues)
|
||||
- **Discussions**: [GitHub Discussions](https://github.com/lumbridgecorp/openclaw-extentions-mattermost/discussions)
|
||||
- **Issues**: [GitHub Issues](https://github.com/karti-ai/openclaw-extentions-mattermost/issues)
|
||||
- **Discussions**: [GitHub Discussions](https://github.com/karti-ai/openclaw-extentions-mattermost/discussions)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user