@simpleapps-com/augur-skills 2026.3.7 → 2026.3.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/package.json
CHANGED
|
@@ -59,6 +59,10 @@ The parent `{project}/` is NOT a git repo — it keeps code and wiki side-by-sid
|
|
|
59
59
|
|
|
60
60
|
**Credentials**: Project-level (`.simpleapps/`) overrides user-level (`~/.simpleapps/`). MUST NOT be committed.
|
|
61
61
|
|
|
62
|
+
## Plugin Rules
|
|
63
|
+
|
|
64
|
+
The plugin ships rule templates in `plugins/simpleapps/rules/` that MUST exist in every project's `repo/.claude/rules/`. Rules are always loaded into context — they enforce baseline guardrails (like git safety) without depending on a skill being invoked. The `/project-init` command copies missing rules from the plugin into the project.
|
|
65
|
+
|
|
62
66
|
## Symlink Setup
|
|
63
67
|
|
|
64
68
|
The repo contains `.claude/rules/` and `.claude/commands/` with project-specific rules and commands. To make these active from the project root (without starting Claude Code inside `repo/`), symlink them into the project-level `.claude/` folder:
|