Finexia / Casefile

Finexia Casefile

One question, followed to the end.

A mission run on the installed application on 2026-09-10, chapter by chapter — the mandate, the desk, the evidence, the controls, and the deliverables it did not produce.

Finexia OS 0.0.30 · source c7f1485 · product c7f1485 · 9 chapters · 52 facts, each carrying its own release

01

The mandate

An operator asks one question. It travels, word for word, from a third-party client into the application, into each analyst’s data room, and into the conversation stored on disk. Nothing paraphrases it on the way.

  • The request, as it was typed

    Apple FY2023–FY2025 — revenue broken down by segment, from the filings

    It reaches four data rooms unchanged. A desk that rewrites the question answers a different one.

    NATIVENative run · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

  • Period under examination

    FY2023 → FY2025

    Three annual filings. The fiscal year is Apple’s, not the calendar’s — the FY2025 10-K closes on 2025-09-27.

    TESTEDHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2

  • Units and precision

    USD · decimals is precision, never a scale factor

    A fact tagged nil is not zero. Both rules are enforced in the core and each has a test.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    cargo test market::segments — 27 tests verts, 1 ignoré (réseau)

  • Expected deliverables

    workbook · deck · memo · manifest

    One bundle, sealed from one shared dossier. What actually came out is chapter 06.

    PLANNEDHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §7

02

The desk assembles

Kam takes the request and puts specialists on it. Each one opens in its own isolated workspace, driving a vendor CLI headless. Four cards, four mandates, four analysts who cannot read each other’s keys.

  • Liviafundamentalfilings, results, unit economics
  • Verariskdeclared limits, desk concentration, veto on adoption
  • Nouraccountingfiled documents, reconciliation, discrepancies
  • Rémideal-leadterms, memo
  • The desk opens, and says so before it works

    desk_start → started

    Started only after the window acknowledges it took the mission — not when the call returns. A desk that reports a start it has not made is worse than one that says queued.

    CLIENT-VERIFIEDNative run · 0.0.27 · aa01163 · 2026-09-10

    mission mcp-1789055158145483000

  • Four mandates put on the question

    Livia · Vera · Nour · Rémi

    fundamental reads the filings, risk holds the veto, accounting reconciles, deal-lead writes the terms. Named because the routing named them, not because four reads well.

    NATIVENative run · 0.0.27 · aa01163 · 2026-09-10

    mission mcp-1789057440755461000 — routage de repli par mots-clés

  • Each card runs in its own cage

    no CLAUDE_* variable survives the spawn

    The first run found a real hole: the CLIs inherited the environment of the terminal that launched Finexia, and believed they were sub-sessions of a foreign session. They waited on someone else’s socket. Fixed by prefix, not by a closed list.

    NATIVENative run · 0.0.27 · aa01163 · 2026-09-10

    commit produit aa01163 — fix(cage), trois tests le tiennent

  • What a card actually does, phase by phase

    querying → reading → reasoning → writing

    From a different mission, recorded on 2026-08-26: “analyse AAPL marge brute 5 ans”, routed to fundamental because of fundamental ← « marge ». Two cards ran and finished, and each reported what it had spent — a real figure, carried by the events that ended the card, and kept off this page. It is shown here because it is the only recorded stream of a desk actually working; it is not this mission's trace.

    NATIVERecorded replay · 0.0.27 · aa01163 · 2026-08-26

    Finexia-OS/src-tauri/src/providers/fixtures/essaim-run.jsonl

  • The run is capped before the first process starts

    sub-agents inherit the cap

    A budget declared after the fact is a bill, not a cap.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/src-tauri/src/providers — cage et budget

Not establishedKam did not answer within 180 seconds on the second run — her CLI wrote two events and never finished a turn. The application fell back to keyword routing and said so in its own log. The four roles it picked were the right ones; that does not make the fallback the intended path.

03

Evidence

