Publish the exact sanitized Agent Skill and VS Code preview source tree with independent license boundaries, deterministic provenance manifests, and no private development history. Material design and implementation assistance was provided by OpenAI Codex. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
<?sando go
|
|
package views
|
|
import "example.test/editor/cards"
|
|
func Home(name string)
|
|
?>
|
|
<main>
|
|
<h1><?= name ?></h1>
|
|
<?~ Pill("Beta 2") ?>
|
|
<?~ cards.Badge("Imported") ?>
|
|
</main>
|