Add StartOS instructions.md; fix manifest links; clear retired-enforce-mode drift
- instructions.md: new, required for Start9 community-registry submission - manifest: fix dead packageRepo and docsUrls links - versions/v0.2.0.ts: drop stale 'NOT YET WIRED' header - actions: remove retired enforce-mode references; showLicenseStatus no longer reads a nonexistent 'mode' field; relabel the Creator (free) tier
This commit is contained in:
@@ -15,13 +15,15 @@ export const manifest = setupManifest({
|
||||
id: 'keysat',
|
||||
title: 'Keysat Licensing',
|
||||
license: 'LicenseRef-Keysat-1.0',
|
||||
packageRepo: 'https://github.com/keysat-xyz/keysat-startos',
|
||||
// packageRepo (the s9pk wrapper source) and upstreamRepo (the daemon source)
|
||||
// are the same URL: the StartOS wrapper and the Rust daemon share one monorepo.
|
||||
packageRepo: 'https://github.com/keysat-xyz/keysat',
|
||||
upstreamRepo: 'https://github.com/keysat-xyz/keysat',
|
||||
marketingUrl: 'https://keysat.xyz',
|
||||
donationUrl: null,
|
||||
docsUrls: [
|
||||
'https://github.com/keysat-xyz/keysat/blob/main/README.md',
|
||||
'https://github.com/keysat-xyz/keysat/blob/main/docs/INTEGRATION.md',
|
||||
'https://github.com/keysat-xyz/keysat/blob/main/KEYSAT_INTEGRATION.md',
|
||||
],
|
||||
description: { short, long },
|
||||
// A single data volume holds the SQLite database (which in turn holds the
|
||||
|
||||
Reference in New Issue
Block a user