From 3ebe4bca56cdf02b8a574d39fb35cdfad7e25dac Mon Sep 17 00:00:00 2001 From: Fr-e-d <155310055+Fr-e-d@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:26:22 +0200 Subject: [PATCH] sync: update 7 file(s) in core/ - .gaai/core/GAAI.md - .gaai/core/QUICK-REFERENCE.md - .gaai/core/VERSION - .gaai/core/compat/COMPAT.md - .gaai/core/scripts/tests/licensing-terminology.test.sh - CHANGELOG.md - README.md GAAI-Source-Commit: 61a235584a1430013f42197085678c2f0b0a020b --- .gaai/core/GAAI.md | 14 +++++++------- .gaai/core/QUICK-REFERENCE.md | 2 +- .gaai/core/VERSION | 2 +- .gaai/core/compat/COMPAT.md | 2 +- .../scripts/tests/licensing-terminology.test.sh | 4 ++-- CHANGELOG.md | 5 +++++ README.md | 2 +- 7 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.gaai/core/GAAI.md b/.gaai/core/GAAI.md index 7bfcb10c..5cf368c7 100644 --- a/.gaai/core/GAAI.md +++ b/.gaai/core/GAAI.md @@ -188,18 +188,18 @@ GAAI never loads everything at once. Context is assembled on demand, in layers: ## Full Documentation -The complete documentation lives in `docs/` in the [GAAI framework repo](https://github.com/Fr-e-d/GAAI-framework): +The complete documentation lives in `docs/` in the [GAAI framework repo](https://github.com/digipulse-engineering/GAAI-framework): -→ [Quick Start](https://github.com/Fr-e-d/GAAI-framework/blob/main/docs/guides/quick-start.md) — first working Story in 30 minutes -→ [What is GAAI?](https://github.com/Fr-e-d/GAAI-framework/blob/main/docs/01-what-is-gaai.md) — the problem and the solution -→ [Core Concepts](https://github.com/Fr-e-d/GAAI-framework/blob/main/docs/02-core-concepts.md) — dual-track, agents, backlog, memory, artefacts -→ [Vibe Coder Guide](https://github.com/Fr-e-d/GAAI-framework/blob/main/docs/guides/vibe-coder-guide.md) — fast daily workflow -→ [Senior Engineer Guide](https://github.com/Fr-e-d/GAAI-framework/blob/main/docs/guides/senior-engineer-guide.md) — governance and customization +→ [Quick Start](https://github.com/digipulse-engineering/GAAI-framework/blob/main/docs/guides/quick-start.md) — first working Story in 30 minutes +→ [What is GAAI?](https://github.com/digipulse-engineering/GAAI-framework/blob/main/docs/01-what-is-gaai.md) — the problem and the solution +→ [Core Concepts](https://github.com/digipulse-engineering/GAAI-framework/blob/main/docs/02-core-concepts.md) — dual-track, agents, backlog, memory, artefacts +→ [Vibe Coder Guide](https://github.com/digipulse-engineering/GAAI-framework/blob/main/docs/guides/vibe-coder-guide.md) — fast daily workflow +→ [Senior Engineer Guide](https://github.com/digipulse-engineering/GAAI-framework/blob/main/docs/guides/senior-engineer-guide.md) — governance and customization --- ## Framework Version -See `VERSION` in this folder. The framework is maintained at [gaai-framework](https://github.com/Fr-e-d/GAAI-framework). +See `VERSION` in this folder. The framework is maintained at [gaai-framework](https://github.com/digipulse-engineering/GAAI-framework). To check framework integrity: `bash .gaai/core/scripts/health-check.sh --core-dir .gaai/core --project-dir .gaai/project` diff --git a/.gaai/core/QUICK-REFERENCE.md b/.gaai/core/QUICK-REFERENCE.md index c7c82617..ac63d9ec 100644 --- a/.gaai/core/QUICK-REFERENCE.md +++ b/.gaai/core/QUICK-REFERENCE.md @@ -53,4 +53,4 @@ One-time setup: `bash .gaai/core/scripts/daemon-setup.sh` --- -> [Full documentation](https://github.com/Fr-e-d/GAAI-framework/tree/main/docs) +> [Full documentation](https://github.com/digipulse-engineering/GAAI-framework/tree/main/docs) diff --git a/.gaai/core/VERSION b/.gaai/core/VERSION index d66b7387..9a9feb08 100644 --- a/.gaai/core/VERSION +++ b/.gaai/core/VERSION @@ -1 +1 @@ -2.51.0 +2.48.0 diff --git a/.gaai/core/compat/COMPAT.md b/.gaai/core/compat/COMPAT.md index ee292f92..c914b934 100644 --- a/.gaai/core/compat/COMPAT.md +++ b/.gaai/core/compat/COMPAT.md @@ -69,7 +69,7 @@ To switch to a different AI tool, re-run the installer with `--tool` set explici ```bash rm -rf /tmp/gaai -git clone https://github.com/Fr-e-d/GAAI-framework.git /tmp/gaai +git clone https://github.com/digipulse-engineering/GAAI-framework.git /tmp/gaai bash /tmp/gaai/.gaai/core/scripts/install.sh --target /path/to/your/project --tool claude-code --yes rm -rf /tmp/gaai ``` diff --git a/.gaai/core/scripts/tests/licensing-terminology.test.sh b/.gaai/core/scripts/tests/licensing-terminology.test.sh index ca49a741..fcedef1a 100755 --- a/.gaai/core/scripts/tests/licensing-terminology.test.sh +++ b/.gaai/core/scripts/tests/licensing-terminology.test.sh @@ -7,7 +7,7 @@ # # Controlled set (exhaustive): the public repository's root README.md, # docs/contributing/fork-and-own.md, and tracked LICENSE blob. Those files -# live in Fr-e-d/GAAI-framework, NOT in this monorepo — see PUBLIC_ROOT +# live in digipulse-engineering/GAAI-framework, NOT in this monorepo — see PUBLIC_ROOT # resolution below. Expanding the controlled set requires a validated # governance change, not an implicit glob. # @@ -29,7 +29,7 @@ fail() { echo " FAIL: $1"; FAIL_COUNT=$(( FAIL_COUNT + 1 )); } SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" # Four '..' from .gaai/core/scripts/tests/ resolves to the repository root. -# In the synced public repo this is Fr-e-d/GAAI-framework's own root +# In the synced public repo this is digipulse-engineering/GAAI-framework's own root # (correct target). In gaai-platform it resolves to this monorepo's own # root (deliberate — public_layout_present() turns that into a pass-through # "not applicable" result instead of a false failure or a silently-skipped diff --git a/CHANGELOG.md b/CHANGELOG.md index c043b09a..e4028081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [Unreleased] + +### Changed +- fix: repoint repository identity after transfer to digipulse-engineering + ## [2.51.0] - 2026-08-20 ### Changed diff --git a/README.md b/README.md index 9a8485ce..4dfb4f47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-2.51.0-blue) +![Version](https://img.shields.io/badge/version-2.48.0-blue) ![License: ELv2](https://img.shields.io/badge/license-ELv2-green) ![No SDK](https://img.shields.io/badge/stack-markdown%20%2B%20yaml%20%2B%20bash-orange)