Skip to content

Commit 5165345

Browse files
chore: Rename repository from empathy-framework to empathy
- Updated all GitHub URLs to Smart-AI-Memory/empathy - Updated mkdocs.yml site_name - Updated clone/cd instructions in README - Updated documentation references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2108faf commit 5165345

62 files changed

Lines changed: 1617 additions & 515 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
- Updated all source file links (agents, coach_wizards, empathy_llm_toolkit, services)
7373
- Fixed examples and resources directory links
7474
- Updated LICENSE and SPONSORSHIP.md links
75-
- All relative paths now use full GitHub URLs (e.g., `https://github.com/Smart-AI-Memory/empathy-framework/blob/main/docs/...`)
75+
- All relative paths now use full GitHub URLs (e.g., `https://github.com/Smart-AI-Memory/empathy/blob/main/docs/...`)
7676
- All documentation links now work correctly when viewed on PyPI package page
7777

7878
**Impact**: Users viewing the package on PyPI can now access all documentation links without encountering 404 errors.

DOCUMENTATION_PATTERNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ You can't skip floors. You earn your way up.
834834

835835
**Development setup**:
836836
```bash
837-
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
837+
git clone https://github.com/Smart-AI-Memory/empathy.git
838838
cd empathy-framework
839839
pip install -e .[dev]
840840
pre-commit install

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The **Empathy Framework** is an open-source project providing a five-level matur
88

99
- **License**: Fair Source 0.9 (dual licensing: free for individuals/education/small teams, commercial for larger organizations)
1010
- **Organization**: Smart AI Memory, LLC
11-
- **Repository**: https://github.com/Smart-AI-Memory/empathy-framework
12-
- **Documentation**: https://github.com/Smart-AI-Memory/empathy-framework/tree/main/docs
11+
- **Repository**: https://github.com/Smart-AI-Memory/empathy
12+
- **Documentation**: https://github.com/Smart-AI-Memory/empathy/tree/main/docs
1313

1414
## Decision-Making Structure
1515

MKDOCS_TUTORIAL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ site_author: Patrick Roebuck
122122
site_url: https://empathy-framework.readthedocs.io
123123
124124
# Repository
125-
repo_name: Smart-AI-Memory/empathy-framework
126-
repo_url: https://github.com/Smart-AI-Memory/empathy-framework
125+
repo_name: Smart-AI-Memory/empathy
126+
repo_url: https://github.com/Smart-AI-Memory/empathy
127127
128128
# Navigation
129129
nav:
@@ -159,8 +159,8 @@ site_author: Patrick Roebuck
159159
site_url: https://empathy-framework.readthedocs.io
160160
161161
# Repository
162-
repo_name: Smart-AI-Memory/empathy-framework
163-
repo_url: https://github.com/Smart-AI-Memory/empathy-framework
162+
repo_name: Smart-AI-Memory/empathy
163+
repo_url: https://github.com/Smart-AI-Memory/empathy
164164
edit_uri: edit/main/docs/
165165
166166
# Copyright
@@ -276,7 +276,7 @@ markdown_extensions:
276276
extra:
277277
social:
278278
- icon: fontawesome/brands/github
279-
link: https://github.com/Smart-AI-Memory/empathy-framework
279+
link: https://github.com/Smart-AI-Memory/empathy
280280
- icon: fontawesome/brands/python
281281
link: https://pypi.org/project/empathy-framework/
282282
@@ -336,8 +336,8 @@ docs/
336336
**Production-ready Level 4 Anticipatory Intelligence for AI-human collaboration**
337337
338338
[![PyPI version](https://badge.fury.io/py/empathy-framework.svg)](https://pypi.org/project/empathy-framework/)
339-
[![Tests](https://github.com/Smart-AI-Memory/empathy-framework/workflows/tests/badge.svg)](https://github.com/Smart-AI-Memory/empathy-framework/actions)
340-
[![Coverage](https://codecov.io/gh/Smart-AI-Memory/empathy-framework/branch/main/graph/badge.svg)](https://codecov.io/gh/Smart-AI-Memory/empathy-framework)
339+
[![Tests](https://github.com/Smart-AI-Memory/empathy/workflows/tests/badge.svg)](https://github.com/Smart-AI-Memory/empathy/actions)
340+
[![Coverage](https://codecov.io/gh/Smart-AI-Memory/empathy/branch/main/graph/badge.svg)](https://codecov.io/gh/Smart-AI-Memory/empathy)
341341
342342
---
343343
@@ -574,7 +574,7 @@ Includes everything: LLM providers, healthcare, webhooks.
574574

575575
```bash
576576
# Clone repository
577-
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
577+
git clone https://github.com/Smart-AI-Memory/empathy.git
578578
cd empathy-framework
579579