One request to the regulator, answered. Everything below was read from the filing itself — not from a summary, not from a vendor, not from a model’s memory.

  • Entity

    Apple Inc.

    Resolved from the filing, not from the ticker: a symbol without its venue can quietly become another company.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    cargo test market::segments::tests::eprouve_le_chemin_sec -- --ignored

  • Accession number

    0000320193-25-000079

    The filing’s own identifier at the regulator. Every fact below carries it.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927_htm.xml

  • Digest of the instance actually read

    e1076735f1c81bc96d5c1ff6e1a9d23515d6eacf52b405cb1f7da3e379ac533b

    SHA-256 of the XBRL instance. Two readings of the same filing produce the same digest — which is what makes a citation checkable rather than plausible.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    retrieved_at 2026-09-10T14:49:19Z

  • Facts read from the instance

    1 036

    Counted, not estimated. The figure the commit announced turned out to be exact.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2 — la preuve SEC

  • Breakdown axis the filing carries

    StatementBusinessSegmentsAxis

    Five members: Americas · Europe · Greater China · Japan · Rest of Asia Pacific. A filer arranges its breakdowns however it likes and invents axes when it needs them — asking which axes exist is the right first question.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2 — axes trouvés

Not establishedOne filing was read end to end under test — the FY2025 10-K. The three-year series the mandate asks for was never assembled by an agent, because no card received its payload. Chapter 05 says what stopped it.

04

Analysis

What the tool returns, and the arithmetic it refuses to do for you. This is where a segment breakdown quietly becomes wrong in most spreadsheets.

  • A breakdown is not a partition

    iPhone + Mac + iPad + Wearables = Product

    And Product + Service is the total. Summing all six counts revenue almost twice. Only the filing’s own note says which set adds up — so the tool never adds members together.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/src-tauri/src/mcp/tools.rs — filing_segments

  • Periods stay whole

    a quarter and a nine-month cumulative that end the same day stay distinct

    Collapsing a period to its end date is how a quarterly figure ends up compared with an annual one.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    market::segments — période entière, test dédié

  • An amendment sits beside the original, never in its place

    10-K/A ≠ 10-K

    A 10-KSB does not pass for a 10-K either. Both are held by tests written after the fact-reading path was found untested.

    TESTEDCore test · 0.0.27 · aa01163 · 2026-09-10

    market::segments — sept tests ajoutés sur rends()

  • A nil fact is not a zero

    valeur: None, nil: true

    The difference between “the filer reported nothing here” and “the filer reported zero” changes a ratio and every average built on it.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/src-tauri/src/market/segments.rs

Not establishedNo chart and no table was produced by an agent on this mission. The rules above are the ones the tool enforces when an agent calls it — they are tested, not observed in a run. Showing a curve here would be the one invention this page cannot afford.

05

Controls

Four analysts writing one dossier disagree. The product treats that as the normal case and refuses to hide it — a disagreement resolved in silence is the most expensive kind.

  • A contribution is immutable

    it never replaces another

    Two roles asserting different figures under the same identifier create a named conflict, visible to all of them.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    mcp/tools.rs — dossier_contribute

  • Sealing refuses while a conflict is open

    no frame, no seal · no source, no seal

    It also refuses if the frame — entity, currency, period — is missing, or if any fact has no source. Three refusals, each one a way a dossier could have looked finished and not been.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    mcp/tools.rs — dossier_publish

  • An agent cannot cite a source it did not read

    source_ref only

    It supplies no path, no URL, no read time and no digest — it gives back the reference a tool actually returned, and Finexia attaches the rest from what it read. A reference nobody read is refused.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    mcp/tools.rs — dossier_contribute

  • Risk holds a veto on adoption

    Vera — declared limits, desk concentration

    A mandate whose job is to disagree, with a refusal that names what is missing rather than approximating it.

    TESTEDCore registry · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/src-tauri/src/roles/mod.rs

Not establishedNo shared dossier was created on either run: app_data/missions/ does not exist. No role called dossier_status or dossier_contribute, because none received its payload. These controls are written and tested in the core; they have not been exercised on a native run.

06

Deliverables

This is the chapter a product page normally fills with mock-ups. Here it is the shortest one, because the honest answer is that this release produced no deliverable from a native run.

  • Workbook, deck, memo, manifest — from a native run

    none

    A find across the eight data rooms of both runs returns no .xlsx, no .pptx, no .pdf. Nothing is shown in their place.

    PLANNEDHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §7 — les livrables : aucun

  • The engines that write them

    written, reopened, checked — in local tests

    A workbook that reopens with live formulas, a deck that is editable, a memo whose text can be selected and quoted. Exercised locally, never on a native output. That is not the same claim, and it is not presented as one.

    TESTEDHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §4

  • What this release did publish

    Finexia_0.0.27_aarch64.dmg · 6 385 601 bytes

    SHA-256 b29a0b93…f550b. The disk image is real, signed by its digest, and it is the thing you install.

    NATIVEPublished artifact · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §5 — empreintes vérifiées

  • The MCP extension bundle

    finexia-0.0.27.mcpb · 1 439 bytes

    SHA-256 d6a24547…5da20. Packaged, and not installed in a real Claude Desktop — which is a different sentence.

    PARTIALPublished artifact · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §5

Not establishedUnder 0.0.27, the controls a bundle is supposed to pass had been exercised on no native output. 0.0.28 changed that — and the next chapter says exactly how far, and where it stops.

06·2

Native partial evidence — 0.0.28

A real bundle came out of a real run: a workbook, a deck, a memo and a manifest, written by agents and re-read by an independent reader. It is shown here as technical evidence, not as a product you can download — the run that produced it published one revision too early, and the next one was never completed.

  • A bundle was produced by a native run

    mission-1789071908562-r1 · 4 files

    Four analysts filed into one shared dossier, it was sealed, and the three deliverables were composed from it. This is the first time any Finexia release has produced one from agents rather than from tests.

    NATIVENative run · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — le bundle

  • Re-read by an independent reader, not by the writer

    XLSX 624 cells · 24 live formulas · PPTX 10 slides · PDF 13 pages

    The workbook carries formulas, not frozen values. The deck carries editable shapes, not an image. The PDF carries 268 selectable text fragments — a memo rendered as pictures cannot be quoted or checked. The SEC accession appears in all three.

    TESTEDCore test · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — relus par un lecteur indépendant

  • Four analysts wrote one dossier, and one of them overruled himself

    131 contributions · Livia 91 · Nour 25 · Rémi 15

    Eighty facts, fourteen limits, twelve controls, nine gaps, six calculations, two frames — and one arbitration. Rémi kept Livia’s frame against his own: the as-of date is the data’s, the FY2025 close on 2025-09-27, not the day the dossier was composed. A named conflict, settled with a reason, the discarded contribution still readable.

    SUPERSEDED by « The real count: 138 persisted, not 131 » — 0.0.29

    NATIVENative run · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — le dossier partagé

  • It was published one revision too early

    r1 sealed, then a late contribution opened r2

    The state machine behaved exactly as designed — a contribution arriving after publication opens the next revision rather than editing what is already out. But no complete r2 was ever published, so r1 is a real bundle that does not carry everything the desk eventually knew.

    PARTIALHandover report · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — OpenDraft (révision 2)

  • The r1 manifest names the wrong version

    version: 0.0.0

    CARGO_PKG_VERSION is 0.0.0 in that crate; the real version lives in tauri.conf.json. The manifest is the one place that says which build wrote these files, and it said nothing useful. Fixed in 987da34 — and the disk image was never rebuilt with the fix, so the bundle above still carries the wrong number.

    PARTIALHandover report · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 et §9.4

  • Mission Workspace — written, compiled, tested, never seen

    7 tests · 0 observations

    It reads the shared state that sessions write, and that path is covered. No screenshot exists — macOS refused the permission — and no real agent has ever been watched working in it. It is not shown on this site, and it does not replace anything.

    SUPERSEDED by « Mission Workspace — web observation of the bundle with real data » — 0.0.29

    TESTEDCore test · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §9.1 et §9.3

  • What four attempts cost

    five runs, each billed and reported

    One diagnostic, then four dossier attempts: 106 contributions and nobody to publish, a mandate refused, 164 contributions read too early, and finally the one that published. Each run reported what it actually spent — the figure exists, and it is not put on display.

    NATIVENative run · 0.0.28 · 987da34 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — coût réel

Not establishedNone of these four files is offered for download here. The bundle is technical evidence that the path works end to end — it is not a finished Apple dossier: it was sealed before the desk had finished contributing, and its manifest names version 0.0.0. The downloads, their previews and the published manifest wait for a corrected bundle from the next OS release.

06·3

Corrections and maintenance — 0.0.29

The release that corrects the one before it. The contribution count published under 0.0.28 was read while the desk was still writing; the dossier was re-sealed from what was actually persisted, by a maintenance tool; and the Mission Workspace was finally watched — in the same bundle served by Vite, with real data, never in the installed application.

  • The real count: 138 persisted, not 131

    138 = 82 sealed + 56 late · Livia 98 · Nour 25 · Rémi 15

    The 0.0.28 figure was read while the desk was still writing, and a count that moves cannot be quoted without saying when it was read. Published at 20:29:24; Livia filed again at 20:29:27 — three seconds later — and kept going until 20:33:26. Both were of the initial turn.

    SUPERSEDES « Four analysts wrote one dossier, and one of them overruled himself » — 0.0.28

    NATIVEHandover report · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §0 — correction du rapport 0.0.28

  • The dossier was re-sealed by a maintenance tool, not by a desk

    cargo test republie_le_dossier_du_dix_septembre -- --ignored

    It reads the 138 contributions actually persisted, declares the turn closed — both producers finished long ago — and seals by joining the two revisions. Nothing is rewritten: contributions keep their revision, the seal joins them and its boundary says so. No paid provider was called.

    TESTEDCore test · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — la reprise, sans provider payant

  • One hundred and thirty-seven kept, one arbitrated away

    137 kept · 1 discarded

    The discarded one is named with its reason — « arbitrated: c00000012 was kept for frame » — and stays readable. But the closure only counts: it gives no list of what entered, so a reader cannot check that a given contribution is in the bundle. And its per-kind tally sums to 138, one more than it says it kept — it counts the arbitrated contribution alongside the rest.

    TESTEDPublished artifact · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — le manifeste dit ce qu'il porte

  • Eighty-seven facts, where the premature bundle carried fifty-seven

    facts 57 → 87 · calculations 0 → 6 · limits 8 → 14 · controls 6 → 12

    The Model sheet appears in the re-sealed workbook: that is where the six calculations live, the ones r1 never had. The gap is exactly what publishing one revision too early cost.

    TESTEDHandover report · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §3 — le bundle final, comparé au bundle prématuré

  • The three files were re-opened and read back

    XLSX 8 sheets · 984 cells · 54 live formulas — PPTX 12 slides · 170 shapes — PDF 18 pages · 490 text fragments

    Read by an independent reader, not by the writer. « iPhone », « Services », « Americas » and accession 0000320193 appear in all three. The digests below were recomputed on this machine and match the ones the core published.

    TESTEDPublished artifact · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §3 — empreintes du bundle final

  • The closure names cards that produced nothing

    declared: 2 cards · actually produced: 3

    Its closure lists card-…059-0 and card-…060-1. The persisted contributions carry card-…251-0 (98), card-…252-1 (25) and card-…253-3 (15). Neither declared identifier matches a real one, and the third producer is not declared at all — the maintenance tool synthesised them. Verified here by reading the 138 contribution files.

    PARTIALPublished artifact · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — cloture.attendues, recoupé avec les 138 contributions persistées

  • Its manifest cannot be checked against itself

    no list · no revision field · tally 138 for 137 kept

    Three defects of the same kind: the closure counts without listing, the revision is only readable inside the bundle identifier, and the per-kind tally includes the contribution it discarded. Each one lets a reader believe something the dossier does not say. Verified on the manifest itself, and the core’s own erratum names them.

    PARTIALPublished artifact · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2, recoupé sur manifest.json du bundle

  • The re-sealed dossier proves nothing about the distributed 0.0.29

    manifest version: 0.0.28

    It was produced by the 0.0.28 core, and its manifest says so honestly. The path that made it is an ignored test, reachable by no command the application exposes; the current product commit marks it #[cfg(test)], so the next binary will not carry it at all.

    PARTIALCore registry · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/src-tauri/src/livrables/commun.rs — scelle_en_reprenant, au commit produit 7f05468

  • A dossier can no longer be sealed while a producer is still writing

    6 tests

    The dossier knows which cards its turn is waiting for; each card says when it is done, and sealing refuses until then. It is a phase event, not a delay. The tests are sequential and the journal is not yet locked, so this is covered by tests — it has not been proven under real concurrency.

    TESTEDCore test · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — la barrière de publication

  • Mission Workspace — web observation of the bundle with real data

    6 widths · reduced motion · 200 % zoom · no overflow · clean console

    The same bundle served by Vite, populated with the state of a desk that really ran. This is a web observation, not the installed application: the panel has never been seen inside the native app, because the toggle cannot be reached without the accessibility permission.

    SUPERSEDES « Mission Workspace — written, compiled, tested, never seen » — 0.0.28

    PARTIALHandover report · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §4 — l'observation visuelle

  • A real chart, from a real run

    AAPL · 64 candles · 3 months · Yahoo Finance, retrieved 2026-09-11T14:06:21Z · 7 annotations

    One short native run: read AAPL over three months and place a chart, one card, nothing else. The card ended on a named block — the vendor CLI exited with code 1 — after its chart was posted. The output is real; the outcome is a failure that says its name.

    NATIVENative run · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 — le run natif

  • What the run cost, and why you will not see it on screen

    billed, and reported by the card

    The panel says that a cost exists — « N billed » — and never the amount. The rule was written and tested after Wanis asked for the figure to disappear from the whole interface; a later brief asks for it back. Both instructions are his, and the written one was kept rather than decided over.

    NATIVENative run · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 et §8 — coût réel, contradiction à trancher

  • Nothing survived the quit

    0 orphans

    After Quit: application 0, Finexia CLIs 0, Vite servers 0 — counted by distinguishing the CLIs Finexia launched from those of the development session. The 0.0.27 defect that left three CLIs behind did not reappear on this run.

    NATIVENative run · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 — processus, après Quit

  • The 0.0.29 packages exist and carry their digests

    DMG 6 413 736 bytes · MCPB 1 438 bytes

    Built at 960e3f2, the commit that sets the version. Shipped, with the digest that lets you check what you downloaded. Nobody has filed an installation of it here, so this says shipped — not observed.

    AVAILABLEPublished artifact · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §6 — les paquets 0.0.29

  • What 0.0.29 does not do

    10 named gaps

    The canvas is not replaced. There is no append-only journal, so one agent shows one output. conversation_id is still stood in for by the first card’s identifier. Deliverables and Sources filter without showing their contents. The bounded Tauri command, Chart/Data/Method, the notch bar and the provider test are not written.

    PARTIALHandover report · 0.0.29 · 7f05468 · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §9 — ce qui n'est pas fait

