fix(infra): local kind stack runnable + GT-447 Core stack verified on kind#177
Conversation
…l kind stack) The kind orchestration script still pointed at pre-taxonomy-refactor paths, so it could not build/deploy the local stack: - HELM dir: reference/infrastructure/helm → product/infra/helm - Dockerfiles: apps/*/Dockerfile, packages/*/Dockerfile → src/apps/*, src/packages/* - usage doc comments refreshed to the kind-* verbs Dockerfiles + Helm charts were already refactor-correct; only the runner drifted. Verified: bash -n clean, all 3 Dockerfiles resolve, `helm lint` green for the 3 charts. Enables `bash product/infra/helm/local-test.sh kind-apps-up` on a local kind cluster. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…local kind Core-api + mcp-server + agent-runtime up on a kind cluster (3/3 pods Running), smoke green incl. the full governed chain (POST /v1/agent/handle → verdict PASS). Remaining: the Tracker BFF/API→Core chain (GT-446) + browser UI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c82006c180
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # bash reference/infrastructure/helm/local-test.sh smoke # port-forward + curl | ||
| # bash reference/infrastructure/helm/local-test.sh down # uninstall + delete ns | ||
| # bash product/infra/helm/local-test.sh kind-apps-up # kind + build + load + install apps | ||
| # bash product/infra/helm/local-test.sh kind-up # kind + build + load + infra + apps |
There was a problem hiding this comment.
Fix the bundle path before advertising kind-up
When users follow this newly documented kind-up path, the infra() step still packages rulesets reference, but this repo no longer has a root rulesets directory (the rulesets live under src/rulesets). With set -e, tar aborts before MinIO/observability and app installation, so the full kind bring-up remains non-runnable even though kind-apps-up works; update the bundle packaging path or create the expected directory before recommending this command.
Useful? React with 👍 / 👎.
Repunta
product/infra/helm/local-test.sha las rutas post-refactor (el único bloqueo para el stack local en kind), y registra la evidencia de GT-447.local-test.sh:reference/infrastructure/helm→product/infra/helm;apps/*/packages/*Dockerfiles →src/apps/*/src/packages/*; doc comments a verboskind-*. Dockerfiles + charts ya eran refactor-correctos; solo el runner derivaba.kind-apps-uplevanta core-api + mcp-server + agent-runtime (3/3 pods Running), smoke verde incl.POST /v1/agent/handlecon la cadena gobernada completa (verdict: PASS,policyEngine: opa).bash -nlimpio,helm lintverde en los 3 charts, tracking guard 532/478.🤖 Generated with Claude Code