Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}
},
"enabledPlugins": {
"forge@forge-marketplace": true
"forge@forge-marketplace": true,
"crucible@forge-marketplace": true
}
}
2 changes: 1 addition & 1 deletion .forge/crucible/pr-review.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "/Users/jeffreese/Code/crucible/plugins/crucible/schemas/pr-review.schema.json",
"gh_repo": "purecontext-dev/human-markdown",
"gh_repo": "purecontext/human-markdown",
"target_repo_path": "/Users/jeffreese/Code/human-markdown",
"test_command": "pnpm test",
"smoke_testing": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.5 - 2026-06-25

### Changed
- GitHub organization renamed from `purecontext-dev` to `purecontext`. Updated
all repository URLs and metadata.

## 0.5.4 - 2026-06-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A WYSIWYG markdown editor for VSCode. Open a markdown file, read it rendered, edit it inline. Toggle to raw with one keystroke. Theme it to match your blog or GitHub.

**Repo:** github.com/purecontext-dev/human-markdown
**Repo:** github.com/purecontext/human-markdown
**License:** MIT

## Git Workflow
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for your interest in contributing. This guide covers the development setu
## Getting Started

```bash
git clone https://github.com/purecontext-dev/human-markdown.git
git clone https://github.com/purecontext/human-markdown.git
cd human-markdown
pnpm install
pnpm build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "human-markdown",
"displayName": "Human Markdown",
"description": "A WYSIWYG markdown editor for VSCode. Read and edit markdown as a human.",
"version": "0.5.4",
"version": "0.5.5",
"publisher": "purecontext",
"license": "MIT",
"icon": "icon.png",
Expand All @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/purecontext-dev/human-markdown"
"url": "https://github.com/purecontext/human-markdown"
},
"engines": {
"vscode": "^1.85.0"
Expand Down
Loading