Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

docs: archive v0.1.0-final as hackathon submission snapshot#13

Merged
ziffan merged 1 commit into
masterfrom
chore/archive-v0.1.0-final
Apr 30, 2026
Merged

docs: archive v0.1.0-final as hackathon submission snapshot#13
ziffan merged 1 commit into
masterfrom
chore/archive-v0.1.0-final

Conversation

@ziffan

@ziffan ziffan commented Apr 30, 2026

Copy link
Copy Markdown
Owner

Archive LexHarmoni v0.1.0 as Hackathon Submission Snapshot

Closes the active development phase of LexHarmoni v0.1.0 submitted to
Cerebral Valley × Anthropic "Built with Opus 4.7" Hackathon (April 2026).

Phase 1: Dependabot Triage

Closed 7 routine version-bump PRs: #5, #6, #7, #8, #9, #10, #11.
Zero security advisories identified. Rationale per PR documented in
respective close comments.

Phase 2: Archive Documentation

  • Bilingual archive notice in README (ID + EN)
  • CHANGELOG entry for v0.1.0-final
  • DECISIONS entry documenting two-tier tag strategy and successor plan
  • KNOWN_ISSUES.md created with scope constraints and dependency risks
  • Tag v0.1.0-final marks final archived state

Reproducibility

  • v0.1.0 — original hackathon submission state (preserved, untouched)
  • v0.1.0-final — archived state with CI activation + documentation

Successor

Active development continues in successor repository (link to be added
via pinned issue post-archive).

Spawned independent tool: regulasi-id-corpus-prep

Post-merge actions

  • Push tag v0.1.0-final
  • Create GitHub Release for v0.1.0-final
  • Create pinned issue for successor repo link
  • Archive repo via GitHub UI
  • Pin both repos on profile

Cerebral Valley × Anthropic 'Built with Opus 4.7' Hackathon (April 2026)

- Add bilingual archive notice to README (ID + EN) with archive status badges
- Add CHANGELOG entry for v0.1.0-final
- Add DECISIONS entry documenting archive rationale and two-tier tag strategy
- Add KNOWN_ISSUES.md documenting unresolved items and intentional scope limits
- Reference v0.1.0 tag for original submission state
- Reference regulasi-id-corpus-prep as independent spawned tool

Phase 1 (Dependabot triage): 7 PRs closed, 0 merged (no security advisories).
Successor repository link to be added via GitHub pinned issue post-archive.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ziffan ziffan merged commit 8e69779 into master Apr 30, 2026
5 of 6 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request prepares the repository for archival as a hackathon submission snapshot by updating the CHANGELOG, documenting architectural decisions, and adding a comprehensive list of known issues. The README was also updated with a bilingual archive notice. Feedback was provided regarding incorrect relative links in the README's archive notice for both the Indonesian and English sections, which would prevent users from correctly navigating to releases and the Actions tab.

Comment thread README.md
Comment on lines +25 to +30
> - [`v0.1.0`](../../releases/tag/v0.1.0) — state asli submisi hackathon
> - [`v0.1.0-final`](../../releases/tag/v0.1.0-final) — state arsip dengan
> improvement post-submisi (CI, security patches, dokumentasi)
>
> **Status CI terakhir:** ✅ Green pada **2026-04-29** (lihat
> [Actions tab](../../actions))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The relative links for the release tags and the Actions tab are incorrect for a root-level README.md. Using ../../ will cause these links to point outside the repository's scope (resolving to the site root instead of the repository sub-pages). They should be relative to the repository root.

Suggested change
> - [`v0.1.0`](../../releases/tag/v0.1.0) — state asli submisi hackathon
> - [`v0.1.0-final`](../../releases/tag/v0.1.0-final) — state arsip dengan
> improvement post-submisi (CI, security patches, dokumentasi)
>
> **Status CI terakhir:** ✅ Green pada **2026-04-29** (lihat
> [Actions tab](../../actions))
> - [`v0.1.0`](releases/tag/v0.1.0) — state asli submisi hackathon
> - [`v0.1.0-final`](releases/tag/v0.1.0-final) — state arsip dengan
> improvement post-submisi (CI, security patches, dokumentasi)
>
> **Status CI terakhir:** ✅ Green pada **2026-04-29** (lihat
> [Actions tab](actions))

Comment thread README.md
Comment on lines +56 to +61
> - [`v0.1.0`](../../releases/tag/v0.1.0) — original hackathon submission state
> - [`v0.1.0-final`](../../releases/tag/v0.1.0-final) — archived state with
> post-submission improvements (CI, security patches, documentation)
>
> **Last CI status:** ✅ Green on **2026-04-29** (see
> [Actions tab](../../actions))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The relative links in the English section are also incorrect. Relative paths starting with ../../ from the root directory will not resolve correctly to the repository's releases or actions pages.

Suggested change
> - [`v0.1.0`](../../releases/tag/v0.1.0) — original hackathon submission state
> - [`v0.1.0-final`](../../releases/tag/v0.1.0-final) — archived state with
> post-submission improvements (CI, security patches, documentation)
>
> **Last CI status:** ✅ Green on **2026-04-29** (see
> [Actions tab](../../actions))
> - [`v0.1.0`](releases/tag/v0.1.0) — original hackathon submission state
> - [`v0.1.0-final`](releases/tag/v0.1.0-final) — archived state with
> post-submission improvements (CI, security patches, documentation)
>
> **Last CI status:** ✅ Green on **2026-04-29** (see
> [Actions tab](actions))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant