Skip to content

Commit 15e45f0

Browse files
author
techkwon
committed
Prepare v0.2.1 distribution metadata and license
1 parent 88acf7f commit 15e45f0

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEIS School CLI
22

3-
[![GitHub release](https://img.shields.io/github/v/release/techkwon/neis-school-cli)](https://github.com/techkwon/neis-school-cli/releases/tag/v0.2.0)
3+
[![GitHub release](https://img.shields.io/github/v/release/techkwon/neis-school-cli)](https://github.com/techkwon/neis-school-cli/releases/latest)
44
[![CI](https://img.shields.io/github/actions/workflow/status/techkwon/neis-school-cli/ci.yml?branch=main)](https://github.com/techkwon/neis-school-cli/actions/workflows/ci.yml)
55
[![ClawHub](https://img.shields.io/badge/ClawHub-published-1f8b4c)](https://clawhub.ai/skills/neis-school-cli)
66

@@ -11,7 +11,7 @@
1111
## Public Links
1212

1313
- GitHub: [techkwon/neis-school-cli](https://github.com/techkwon/neis-school-cli)
14-
- Release: [v0.2.0](https://github.com/techkwon/neis-school-cli/releases/tag/v0.2.0)
14+
- Release: [latest](https://github.com/techkwon/neis-school-cli/releases/latest)
1515
- ClawHub: [neis-school-cli](https://clawhub.ai/skills/neis-school-cli)
1616

1717
## Goals

docs/ai/cli-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neis-school-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"purpose": "AI-friendly CLI for Korean school search, meals, and timetables using the NEIS OpenAPI",
55
"provider": "neis",
66
"commands": [

docs/ai/json-output-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ok": true,
33
"cli": {
44
"name": "neis-school-cli",
5-
"version": "0.2.0"
5+
"version": "0.2.1"
66
},
77
"provider": "neis",
88
"command": "timetable.lookup",

skills/neis-school-cli/LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

skills/neis-school-cli/scripts/neis_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
API_BASE_URL = "https://open.neis.go.kr/hub"
2020
CLI_NAME = "neis-school-cli"
21-
CLI_VERSION = "0.2.0"
21+
CLI_VERSION = "0.2.1"
2222
SUCCESS_CODE = "INFO-000"
2323
NO_DATA_CODE = "INFO-200"
2424
OUTPUT_TEXT = "text"

0 commit comments

Comments
 (0)