Skip to content

Commit 5af8670

Browse files
committed
build: Sync generated config and fix parity check environment
Regenerate stale skill tile outputs for `0.2.0-pre-alpha-v2`, add an explicit `sce` binary target, ignore `dist/`, and make the Pkl parity check run without a pager in Nix builds.
1 parent f012595 commit 5af8670

19 files changed

Lines changed: 23 additions & 16 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
cli/target/
44
cli/assets/generated/
55
result*
6+
dist/

cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ homepage = "https://sce.crocoder.dev"
99
documentation = "https://sce.crocoder.dev/docs"
1010
readme = "README.md"
1111

12+
[[bin]]
13+
name = "sce"
14+
path = "src/main.rs"
15+
1216
include = [
1317
"README.md",
1418
"Cargo.toml",

config/.claude/skills/sce-atomic-commit/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-atomic-commit",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Write atomic, repo-style git commits from a change summary or diff.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-bootstrap-context/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-bootstrap-context",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Create the baseline Shared Context Engineering context directory structure.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-context-sync/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-context-sync",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Sync Shared Context Engineering context files with implemented code changes.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-handover-writer/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-handover-writer",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Create structured handover notes for Shared Context Engineering tasks.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-plan-authoring/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-plan-authoring",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Author structured Shared Context Engineering implementation plans.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-plan-review/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-plan-review",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Review Shared Context Engineering plans and identify the next ready task.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-task-execution/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-task-execution",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Execute one approved Shared Context Engineering plan task with guardrails.",
55
"private": false,
66
"skills": {

config/.claude/skills/sce-validation/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crocoder-dev/sce-validation",
3-
"version": "0.2.0-pre-alpha-v1",
3+
"version": "0.2.0-pre-alpha-v2",
44
"summary": "Run final validation for a Shared Context Engineering plan.",
55
"private": false,
66
"skills": {

0 commit comments

Comments
 (0)