Not establishedNone of this comes from the distributed 0.0.29 path. The re-sealed dossier is produced by an ignored maintenance test, its manifest still names 0.0.28, and the card identifiers in its closure match no card that actually produced anything. It is technical evidence, offered for download nowhere.

07

Decision record

What this mission establishes, what it does not, and the exact build it establishes it on. A record that only lists successes is a brochure.

  • Established

    the chain runs end to end, up to the cards

    A third-party client negotiates, lists the tools, opens a desk, the window acknowledges, four cards open with four distinct mandates, and a real SEC request returns 1 036 facts with a checkable digest.

    CLIENT-VERIFIEDNative run · 0.0.27 · aa01163 · 2026-09-10

    Claude Code 2.1.265 → binaire installé 0.0.27

  • Reservation

    the payload does not reach the card CLIs

    Diagnosed precisely and not resolved. One hole in the cage was found and fixed during the run; a second block followed it and is named, not explained away.

    PARTIALHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6 — rerun

  • Known defect, uncorrected

    three CLIs left orphaned after the first desk stopped

    tout_arreter did not take them. Probably related to the first defect: a CLI waiting on a foreign socket does not answer a stop the way a working one does.

    PARTIALHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

  • Cost of both runs

    nothing consumed

    cost_usd is null on all four cards and 0.0 on both conversations — no CLI consumed a token. The only spend of the pass was a manual diagnostic, and the amount stays out of the interface.

    NATIVEHandover report · 0.0.27 · aa01163 · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

Evidence ledger

Everything this dossier asserts, grouped by the release that established it. A release added later never relabels the ones before it: a fact carries its own version, its own commits and its own date, written when the fact was.

52 facts · 3 releases

