keyring-chatbot-agent 1.0.6 → 1.0.8

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.
package/README.md CHANGED
@@ -478,43 +478,6 @@ The AI handles missing parameters gracefully:
478
478
  }
479
479
  ```
480
480
 
481
- ---
482
-
483
- ## Development
484
-
485
- ```bash
486
- # Clone
487
- git clone git@bitbucket.org:bacoorteam/keyring-chatbot-agent-sdk.git
488
- cd keyring-chatbot-agent-sdk
489
-
490
- # Install dependencies
491
- yarn install
492
-
493
- # Start demo dev server
494
- yarn dev
495
-
496
- # Build both React and Web Component bundles
497
- yarn build
498
-
499
- # Build React bundle only
500
- yarn build:react
501
-
502
- # Build Web Component bundle only
503
- yarn build:wc
504
-
505
- # Watch mode (auto-rebuild on change)
506
- yarn watch
507
-
508
- # Lint
509
- yarn lint
510
- yarn lint:fix
511
-
512
- # Format
513
- yarn format
514
- ```
515
-
516
- ---
517
-
518
481
  ## Project Structure
519
482
 
520
483
  ```
@@ -572,11 +535,3 @@ npm publish
572
535
  ## License
573
536
 
574
537
  ISC
575
-
576
- ## Repository
577
-
578
- [Bitbucket — keyring-chatbot-agent-sdk](https://bitbucket.org/bacoorteam/keyring-chatbot-agent-sdk)
579
-
580
- ## Issues
581
-
582
- [Issue tracker](https://bitbucket.org/bacoorteam/keyring-chatbot-agent-sdk/issues)