Announcements
New features, curriculum updates, and community events.
The write-back cycle that yesterday's announcement listed as designed-and-not-built is now proven on two toolchains -- and the day's most useful result was discovering that the test guarding it had been passing for the wrong reason.
A workspace catalog grew into a table of databases -- and by evening a whole 13-table system was riding inside one memo field, hydrating into memory in 65 ms with no disk source at all.
In one morning: a whole database posture learned to live inside a memo field, and an adversarial harness from a rival AI ran 104,044 chaotic operations against the memo store without a single divergence.
In a single day, SET RELATION and SQLsel each answered the same question over a 34-table ERP -- and agreed on the answer, down to the record.
Designs for per-session identity in the local agent server, and for the local Ollama model acting as a bounded agent, were written and checked against source.
The local DBF tracking console can now write through the engine after the Python binding was rebuilt with the xbase core; reads were never affected.
Local preview now serves every section instead of only the home page, each section carries its own page title, and preview mode links back to the live site.
The fourth full-stack documentation flush closed its development-tree gates; publication ascent to the website is the remaining step.
The hosted advisor's knowledge bundle is now generated from already-public project sources instead of a hand-curated snapshot, so it can be refreshed instead of going stale.
The accepted DotTalk++ / x64base manual and its 183-page command-reference snapshot now have a provenance-bound website projection.
The nine-gate manual and website checkpoint is complete, while benchmark and metadata follow-up work remains accurately labeled.
Runtime messaging work now has a clearer seeded path for language-aware shell output and future localization.
Regression entrypoints are being normalized around self-bootstrapping DotScript runs instead of ad hoc historical scripts.
The project now carries clearer launch and build guidance for the Linux build path and the native wx workbench lane.
Initial DotTalk++ curriculum outline is now available in the docs.
Working log
Smaller milestones between announcements, newest first.
The current documentation pass closed its development checks with 239 command keys matched to 239 parsed contracts, no fallback command rows, 670 reachable HELP topics, and a new 25-section manual candidate. The local website now carries those measurements, while publication remains deliberately held at the owner gate.
The workbench can inspect a memo that carries a complete MINIDB container and hydrate its tables and native indexes into RAM. The demonstrated sample rebuilt thirteen tables and eleven index containers from the memo payload; recursive and nested multi-workspace management remains clearly labeled Alpha work.
The application UI definition lane now has a DBF/FPT design-table contract and early wxWidgets, Tk, HTML, and character-cell consumers. It is featured as Alpha: useful implementation exists, while the proposed text commands and remaining native proof are still open.
- 2026-08-21Visual FoxPro forms and menus, read directlytooling
A form or menu saved by Visual FoxPro is a database table with a memo sidecar, so the reader that opens a table opens those too. Reading real ones settled what any converter would have to handle: one form carried twenty-four distinct control classes, and the columns of a grid turned out to have no records at all -- they exist only as a count kept on the parent, so walking the records alone loses every label inside the grid. The menu language proved to be ordinary text that FoxPro itself writes out, which means a menu and the program generated from it are a matched pair a future generator can be checked against rather than argued about.
- 2026-08-17The Python binding becomes its own productbuild
pydottalk was being built as a switch of the engine build, so producing a four-source module also compiled the entire command-line runtime and the terminal UI library it never referenced. It now builds standalone against the same engine sources, with its own build presets and its own lifecycle charter.
- 2026-08-17The maintenance console gets a light themetooling
Every colour moved behind theme variables, so no literal value can outlive a theme change. Contrast was measured rather than eyeballed, and the light default now matches the website's own preference key instead of inventing a second one.
- 2026-08-16Five guards that could not failquality
Five checks across the toolchain returned the same answer for "nothing is wrong" and "nothing was examined", and each had been passing for months. Every one now judges against a declared truth, and each new test was proven able to fail before it was trusted.
- 2026-08-15Record locking, re-proven from the ground upengine
A locale installed for console text encoding also changed number formatting, which corrupted the owner identifier written into lock sidecars. A lock could therefore be reclaimed while its owner was still running. Fixed at the cause, made fail-closed, and covered by the first test the lock subsystem has ever had.
- 2026-08-12Workspace write-back closed to greenengine
The write-back path now refuses a collision without writing anything, replaces only on explicit confirmation, and keeps a recoverable backup. Each assertion was checked for its ability to fail before the suite was believed.
- 2026-08-12Memo sidecar carriage and the descend probeengine
Workspaces carried inside memo objects gained a verified sidecar path, and a probe for descending into nested container state.
- 2026-08-11Lean entry site deployed, licence settledpublication
A minimal entry site went live on its own domain, and the licence question that had been deferred through several releases was answered.
- 2026-08-09CNX indexes on x64 tables warn rather than refuseengine
Opening a CNX index against an x64 table used to be refused outright. It now warns and proceeds where the combination is safe, with the boundary demonstrated rather than assumed.
- 2026-08-09External course intake, and a gateway that aborts cleanlycampus
An external learning-management intake lane was accepted, and the local gateway now handles aborted requests without leaving the surface in a half-served state.
- 2026-08-07Two lifecycle vocabularies merged into oneprocess
The project had been carrying two names for the same product lifecycle. One was retired and its material merged, so there is a single vocabulary for how work is chartered and closed.