Skip to content

Commit f61d6c2

Browse files
author
supernormxl
committed
Fix stale URLs and skill renames across all files
1 parent f5679ff commit f61d6c2

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Community Discussion
4-
url: https://github.com/alivecomputer/claude-plugins/discussions
4+
url: https://github.com/alivecomputer/plugins/discussions
55
about: Questions, ideas, and show & tell
66
- name: Worldbuilders on Skool
77
url: https://skool.com/worldbuilders

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ All notable changes to the ALIVE plugin are documented here.
2727
## [1.0.0-beta] — 2026-03-10
2828

2929
### Added
30-
- **12 skills:** world, open, save, capture, find, create, tidy, tune, history, mine, extend, map
30+
- **12 skills:** world, load, save, capture, find, create, tidy, tune, history, mine, extend, map
3131
- **6 foundational rules:** capsules, human, squirrels, standards, voice, world
32-
- **12 hooks:** session lifecycle, log guardian, rules guardian, archive enforcer, external guard, context watch, inbox check, pre-compact, post-write
32+
- **12 hooks:** session lifecycle, log guardian, rules guardian, archive enforcer, external guard, root guardian, context watch, inbox check, pre-compact, post-write
3333
- **Squirrel caretaker runtime** — stash mechanic, session signing, zero-context handoff
3434
- **ALIVE framework** — 5-domain folder structure (Archive, Life, Inputs, Ventures, Experiments)
3535
- **Walnut system** — 5 core files (key.md, now.md, log.md, insights.md, tasks.md)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Templates in `plugins/alive/templates/` define the schema for system files. The
5656

5757
## Reporting Issues
5858

59-
Use [GitHub Issues](https://github.com/alivecomputer/claude-plugins/issues) for bugs and feature requests. Use the provided templates.
59+
Use [GitHub Issues](https://github.com/alivecomputer/plugins/issues) for bugs and feature requests. Use the provided templates.
6060

6161
## Community
6262

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="alivecomputer-logo.png" alt="Alive Computer" width="600">
33
</p>
44

5-
[![Version](https://img.shields.io/badge/version-1.0.1--beta-copper)](https://github.com/alivecomputer/claude-plugins/releases)
5+
[![Version](https://img.shields.io/badge/version-1.0.1--beta-copper)](https://github.com/alivecomputer/plugins/releases)
66
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![Built for Claude Code](https://img.shields.io/badge/built%20for-Claude%20Code-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
88

@@ -71,7 +71,7 @@ The runtime is the role. The model is the engine. Swap Claude for GPT, Gemini, o
7171
Every session follows the same lifecycle. No unclosed loops. No orphaned state.
7272

7373
```
74-
OPEN ──→ WORK ──→ SAVE ──→ (continue or exit)
74+
LOAD ──→ WORK ──→ SAVE ──→ (continue or exit)
7575
│ │ │
7676
│ │ ├─ stash routed to files
7777
│ │ ├─ log entry prepended (signed)
@@ -227,7 +227,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
227227
## Community
228228

229229
- [Worldbuilders on Skool](https://skool.com/worldbuilders) — discussion, feedback, show & tell
230-
- [GitHub Discussions](https://github.com/alivecomputer/claude-plugins/discussions) — bugs, features, ideas
230+
- [GitHub Discussions](https://github.com/alivecomputer/plugins/discussions) — bugs, features, ideas
231231

232232
## License
233233

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The plugin ships 12 hooks that enforce security guarantees mechanically — not
3131
If you find a security issue in the plugin — hooks that can be bypassed, rules that can be circumvented, or any behavior that violates the guarantees above — please report it:
3232

3333
- **Email:** hello@alivecomputer.com
34-
- **GitHub:** Open a [security advisory](https://github.com/alivecomputer/claude-plugins/security/advisories/new)
34+
- **GitHub:** Open a [security advisory](https://github.com/alivecomputer/plugins/security/advisories/new)
3535

3636
We take these seriously. The entire system is built on the premise that structural guardrails are more reliable than agent compliance.
3737

plugins/alive/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"email": "hello@alivecomputer.com"
88
},
99
"homepage": "https://alivecomputer.com",
10-
"repository": "https://github.com/alivecomputer/claude-plugins",
10+
"repository": "https://github.com/alivecomputer/plugins",
1111
"license": "MIT"
1212
}

0 commit comments

Comments
 (0)