0.0.29source 7f05468 · product 7f05468 · 15 facts

  • The real count: 138 persisted, not 131

    06·3 Corrections and maintenance — 0.0.29

    NATIVEHandover report · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §0 — correction du rapport 0.0.28

  • The dossier was re-sealed by a maintenance tool, not by a desk

    06·3 Corrections and maintenance — 0.0.29

    TESTEDCore test · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — la reprise, sans provider payant

  • One hundred and thirty-seven kept, one arbitrated away

    06·3 Corrections and maintenance — 0.0.29

    TESTEDPublished artifact · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — le manifeste dit ce qu'il porte

    manifest.json (revision r3)16,818 bytesa17ffaa0c0c7241bca55499058c59f51c87b05e0bc9396cf5aaa888f04ccb62b

  • Eighty-seven facts, where the premature bundle carried fifty-seven

    06·3 Corrections and maintenance — 0.0.29

    TESTEDHandover report · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §3 — le bundle final, comparé au bundle prématuré

  • The three files were re-opened and read back

    06·3 Corrections and maintenance — 0.0.29

    TESTEDPublished artifact · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §3 — empreintes du bundle final

    Apple-Inc---CIK-0000320193.xlsx (re-sealed)25,574 bytes33b3d5d1d2540035ff021e9a504e71800b5d0bcab1c6a9ab71dd507893ebaf4e

  • The closure names cards that produced nothing

    06·3 Corrections and maintenance — 0.0.29

    PARTIALPublished artifact · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — cloture.attendues, recoupé avec les 138 contributions persistées

  • Its manifest cannot be checked against itself

    06·3 Corrections and maintenance — 0.0.29

    PARTIALPublished artifact · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2, recoupé sur manifest.json du bundle

  • The re-sealed dossier proves nothing about the distributed 0.0.29

    06·3 Corrections and maintenance — 0.0.29

    PARTIALCore registry · 2026-09-11

    Finexia-OS/src-tauri/src/livrables/commun.rs — scelle_en_reprenant, au commit produit 7f05468

  • A dossier can no longer be sealed while a producer is still writing

    06·3 Corrections and maintenance — 0.0.29

    TESTEDCore test · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §2 — la barrière de publication

  • Mission Workspace — web observation of the bundle with real data

    06·3 Corrections and maintenance — 0.0.29

    PARTIALHandover report · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §4 — l'observation visuelle

  • A real chart, from a real run

    06·3 Corrections and maintenance — 0.0.29

    NATIVENative run · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 — le run natif

  • What the run cost, and why you will not see it on screen

    06·3 Corrections and maintenance — 0.0.29

    NATIVENative run · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 et §8 — coût réel, contradiction à trancher

  • Nothing survived the quit

    06·3 Corrections and maintenance — 0.0.29

    NATIVENative run · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §5 — processus, après Quit

  • The 0.0.29 packages exist and carry their digests

    06·3 Corrections and maintenance — 0.0.29

    AVAILABLEPublished artifact · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §6 — les paquets 0.0.29

    Finexia_0.0.29_aarch64.dmg6,413,736 bytes3237de66cf05ab327eb73de10969832ac257647d9e5d59327366dedeb9314d97

  • What 0.0.29 does not do

    06·3 Corrections and maintenance — 0.0.29

    PARTIALHandover report · 2026-09-11

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-11-0.0.29-WORKSPACE-NATIF.md §9 — ce qui n'est pas fait

0.0.28source 5d511c1 · product 987da34 · 7 facts

  • A bundle was produced by a native run

    06·2 Native partial evidence — 0.0.28

    NATIVENative run · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — le bundle

    manifest.json6,776 bytes824ae01b527404386432ad7418ae4216f48f5b9d5d376fb31de97266cbaff37e

  • Re-read by an independent reader, not by the writer

    06·2 Native partial evidence — 0.0.28

    TESTEDCore test · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — relus par un lecteur indépendant

    Apple-Inc---CIK-0000320193.xlsx18,349 bytesae2cc79e04bce2ad5e3fc158e4c2a48cb333849b40352cc052e5277872aa68e6

  • Four analysts wrote one dossier, and one of them overruled himself

    06·2 Native partial evidence — 0.0.28

    NATIVENative run · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — le dossier partagé

  • It was published one revision too early

    06·2 Native partial evidence — 0.0.28

    PARTIALHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — OpenDraft (révision 2)

  • The r1 manifest names the wrong version

    06·2 Native partial evidence — 0.0.28

    PARTIALHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 et §9.4

  • Mission Workspace — written, compiled, tested, never seen

    06·2 Native partial evidence — 0.0.28

    TESTEDCore test · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §9.1 et §9.3

  • What four attempts cost

    06·2 Native partial evidence — 0.0.28

    NATIVENative run · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.28-MISSION-WORKSPACE.md §5 — coût réel

