From 551912f73f8acb3e6223364f073e449146468bef Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Sun, 22 Feb 2026 15:32:35 +0000 Subject: [PATCH] docs: update README, LICENSE, workspace identity, and git hooks --- LICENSE | 4 ++-- README.md | 11 +++++++++++ scripts/hooks/commit-msg | 2 +- scripts/hooks/pre-commit | 4 ++-- workspace/IDENTITY.md | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 410acae26..93b3d701a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 PicoClaw contributors +Copyright (c) 2026 DragonScale contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -22,4 +22,4 @@ SOFTWARE. --- -PicoClaw is heavily inspired by and based on [nanobot](https://github.com/HKUDS/nanobot) by HKUDS. +DragonScale is heavily inspired by and based on [nanobot](https://github.com/HKUDS/nanobot) by HKUDS. diff --git a/README.md b/README.md index d5fe65634..8bf75b22b 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,17 @@ make deps # go get -u + go mod tidy make clean # Remove build artifacts ``` +The Makefile is now a thin compatibility layer. +All task logic is delegated to the `opsctl` Go wrapper binary (`cmd/opsctl`), +so command semantics are preserved while moving orchestration out of shell scripts. + +You can run the wrapper directly for faster iteration: + +```bash +go run ./cmd/opsctl build +go run ./cmd/opsctl help +``` + ### Devcontainer (flatc + sqlc ready) If your host is missing `flatc`/`sqlc`, use the project devcontainer. diff --git a/scripts/hooks/commit-msg b/scripts/hooks/commit-msg index 2d2ec1f69..555538b01 100755 --- a/scripts/hooks/commit-msg +++ b/scripts/hooks/commit-msg @@ -2,7 +2,7 @@ set -euo pipefail # ───────────────────────────────────────────────────────────────────────────── -# picoclaw commit-msg hook +# dragonclaw commit-msg hook # # Validates commit messages against Conventional Commits 1.0.0. # Install: make hooks diff --git a/scripts/hooks/pre-commit b/scripts/hooks/pre-commit index 48f9d9f04..3da00bd8b 100755 --- a/scripts/hooks/pre-commit +++ b/scripts/hooks/pre-commit @@ -2,7 +2,7 @@ set -euo pipefail # ───────────────────────────────────────────────────────────────────────────── -# picoclaw pre-commit hook +# dragonclaw pre-commit hook # # Runs formatting, linting, build, and test checks on staged Go code. # Install: make hooks @@ -116,7 +116,7 @@ STEP_TIMES=() FAILED=0 echo "" -printf " ${CYAN}${BOLD}picoclaw${NC} ${DIM}pre-commit${NC} ${DIM}(%d file%s)${NC}\n" \ +printf " ${CYAN}${BOLD}dragonclaw${NC} ${DIM}pre-commit${NC} ${DIM}(%d file%s)${NC}\n" \ "$STAGED_COUNT" "$([ "$STAGED_COUNT" -eq 1 ] && echo '' || echo 's')" printf " ${DIM}%s${NC}\n" "$DIVIDER" diff --git a/workspace/IDENTITY.md b/workspace/IDENTITY.md index f9e2df4d7..b232c672c 100644 --- a/workspace/IDENTITY.md +++ b/workspace/IDENTITY.md @@ -53,4 +53,4 @@ Discussions: https://github.com/ZanzyTHEbar/dragonscale/discussions --- "Every bit helps, every bit matters." -- Picoclaw \ No newline at end of file +- DragonScale \ No newline at end of file