580580
# Install in editable mode with dev dependencies
@@ -805,7 +805,7 @@ mkdocstrings[python]>=0.24.0
805805
1. Go to https://readthedocs.org
806806
2. Sign in with GitHub
807807
3. Click "Import a Project"
808-
4. Select `Smart-AI-Memory/empathy-framework`
808+
4. Select `Smart-AI-Memory/empathy`
809809
5. Click "Build"
810810
811811
**Done!** Your docs will auto-deploy on every commit to `main`.

OPTION_A_IMPLEMENTATION_PLAN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ bus.emit(Event(
592592
```python
593593
from empathy_os.integrations import GitHubIntegration
594594

595-
gh = GitHubIntegration(repo="Smart-AI-Memory/empathy-framework")
595+
gh = GitHubIntegration(repo="Smart-AI-Memory/empathy")
596596

597597
# Trigger empathy analysis on PR
598598
@gh.on("pull_request_opened")
@@ -847,8 +847,8 @@ empathy-framework = "empathy_os.cli:main"
847847
[project.urls]
848848
Homepage = "https://empathy-framework.readthedocs.io"
849849
Documentation = "https://empathy-framework.readthedocs.io"
850-
Repository = "https://github.com/Smart-AI-Memory/empathy-framework"
851-
Changelog = "https://github.com/Smart-AI-Memory/empathy-framework/blob/main/CHANGELOG.md"
850+
Repository = "https://github.com/Smart-AI-Memory/empathy"
851+
Changelog = "https://github.com/Smart-AI-Memory/empathy/blob/main/CHANGELOG.md"
852852
```
853853

854854
#### 2. Comprehensive README.md (2 hours)
@@ -898,7 +898,7 @@ Include:
898898
- Security controls (PII scrubbing, secrets detection)
899899
- 90.71% test coverage (1,489 tests)
900900

901-
[Full changelog](https://github.com/Smart-AI-Memory/empathy-framework/blob/main/CHANGELOG.md)
901+
[Full changelog](https://github.com/Smart-AI-Memory/empathy/blob/main/CHANGELOG.md)
902902
```
903903

904904
#### 4. GitHub Release Workflow (1 hour)
@@ -946,7 +946,7 @@ jobs:
946946
tag_name: ${{ github.ref }}
947947
release_name: Empathy Framework ${{ github.ref }}
948948
body: |
949-
See [CHANGELOG.md](https://github.com/Smart-AI-Memory/empathy-framework/blob/main/CHANGELOG.md) for details.
949+
See [CHANGELOG.md](https://github.com/Smart-AI-Memory/empathy/blob/main/CHANGELOG.md) for details.
950950
draft: false
951951
prerelease: false
952952
```

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The GitHub Actions workflow ([`.github/workflows/release.yml`](.github/workflows
149149

150150
### Setting up PyPI Token in GitHub
151151

152-
1. Go to: `https://github.com/Smart-AI-Memory/empathy-framework/settings/secrets/actions`
152+
1. Go to: `https://github.com/Smart-AI-Memory/empathy/settings/secrets/actions`
153153
2. Click "New repository secret"
154154
3. Name: `PYPI_API_TOKEN`
155155
4. Value: Your PyPI API token
@@ -188,7 +188,7 @@ pip install empathy-framework[agents] # LangChain agents
188188
pip install empathy-framework[all] # Everything + dev tools
189189

190190
# Development
191-
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
191+
git clone https://github.com/Smart-AI-Memory/empathy.git
192192
cd empathy
193193
pip install -e .[dev]
194194
```

QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ python examples/performance_demo.py
455455

456456
- **Community Support** (Free tier): GitHub Issues
457457
- **Email Support** (Commercial license): patrick.roebuck1955@gmail.com
458-
- **Documentation**: https://github.com/Smart-AI-Memory/empathy-framework
458+
- **Documentation**: https://github.com/Smart-AI-Memory/empathy
459459

460460
---
461461

0 commit comments

Comments
 (0)