0.0.27source efdeaeb · product aa01163 · 30 facts

  • The request, as it was typed

    01 The mandate

    NATIVENative run · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

  • Period under examination

    01 The mandate

    TESTEDHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2

  • Units and precision

    01 The mandate

    TESTEDCore test · 2026-09-10

    cargo test market::segments — 27 tests verts, 1 ignoré (réseau)

  • Expected deliverables

    01 The mandate

    PLANNEDHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §7

  • The desk opens, and says so before it works

    02 The desk assembles

    CLIENT-VERIFIEDNative run · 2026-09-10

    mission mcp-1789055158145483000

  • Four mandates put on the question

    02 The desk assembles

    NATIVENative run · 2026-09-10

    mission mcp-1789057440755461000 — routage de repli par mots-clés

  • Each card runs in its own cage

    02 The desk assembles

    NATIVENative run · 2026-09-10

    commit produit aa01163 — fix(cage), trois tests le tiennent

  • What a card actually does, phase by phase

    02 The desk assembles

    NATIVERecorded replay · 2026-08-26

    Finexia-OS/src-tauri/src/providers/fixtures/essaim-run.jsonl

  • The run is capped before the first process starts

    02 The desk assembles

    TESTEDCore registry · 2026-09-10

    Finexia-OS/src-tauri/src/providers — cage et budget

  • Entity

    03 Evidence

    TESTEDCore test · 2026-09-10

    cargo test market::segments::tests::eprouve_le_chemin_sec -- --ignored

  • Accession number

    03 Evidence

    TESTEDCore test · 2026-09-10

    https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927_htm.xml

  • Digest of the instance actually read

    03 Evidence

    TESTEDCore test · 2026-09-10

    retrieved_at 2026-09-10T14:49:19Z

    aapl-20250927_htm.xmle1076735f1c81bc96d5c1ff6e1a9d23515d6eacf52b405cb1f7da3e379ac533b

  • Facts read from the instance

    03 Evidence

    TESTEDCore test · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2 — la preuve SEC

  • Breakdown axis the filing carries

    03 Evidence

    TESTEDCore test · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §2 — axes trouvés

  • A breakdown is not a partition

    04 Analysis

    TESTEDCore registry · 2026-09-10

    Finexia-OS/src-tauri/src/mcp/tools.rs — filing_segments

  • Periods stay whole

    04 Analysis

    TESTEDCore test · 2026-09-10

    market::segments — période entière, test dédié

  • An amendment sits beside the original, never in its place

    04 Analysis

    TESTEDCore test · 2026-09-10

    market::segments — sept tests ajoutés sur rends()

  • A nil fact is not a zero

    04 Analysis

    TESTEDCore registry · 2026-09-10

    Finexia-OS/src-tauri/src/market/segments.rs

  • A contribution is immutable

    05 Controls

    TESTEDCore registry · 2026-09-10

    mcp/tools.rs — dossier_contribute

  • Sealing refuses while a conflict is open

    05 Controls

    TESTEDCore registry · 2026-09-10

    mcp/tools.rs — dossier_publish

  • An agent cannot cite a source it did not read

    05 Controls

    TESTEDCore registry · 2026-09-10

    mcp/tools.rs — dossier_contribute

  • Risk holds a veto on adoption

    05 Controls

    TESTEDCore registry · 2026-09-10

    Finexia-OS/src-tauri/src/roles/mod.rs

  • Workbook, deck, memo, manifest — from a native run

    06 Deliverables

    PLANNEDHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §7 — les livrables : aucun

  • The engines that write them

    06 Deliverables

    TESTEDHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §4

  • What this release did publish

    06 Deliverables

    NATIVEPublished artifact · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §5 — empreintes vérifiées

    Finexia_0.0.27_aarch64.dmg6,385,601 bytesb29a0b934bc9cc264d85533668e872d2299364f90227195b52920a26719f550b

  • The MCP extension bundle

    06 Deliverables

    PARTIALPublished artifact · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §5

    finexia-0.0.27.mcpb1,439 bytesd6a245475e46c192a1d84aad523a0f3069c35c35a8781264c7200cab2d95da20

  • Established

    07 Decision record

    CLIENT-VERIFIEDNative run · 2026-09-10

    Claude Code 2.1.265 → binaire installé 0.0.27

  • Reservation

    07 Decision record

    PARTIALHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6 — rerun

  • Known defect, uncorrected

    07 Decision record

    PARTIALHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

  • Cost of both runs

    07 Decision record

    NATIVEHandover report · 2026-09-10

    Finexia-OS/docs/reports/RAPPORT-PASSATION-CHATGPT-2026-09-10-0.0.27-SEC-DOSSIER-BUNDLE.md §6

The next bundle — not here yet

A place is kept for the first bundle produced by the distributed product. It stays dark until all seven conditions below hold. Each one exists because it has already failed once — and the page names which are still open rather than leaving a gap.

0 of 7 conditions met