Add artifact vault contents
This commit is contained in:
33
projects/skills/035-slice-skill-package-verification-task.md
Normal file
33
projects/skills/035-slice-skill-package-verification-task.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
status: resolved
|
||||
parent: "[[031-slice-skill-map]]"
|
||||
claimed-by: "019fbb2a-dbcd-79d2-ae72-c5bcdd1d714e"
|
||||
claimed-at: "2026-07-31T23:33:26-04:00"
|
||||
blocked-by:
|
||||
- "[[034-slice-skill-source-task]]"
|
||||
tags:
|
||||
- ticket/task/afk
|
||||
---
|
||||
|
||||
# Slice skill package verification
|
||||
|
||||
## Question
|
||||
|
||||
Verify that the new `slice` skill is correctly packaged by the skills repository.
|
||||
|
||||
## What to build
|
||||
|
||||
Run the repository validation required for a newly added untracked skill source and fix any packaging or formatting issues that appear.
|
||||
|
||||
## Acceptance criteria
|
||||
|
||||
- [x] `nix flake check "path:$PWD"` passes.
|
||||
- [x] The new `slice` skill is included by the repository's skill discovery.
|
||||
- [x] No generated skill links are edited as source.
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
Ran `nix flake check "path:$PWD"` from `/home/alexion/wrk/skills`.
|
||||
The check passed and evaluated `packages.x86_64-linux.slice` plus `checks.x86_64-linux.slice`.
|
||||
The command warned that incompatible systems `aarch64-darwin` and `aarch64-linux` were omitted.
|
||||
`git status --short` shows only the new untracked `skills/slice/` source directory inside this repository.
|
||||
Reference in New Issue
Block a user