Files
five/docs/.pdca-snapshots/snapshot-1774706447969.json
Charles KWON OhJun 59568f3301 Five v0.9 — Harbour + Go fusion language
- Compiler: PP → Lexer → Parser → Analyzer → Gengo pipeline
- Parser: 232/236 (98%) Harbour compatibility, registry-based dispatch
- RTL: 351 Harbour-compatible functions
- RDD: DBF/NTX/CDX engines with Rushmore bitmap optimization
- Go Interop: IMPORT + pkg.Func() + obj:Method() with FastPath (15M calls/sec)
- HB_FUNC API: Full Harbour C API compatible Go bridge
- Concurrency: SPAWN/LAUNCH/GOROUTINE, <-, WATCH, PARALLEL FOR, ASYNC/AWAIT
- Extensions: Multi-return, DEFER, Slice, f-string, Nil-safe ?:, CONST
- Macro Compiler: Runtime AST parsing and evaluation
- Debugger: TUI debugger with source display, breakpoints, stepping
- FRB: Native + Pcode dual mode runtime binary
- Tests: 13 packages ALL PASS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 09:41:50 +09:00

2043 lines
49 KiB
JSON

{
"timestamp": "2026-03-28T14:00:47.967Z",
"reason": "compaction",
"status": {
"version": "2.0",
"lastUpdated": "2026-03-28T13:53:52.589Z",
"activeFeatures": [
"hbrt",
"hbrtl",
"tests",
"token",
"lexer",
"ast",
"parser",
"gengo",
"five",
"hbrdd",
"dbf",
"ntx",
"cdx",
"pp",
"examples",
"tmp"
],
"primaryFeature": "hbrt",
"features": {
"hbrt": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T09:33:04.512Z",
"lastUpdated": "2026-03-28T12:24:28.743Z"
},
"lastFile": "/mnt/d/charles/five/hbrt/thread.go"
},
"hbrtl": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:15:10.675Z",
"lastUpdated": "2026-03-28T13:53:52.589Z"
},
"lastFile": "/mnt/d/charles/five/hbrtl/rawtty.go"
},
"tests": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:18:29.946Z",
"lastUpdated": "2026-03-27T11:19:25.475Z"
},
"lastFile": "/mnt/d/charles/five/tests/hello_test.go"
},
"token": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:22:43.083Z",
"lastUpdated": "2026-03-27T11:27:12.184Z"
},
"lastFile": "/mnt/d/charles/five/compiler/token/token.go"
},
"lexer": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:24:36.853Z",
"lastUpdated": "2026-03-27T11:26:48.824Z"
},
"lastFile": "/mnt/d/charles/five/compiler/lexer/lexer_test.go"
},
"ast": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:34:07.187Z",
"lastUpdated": "2026-03-28T13:19:53.597Z"
},
"lastFile": "/mnt/d/charles/five/compiler/ast/ast.go"
},
"parser": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:38:35.393Z",
"lastUpdated": "2026-03-28T13:21:53.311Z"
},
"lastFile": "/mnt/d/charles/five/compiler/parser/expr.go"
},
"gengo": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:45:21.266Z",
"lastUpdated": "2026-03-28T13:20:42.768Z"
},
"lastFile": "/mnt/d/charles/five/compiler/gengo/gengo.go"
},
"five": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T11:50:31.420Z",
"lastUpdated": "2026-03-28T12:08:37.435Z"
},
"lastFile": "/mnt/d/charles/five/cmd/five/main.go"
},
"hbrdd": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T22:13:59.205Z",
"lastUpdated": "2026-03-28T01:45:42.577Z"
},
"lastFile": "/mnt/d/charles/five/hbrdd/workarea.go"
},
"dbf": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T22:15:17.792Z",
"lastUpdated": "2026-03-28T11:27:57.408Z"
},
"lastFile": "/mnt/d/charles/five/hbrdd/dbf/dbf.go"
},
"ntx": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T22:23:47.790Z",
"lastUpdated": "2026-03-27T22:36:50.179Z"
},
"lastFile": "/mnt/d/charles/five/hbrdd/ntx/ntx.go"
},
"cdx": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T22:41:55.615Z",
"lastUpdated": "2026-03-27T22:41:55.615Z"
},
"lastFile": "/mnt/d/charles/five/hbrdd/cdx/cdx.go"
},
"pp": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-27T23:11:55.802Z",
"lastUpdated": "2026-03-27T23:25:53.064Z"
},
"lastFile": "/mnt/d/charles/five/compiler/pp/command.go"
},
"examples": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-28T10:39:36.426Z",
"lastUpdated": "2026-03-28T11:14:11.664Z"
},
"lastFile": "/mnt/d/charles/five/examples/browse_demo.go"
},
"tmp": {
"phase": "do",
"phaseNumber": 3,
"matchRate": null,
"iterationCount": 0,
"requirements": [],
"documents": {},
"timestamps": {
"started": "2026-03-28T12:33:55.106Z",
"lastUpdated": "2026-03-28T12:33:55.106Z"
},
"lastFile": "/tmp/inkeytest.go"
}
},
"pipeline": {
"currentPhase": 1,
"level": "Dynamic",
"phaseHistory": []
},
"session": {
"startedAt": "2026-03-27T06:06:49.620Z",
"onboardingCompleted": false,
"lastActivity": "2026-03-28T13:53:52.589Z"
},
"history": [
{
"timestamp": "2026-03-27T09:33:04.512Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T09:34:14.144Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:39:21.834Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:41:26.948Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:42:19.060Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:42:33.424Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:42:46.963Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:43:07.299Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:43:23.032Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:43:32.808Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:44:18.588Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:47:22.395Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:48:03.813Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:48:24.451Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:49:01.596Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:49:18.165Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:49:31.965Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:49:49.714Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:50:04.930Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:50:27.944Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:51:15.288Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:51:33.632Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:51:41.872Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T10:51:57.747Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:01:42.149Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:01:54.272Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:12:58.765Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:13:45.494Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:15:10.675Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:15:52.944Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:16:14.290Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:16:25.445Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:16:33.942Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:16:48.099Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:17:42.664Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:18:29.946Z",
"feature": "tests",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:18:42.734Z",
"feature": "tests",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:18:53.093Z",
"feature": "tests",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:19:25.475Z",
"feature": "tests",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:19:38.733Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:22:43.083Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:23:00.928Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:24:36.853Z",
"feature": "lexer",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:25:26.589Z",
"feature": "lexer",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:25:47.436Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:25:57.944Z",
"feature": "lexer",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:26:08.204Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:26:18.962Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:26:31.423Z",
"feature": "lexer",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:26:48.824Z",
"feature": "lexer",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:27:12.184Z",
"feature": "token",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:34:07.187Z",
"feature": "ast",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:38:35.393Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:39:25.614Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:40:10.297Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:41:12.314Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:45:21.266Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:45:48.812Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:46:03.310Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:46:19.971Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:46:41.670Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:47:16.122Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:50:31.420Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:51:46.929Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:54:15.320Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:54:28.376Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:54:38.322Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:54:46.061Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:57:26.009Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:57:52.451Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:58:15.251Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:58:27.542Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:59:28.344Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T11:59:45.654Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T12:00:09.591Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T12:00:42.411Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T12:01:11.205Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:13:59.205Z",
"feature": "hbrdd",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:14:18.510Z",
"feature": "hbrdd",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:14:43.776Z",
"feature": "hbrdd",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:15:17.792Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:16:11.941Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:17:22.019Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:17:39.012Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:17:47.445Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:18:43.647Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:19:02.200Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:23:47.790Z",
"feature": "ntx",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:24:40.920Z",
"feature": "ntx",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:24:59.231Z",
"feature": "ntx",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:36:50.179Z",
"feature": "ntx",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:38:15.368Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:41:55.615Z",
"feature": "cdx",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:47:45.977Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:48:05.121Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:48:29.497Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:48:39.852Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:48:48.922Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:49:00.903Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:49:10.156Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:49:29.247Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:49:42.268Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:54:04.216Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:54:16.485Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:54:28.435Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:55:09.550Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:55:42.804Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T22:59:42.197Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:00:13.193Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:00:22.409Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:00:34.500Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:00:46.308Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:00:58.562Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:01:09.820Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:01:21.994Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:01:30.686Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:02:04.892Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:02:16.293Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:02:28.354Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:03:48.420Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:03:59.029Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:11:55.802Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:12:07.307Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:12:22.975Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:13:11.162Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:19:00.747Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:21:57.056Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:22:09.854Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:22:22.137Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:22:33.896Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:22:51.466Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:23:35.346Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:24:07.170Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:24:47.831Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:25:00.923Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:25:15.837Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-27T23:25:53.064Z",
"feature": "pp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:31:27.531Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:32:20.492Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:34:18.356Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:34:28.545Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:34:41.446Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:34:52.775Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:35:11.929Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:39:12.111Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:39:25.628Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:39:57.962Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:40:15.059Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:43:19.337Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:43:29.169Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:43:37.953Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:45:06.922Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:45:19.140Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:45:32.073Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:45:42.577Z",
"feature": "hbrdd",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:45:53.113Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:46:05.288Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:46:17.775Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:46:33.308Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:46:49.890Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:47:02.685Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T01:47:13.888Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:25:31.745Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:29:50.729Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:33:17.475Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:34:02.945Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:34:15.479Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:39:36.427Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:39:45.894Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:39:55.939Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:40:11.264Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:40:27.567Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:40:39.078Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:40:50.685Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:44:28.190Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:48:57.092Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:55:20.053Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:55:32.885Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T10:55:44.449Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:00:34.438Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:00:57.047Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:01:24.620Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:04:22.715Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:04:41.807Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:12:24.893Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:14:02.074Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:14:11.664Z",
"feature": "examples",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:19:38.421Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:21:25.192Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:21:42.707Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:22:15.215Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:22:25.695Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:24:31.950Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:24:54.023Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:25:06.643Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:25:34.976Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:25:47.509Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:27:57.408Z",
"feature": "dbf",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:29:03.457Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:29:22.190Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:29:32.479Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:32:04.708Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:33:20.999Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:33:31.500Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:33:41.658Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:38:52.854Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:40:02.370Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:40:39.979Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:41:00.324Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:41:19.540Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:41:33.965Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:41:44.907Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:42:13.078Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:42:38.796Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:42:56.215Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:47:09.467Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:47:22.398Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:49:18.036Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:49:31.649Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:49:45.092Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:51:12.117Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:54:12.485Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:58:23.254Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:58:41.373Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:58:55.865Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:59:05.217Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:59:16.866Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:59:34.212Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:59:48.896Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T11:59:59.674Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:00:15.757Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:00:39.675Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:00:50.867Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:01:24.746Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:03:07.349Z",
"feature": "ast",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:03:21.491Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:03:37.976Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:04:03.228Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:04:26.625Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:05:46.795Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:06:05.719Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:06:17.581Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:06:28.217Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:06:52.132Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:07:04.688Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:07:17.723Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:07:28.609Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:08:21.877Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:08:37.435Z",
"feature": "five",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:09:17.592Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:09:32.043Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:09:47.781Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:12:27.930Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:12:49.994Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:15:25.857Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:18:57.737Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:21:52.258Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:24:11.117Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:24:28.743Z",
"feature": "hbrt",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:26:38.401Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:26:58.279Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:27:14.240Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:31:24.186Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:32:00.199Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:32:12.671Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:32:27.485Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:33:55.106Z",
"feature": "tmp",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:42:17.621Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:42:30.439Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:44:00.957Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:44:12.921Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:44:34.229Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:45:55.135Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:46:08.448Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:46:19.235Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:48:10.105Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:49:21.733Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:49:44.795Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:51:41.902Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:51:59.524Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:52:14.663Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:52:34.204Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:56:32.850Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:56:53.561Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:58:35.060Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T12:59:08.676Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:01:00.970Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:01:16.282Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:02:46.500Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:02:59.566Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:05:45.709Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:08:13.319Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:11:12.104Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:11:31.915Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:19:53.597Z",
"feature": "ast",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:20:26.733Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:20:42.768Z",
"feature": "gengo",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:21:53.311Z",
"feature": "parser",
"phase": "do",
"action": "updated"
},
{
"timestamp": "2026-03-28T13:53:52.589Z",
"feature": "hbrtl",
"phase": "do",
"action": "updated"
}
]
}
}