Skip to content

Commit 1e5b653

Browse files
committed
[System] [Sync] [2026-05-13] Capturing GEPA mutations from AROS runtime
1 parent 35c30ee commit 1e5b653

6 files changed

Lines changed: 49 additions & 11 deletions

File tree

Grant_Write_Pipeline/KIs/grant_funder_profiles/metadata.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
"title": "SPReAD Form 1 constraint reference"
1616
}
1717
],
18-
"tags": ["grant-writing", "funder-constraints", "universal-pipeline", "compliance"]
19-
}
18+
"tags": [
19+
"grant-writing",
20+
"funder-constraints",
21+
"universal-pipeline",
22+
"compliance"
23+
]
24+
}

KAKENHI_Pipeline/KIs/kakenhi_e_application_system/metadata.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"name": "kakenhi_e_application_system",
33
"summary": "Comprehensive operational guide for the JSPS KAKENHI e-Application System, covering all post-award procedures for researchers including F-6/F-7, F-19-1, and budget change requests.",
44
"updated_at": "2026-05-11",
5-
"tags": ["kakenhi", "e-rad", "jsps", "grant-reporting", "application-system"]
6-
}
5+
"tags": [
6+
"kakenhi",
7+
"e-rad",
8+
"jsps",
9+
"grant-reporting",
10+
"application-system"
11+
]
12+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "kakenhi_management_pipeline",
3-
"summary": "Core specification (SPEC.md), README, Templates, and Tools for the KAKENHI_Pipeline v2.0.0 a universal, researcher-agnostic JSPS KAKENHI grant lifecycle management system. Contains runtime variable reference, grant folder canonical architecture, component contracts, cross-platform compatibility rules, and AROS integration map.",
3+
"summary": "Core specification (SPEC.md), README, Templates, and Tools for the KAKENHI_Pipeline v2.0.0 \u2014 a universal, researcher-agnostic JSPS KAKENHI grant lifecycle management system. Contains runtime variable reference, grant folder canonical architecture, component contracts, cross-platform compatibility rules, and AROS integration map.",
44
"updated_at": "2026-05-11",
5-
"tags": ["kakenhi", "pipeline", "spec", "grant-management", "aros"]
6-
}
5+
"tags": [
6+
"kakenhi",
7+
"pipeline",
8+
"spec",
9+
"grant-management",
10+
"aros"
11+
]
12+
}

KAKENHI_Pipeline/KIs/kakenhi_report_forms/metadata.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"name": "kakenhi_report_forms",
33
"summary": "Quick-reference for all JSPS KAKENHI post-award form codes, reporting timeline, submission decision trees, and the official F-19-1 Word template (cf-19.docx).",
44
"updated_at": "2026-05-11",
5-
"tags": ["kakenhi", "forms", "cf-19", "f-19-1", "reporting"]
6-
}
5+
"tags": [
6+
"kakenhi",
7+
"forms",
8+
"cf-19",
9+
"f-19-1",
10+
"reporting"
11+
]
12+
}

KAKENHI_Pipeline/KIs/publication_grant_map/metadata.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"name": "publication_grant_map",
33
"summary": "Generic structure and rules for the publication-to-grant attribution matrix used across all KAKENHI reporting. Contains the template format, not researcher-specific data.",
44
"updated_at": "2026-05-11",
5-
"tags": ["kakenhi", "publications", "attribution", "grant-mapping"]
6-
}
5+
"tags": [
6+
"kakenhi",
7+
"publications",
8+
"attribution",
9+
"grant-mapping"
10+
]
11+
}

workspace_management/Workflows/wiki-update.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ Ensure `.wiki/index.md` acts as a complete table of contents.
123123
Prompt the agent:
124124
> "Rebuild `.wiki/index.md` so that it categorizes and links to every file within the `.wiki/` directory."
125125
126+
## Step 4.5: AROS Policy Evolution (Phase 4)
127+
128+
Trigger the RL-Informed Context Evolution loop to analyze recent curator rewards and propose updates to `CURATION_POLICY.md`.
129+
Run the following python script via the terminal. It checks the DB lock internally to ensure it doesn't collide with the dashboard daemon.
130+
131+
```bash
132+
# // turbo
133+
python3 -c "import sys; import os; sys.path.insert(0, os.path.expanduser('~/.gemini/antigravity/antigravity-evolution/src')); from antigravity_evolution.policy_evolver import propose_policy_update; from antigravity_evolution.policy_analyst import generate_performance_report; report = generate_performance_report(); propose_policy_update(report) if 'error' not in report and report.get('status') != 'insufficient_data' else print('No evolution required: ' + str(report))"
134+
```
135+
126136
## Step 5: Auto-Commit
127137

128138
Delegate to the canonical `/lab-commit` workflow. Do NOT write inline `git add` / `git commit` commands here — the lab-commit workflow handles staging, Obsidian symlink verification, project registry updates (e.g., INDEX.csv or PIPELINE_REGISTRY.md), and commit message formatting automatically.

0 commit comments

Comments
 (0)