Fusion
6c3243fdb0
feat(FN-299): confirm fn_review_spec root cause — probabilistic model behavior, not code-path bug
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- docs(FN-299): confirm fn_review_spec root cause — probabilistic model behavior, not code-path bug
Files changed:
.fusion/memory/MEMORY.md | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
Fusion-Task-Id: FN-299
2026-05-13 08:17:41 +00:00
Fusion
b0edb079d9
feat(FN-284): document verified QA gate fail→fix→pass cycle
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- docs(FN-284): document verified QA gate fail→fix→pass cycle
Files changed:
.fusion/memory/MEMORY.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Fusion-Task-Id: FN-284
2026-05-13 06:45:58 +00:00
Fusion
fb3fa6dff4
feat(FN-277): add @sase/shared resolve alias to vitest configs for both api and web (+1 more)
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- docs(FN-277): update Pre-Merge QA Gate policy with explicit sub-bullets per spec
- fix(FN-277): add @sase/shared resolve alias to vitest configs for both api and web
Files changed:
.fusion/memory/MEMORY.md | 14 +++++++++-----
apps/api/vitest.config.ts | 6 ++++++
apps/web/vitest.config.ts | 1 +
3 files changed, 16 insertions(+), 5 deletions(-)
Fusion-Task-Id: FN-277
2026-05-13 02:07:02 +00:00
Fusion
1eea1485e9
feat(FN-274): add fix-patterns for fn_review_spec pipeline failure
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- feat(FN-274): complete Step 1 — add fix-patterns for fn_review_spec pipeline failure
Files changed:
.fusion/memory/MEMORY.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
Fusion-Task-Id: FN-274
2026-05-13 01:23:19 +00:00
Fusion
f9460d2dd4
feat(FN-269): CI QA gate workflow + memory policy
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- feat(FN-269): complete Step 1 — CI QA gate workflow + memory policy
Files changed:
.fusion/memory/MEMORY.md | 10 ++++++++
.github/workflows/qa-gate.yml | 58 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Fusion-Task-Id: FN-269
2026-05-12 23:01:20 +00:00
Fusion
a9d68fa24f
fix(FN-189): resolve leftover autostash conflict markers in MEMORY.md
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
2026-05-11 20:53:28 +00:00
Fusion
457293ad6a
feat(FN-189): add CHANGELOG_AUTOMATION_TOKEN to env schema (+5 more)
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- docs(FN-189): complete Step 7 — update docs/INDEX.md and MEMORY.md
- fix(FN-189): lint fixes — import order, formatting
- test(FN-189): complete Step 4 — add controller spec with 6 token auth scenarios
- feat(FN-189): complete Step 3 — add Fusion changelog automation trigger to deploy workflow
- feat(FN-189): complete Step 2 — add POST /api/changelog/internal endpoint with token auth
- feat(FN-189): complete Step 1 — add CHANGELOG_AUTOMATION_TOKEN to env schema
Files changed:
.fusion/memory/MEMORY.md | 16 +++
.github/workflows/deploy.yml | 17 +++
.../api/src/changelog/changelog.controller.spec.ts | 122 +++++++++++++++++++++
apps/api/src/changelog/changelog.controller.ts | 49 ++++++++-
docs/INDEX.md | 1 +
packages/config/src/index.ts | 3 +
6 files changed, 207 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-189
2026-05-11 20:50:30 +00:00
Semih
c72f063a25
fusion: dev-branch autonomy charter
...
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Wire the autonomous engineering pipeline to operate on dev branch with
no human deploy gate. Pushes to git.semih.ai/root/sase.tr.git dev
trigger the Coolify webhook that redeploys https://dev.sase.tr — the
operator pulls signal from the live URL instead of approving every
merge.
Production (main → sase.tr) stays human-driven: agents never push to
main directly; promotion is an explicit operator decision.
Critical-path policy on dev relaxes for auth/payments/billing/
subscription so the loop can ship fixes there with a regression test;
migrations + dep/config changes still need human ack on dev because
they desync persisted/shared state.
Adds team-charter.md (dev/main topology, severity matrix, routing
rules, council protocol, loop detection) and MEMORY.md updates that
agents consult on every triage. Also gitignore'd fusion's runtime
SQLite/task state so .fusion/agents and .fusion/memory remain the
only authored docs in the tree.
2026-05-09 16:41:04 +00:00