• Joined on 2026-03-27
mathias pushed tag v1.6.1 to mathias/jepa-fx-risk 2026-07-25 14:52:45 +00:00
mathias pushed to main at mathias/homelab 2026-07-25 06:23:06 +00:00
4f9b32205d docs: link the CAD-vs-RE-PoC article from README
mathias pushed to main at mathias/homelab 2026-07-25 06:22:58 +00:00
fa817affb8 docs: add article — what an external RE-PoC taught us about CAD
mathias closed issue mathias/skills#8 2026-07-24 13:46:42 +00:00
fix(ci): release.yml tag job broken since 2026-06-22
mathias commented on issue mathias/skills#8 2026-07-24 13:46:40 +00:00
fix(ci): release.yml tag job broken since 2026-06-22

Root cause

set -euo pipefail + `bump=$(printf '%s' "$last_commit"

mathias pushed to main at mathias/skills 2026-07-24 13:44:58 +00:00
1256653319 fix(ci): release.yml tag job dies whenever a commit has no Bump-Type footer (skills#8)
mathias closed issue mathias/jepa-fx-risk#19 2026-07-24 13:30:18 +00:00
fix(ci): Lint / Test / Vet failing on main since 2026-06-29
mathias commented on issue mathias/jepa-fx-risk#19 2026-07-24 13:30:17 +00:00
fix(ci): Lint / Test / Vet failing on main since 2026-06-29

Root cause (not a push-vs-dispatch env difference — that guess was wrong)

Taskfile.yml line 46 had an unquoted Go-template {{.VAR}} inside a YAML flow sequence (cmds: [...]) — the…

mathias pushed to main at mathias/jepa-fx-risk 2026-07-24 13:28:48 +00:00
2c9bc1be31 fix(ci): drop Build & Import / Deploy via GitOps jobs (jepa-fx-risk#19)
mathias pushed to main at mathias/jepa-fx-risk 2026-07-24 13:26:17 +00:00
308f71b566 fix(ci): Taskfile YAML syntax error + staticcheck tagged-switch (jepa-fx-risk#19)
mathias closed issue mathias/template-go-agent#3 2026-07-24 13:23:55 +00:00
fix(ci): Lint / Test / Vet failing since bootstrap — corrects stale "CD-deploy-gap-only" assumption
mathias commented on issue mathias/template-go-agent#3 2026-07-24 13:23:53 +00:00
fix(ci): Lint / Test / Vet failing since bootstrap — corrects stale "CD-deploy-gap-only" assumption

Fixed, two layers

Lint/Test/Vet (the actual predicted cause, project_template_go_agent_cd_deploy_gap): missing go.sum + one errcheck violation (resp.Body.Close() unchecked in…

mathias pushed to main at mathias/template-go-agent 2026-07-24 13:22:07 +00:00
2ba2698ea6 fix(ci): skip build/deploy on the raw template repo itself (template-go-agent#3)
mathias pushed to main at mathias/template-go-agent 2026-07-24 13:19:24 +00:00
06d4ac6076 fix(ci): go mod tidy + check resp.Body.Close error (template-go-agent#3)
mathias opened issue mathias/hyperguild#84 2026-07-24 06:12:55 +00:00
Consolidate brain-ingest-ntfy + brain-weekly-ingest into hyperguild/ingestion
mathias commented on issue mathias/homelab#2 2026-07-23 21:23:39 +00:00
docs: CAD — Continuous Agentic Development canonical reference

A cross-repo review comparing jonte888/FlowBrain (external client PoC) against 15+ CAD-stack repos (2026-07-23) produced a stage-by-stage component map and per-repo governance/gate/traceability…

mathias commented on issue mathias/cad-atlas#5 2026-07-23 21:23:37 +00:00
Phase C roadmap — live trace viewer (remaining increments)

Flagging a possible terminology collision found during a cross-repo review (FlowBrain vs. CAD stack, 2026-07-23), not a confident claim either way: this issue's blocker (#5, item 5) names…

mathias pushed tag v0.12.1 to mathias/gitea-mcp 2026-07-22 06:32:05 +00:00
mathias closed issue mathias/gitea-mcp#59 2026-07-22 06:32:00 +00:00
Per-caller Gitea PAT pass-through (replaces shared default token for real users)
mathias commented on issue mathias/gitea-mcp#59 2026-07-22 06:31:55 +00:00
Per-caller Gitea PAT pass-through (replaces shared default token for real users)

Deferred item resolved in 4371404: Allowlist.Check(ctx, owner) now skips the static GITEA_MCP_ALLOWED_OWNERS list entirely when the caller authenticated via their own Gitea PAT (pass-through)…