You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub wiki launched at github.com/wrm3/gald3r/wiki (T1550): 7 pages auto-generated from .gald3r_sys/ — Home, Quickstart, Commands (179 @g-* commands indexed by category), Skills, Agents, Rules, Hooks. Sourced from canonical .gald3r_sys/ and staged in docs/wiki/. Full argument/syntax expansion tracked in T1551.
GitHub Discussions enabled as the community Q&A and announcement channel.
Batch-11 platform specs consolidated into the canonical gald3r_template/.gald3r_sys/platforms/.<platform>/PLATFORM_SPEC.md single-source-of-truth location (T1544): .deepcode, .kilo, .hermes, .codebuddy, .astrbot, .amp, .void, .continue, .kimi, .trae, .qoder, plus a .vibe stub spec that cross-links to .mistral. The canonical (clean UTF-8) .cursor/skills body was used; the divergent corrupted .claude/skills copies (BOM + mojibake) for 5 of them were discarded. The redundant PLATFORM_SPEC.md copies were removed from all 11 .claude/ and .cursor/ skill dirs (their SKILL.md is unchanged). platforms/ now holds 35 platform specs (23 original + 11 batch + .vibe).
gald3r systems functional test harness custom_scripts/gald3r_system_test.ps1 (T1540): per-system PASS/PARTIAL/FAIL + overall "N% functional" score across 13 gald3r systems (Task, Bug, PLATFORM_SPEC, Parity, Hook Wiring, Git Hooks, Schema, Constraints, Subsystems, Skills, WPAC, Release, Encoding). Writes .gald3r/reports/system_test_*.md; -FailBelow <N> CI gate; -Json/-NoReport/-Systems flags. Added as the FUNCTIONAL (L0) operation in g-skl-test. Baselines in docs/TEST_BASELINE.md; CI guidance in docs/20260530_171707_Cursor_SYSTEM_TEST_CI_INTEGRATION.md.
Framework constraints C-041..C-043 (destructive git gate, content scrub, public main-only)
Changed
custom_scripts/scan_platform_docs.ps1 now discovers platforms by scanning gald3r_template/.gald3r_sys/platforms/ for any dir containing a PLATFORM_SPEC.md (no hardcoded 23-platform list; T1544 AC6), reads the canonical PLATFORM_SPEC.md as the capability record, and updates last_doc_scan in that spec plus any surviving SKILL.md copies. Dir-to-name normalization handles .replit-gald3r->replit and .kilo->kilo-code. Discovery verified at 35 platforms under powershell.exe 5.1.
DISTRIBUTION_PLAYBOOK.md, BRANCH_TIER_POLICY.md, GIT_TIER_MODEL.md -- guarded public release path; test_to_public_history: scrub|carry in AGENT_CONFIG
Branch model: feature-branches-only -> main (USER-SAFETY, T1535). Retired the long-lived dev/test promotion branches that were the root cause of repeated history-loss incidents (BUG-099 class: stale dev auto-merge target). g-rl-02-git_workflow rewritten to feature-branches-only; g-go/g-go-go auto-merge default flipped dev -> main; gald3r_worktree.ps1-TargetBranch default dev -> main; development.yamldefault_branchdev -> main; g-skl-setup now checks for main instead of creating a dev branch. There is no longer any long-lived dev/test branch in the gald3r workflow.
Fixed
Eliminated the stale-dev auto-merge data-loss hazard (BUG-099, USER-SAFETY): gald3r no longer defaults swarm/autopilot auto-merge to a long-lived dev integration branch. Existing user repos still on the old model are offered a safe, confirmation-gated migration (promote dev -> main, then retire dev) — never an automatic branch delete.