Skip to content

Commit 3b720e6

Browse files
committed
Refresh self evidence after v0.2.2 release
1 parent 140c397 commit 3b720e6

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

docs/self-maintainer-packet.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Generated: 2026-06-05
88
- Local path: `/Users/akashi/PenguLab/codex-oss-maintainer-kit`
99
- Maintainer: Pengu-ai
1010
- Default/current branch: `main`
11-
- Latest tag/release: `v0.2.1`
11+
- Latest tag/release: `v0.2.2`
1212
- Activity window: last 90 days
1313

1414
## Active Maintenance Evidence
1515

16-
- Recent commits found: 7
16+
- Recent commits found: 8
1717
- Recent commit examples:
18+
- 140c397 2026-06-05 Pengu-ai Make packets evidence-bound by default
1819
- 47a8487 2026-06-05 Pengu-ai Fix public evidence metadata and install docs
1920
- b3520ce 2026-06-05 Pengu-ai Record public GitHub self evidence
2021
- dac75fe 2026-06-05 Pengu-ai Set public GitHub project URLs
@@ -54,7 +55,7 @@ Generated: 2026-06-05
5455
- src/codex_oss_maintainer_kit/serialize.py
5556
- tests/test_cli.py
5657
- Contributors observed in Git history:
57-
- 7 Pengu-ai
58+
- 8 Pengu-ai
5859

5960
## GitHub Public Signals
6061

@@ -63,12 +64,13 @@ Generated: 2026-06-05
6364
- Forks: 0
6465
- Open issues/PRs counter: 3
6566
- GitHub default branch: `main`
66-
- Last pushed at: 2026-06-05T14:15:05Z
67+
- Last pushed at: 2026-06-05T14:47:54Z
6768
- License: MIT
6869
- Merged pull requests in window: 0
6970
- Closed issues in window: 0
70-
- Recent releases found: 2
71+
- Recent releases found: 3
7172
- Recent releases:
73+
- v0.2.2: v0.2.2 - Evidence-bound defaults (2026-06-05T14:47:55Z) - https://github.com/Pengu-ai/codex-oss-maintainer-kit/releases/tag/v0.2.2
7274
- v0.2.1: v0.2.1 - Evidence metadata and install doc fixes (2026-06-05T14:15:05Z) - https://github.com/Pengu-ai/codex-oss-maintainer-kit/releases/tag/v0.2.1
7375
- v0.2.0: v0.2.0 - GitHub enrichment and JSON examples (2026-06-05T04:22:39Z) - https://github.com/Pengu-ai/codex-oss-maintainer-kit/releases/tag/v0.2.0
7476

docs/self-profile.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"repo_url": "https://github.com/Pengu-ai/codex-oss-maintainer-kit",
55
"maintainer": "Pengu-ai",
66
"branch": "main",
7-
"latest_tag": null,
7+
"latest_tag": "v0.2.2",
88
"activity_window_days": 90,
9-
"commit_count": 7,
9+
"commit_count": 8,
1010
"recent_commits": [
11+
"140c397 2026-06-05 Pengu-ai Make packets evidence-bound by default",
1112
"47a8487 2026-06-05 Pengu-ai Fix public evidence metadata and install docs",
1213
"b3520ce 2026-06-05 Pengu-ai Record public GitHub self evidence",
1314
"dac75fe 2026-06-05 Pengu-ai Set public GitHub project URLs",
@@ -17,7 +18,7 @@
1718
"28ca5d5 2026-06-05 Pengu-ai Initial maintainer evidence kit"
1819
],
1920
"contributors": [
20-
"7\tPengu-ai"
21+
"8\tPengu-ai"
2122
],
2223
"changed_files": [
2324
".github/ISSUE_TEMPLATE/bug_report.md",
@@ -59,11 +60,17 @@
5960
"forks": 0,
6061
"open_issues_and_prs_count": 3,
6162
"default_branch": "main",
62-
"pushed_at": "2026-06-05T14:15:05Z",
63+
"pushed_at": "2026-06-05T14:47:54Z",
6364
"license_spdx_id": "MIT",
6465
"merged_pull_requests": [],
6566
"closed_issues": [],
6667
"recent_releases": [
68+
{
69+
"tag_name": "v0.2.2",
70+
"name": "v0.2.2 - Evidence-bound defaults",
71+
"published_at": "2026-06-05T14:47:55Z",
72+
"html_url": "https://github.com/Pengu-ai/codex-oss-maintainer-kit/releases/tag/v0.2.2"
73+
},
6774
{
6875
"tag_name": "v0.2.1",
6976
"name": "v0.2.1 - Evidence metadata and install doc fixes",

0 commit comments

Comments
 (0)