Skip to content

Commit ed92e99

Browse files
authored
Merge pull request #17 from hiivmind/feature/install-publish-template-restructure
Restructure install/publish templates around user journeys
2 parents 2244596 + feed579 commit ed92e99

49 files changed

Lines changed: 2703 additions & 815 deletions

Some content is hidden

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

.cursor-plugin/plugin.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"homepage": "https://github.com/hiivmind/plugin-portability",
1010
"repository": "https://github.com/hiivmind/plugin-portability",
1111
"license": "MIT",
12-
"keywords": [ "cross-platform",
13-
"multi-platform",
14-
"plugin-portability",
15-
"plugins",
16-
"skills",
17-
"portability"
12+
"keywords": [
13+
"cross-platform",
14+
"multi-platform",
15+
"plugin-portability",
16+
"plugins",
17+
"skills",
18+
"portability"
19+
]
1820
}

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ This project follows the [Contributor Covenant](CODE_OF_CONDUCT.md). Please read
1717

1818
## Adding a New Platform
1919

20-
1. Create a platform documentation file in `docs/platforms/`
21-
2. Add a manifest template in `lib/templates/manifests/`
22-
3. Add install doc templates in `lib/templates/install-docs/`
23-
4. Add a platform rubric in `lib/rubrics/`
24-
5. Update the portability skill (`skills/plugin-portability/SKILL.md`) to handle the new platform
25-
6. Update the assessment rubric (`docs/assessment-rubric.md`) with scoring criteria
20+
See [lib/principles/adding-a-platform.md](lib/principles/adding-a-platform.md) for the full guide — architecture overview, phased checklist, and verification gates.
2621

2722
## Authoring Skills
2823

0 commit comments

Comments
 (0)