dna_base 0.3.3
dna_base: ^0.3.3 copied to clipboard
Shared base DNA: configs, docs, scripts and agent skills for repos
Changelog #
0.3.3 - 2026-09-02 #
Fixed #
- The shipped scripts and the Dart class template carried a hard-coded
Copyright (c) ggsuiteheader, so consuming organizations got a foreign copyright line. They now referencednaCopyrightHolder. create-repo-guide.md(de/en) prefixeddnaGitOrgUrlwithhttps://github.com/although the variable already holds a full URL, which rendered ashttps://github.com/https://github.com/<org>. The clone line usesdnaGitOrginstead of the URL.
0.3.2 - 2026-09-02 #
Fixed #
scripts/functions/current-branch.js,pull-request-url.jsandis-main-up-to-date.jsusedexecSync(andred) without importing them — every consumer that ran one of these scripts got aReferenceError. The missing imports are back.
0.3.1 - 2026-08-18 #
0.3.0 - 2026-08-14 #
0.2.0 - 2026-08-14 #
0.1.0 - 2026-08-14 #
0.0.4 - 2026-08-12 #
- Initial implementation. Copied from base_dna