agentic-domain-artifact-standard 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ # Changelog
2
+
3
+ ## 0.1.0
4
+
5
+ - Iteration 0 package skeleton을 추가한다.
6
+ - 최소 public package info API를 제공한다.
package/README.md ADDED
@@ -0,0 +1,57 @@
1
+ # agentic-domain-artifact-standard
2
+
3
+ `agentic-domain-artifact-standard`는 Agentic Platform의 산출물 표준 도메인 패키지입니다.
4
+
5
+ 이 패키지는 산출물 유형별 표준 패키지, 템플릿, 가이드, 예시, Document Blueprint, Block/Table Schema, Validation Rule 같은 재사용 가능한 산출물 작성 기준을 소유할 예정입니다.
6
+
7
+ ## 현재 범위
8
+
9
+ Iteration 0에서는 패키지 skeleton과 Continuous Publish/Delivery 기반만 제공합니다. DB schema, repository/service/validator, seed, agent contribution은 후속 iteration에서 구체화합니다.
10
+
11
+ | 구분 | 상태 |
12
+ | --- | --- |
13
+ | 패키지 skeleton | 포함 |
14
+ | 기본 문서 | 포함 |
15
+ | build/typecheck | 포함 |
16
+ | 최소 public API | 포함 |
17
+ | Artifact Standard DB migration | 후속 iteration |
18
+ | Repository/Service/Validator | 후속 iteration |
19
+ | Seed/Fixture | 후속 iteration |
20
+ | Agent contribution | 후속 iteration |
21
+ | CLI | 1차 구현 제외 |
22
+ | Adapter | 1차 구현 제외 |
23
+
24
+ ## 도메인 책임
25
+
26
+ ```text
27
+ agentic-domain-artifact-standard
28
+ - Artifact Standard Package
29
+ - Artifact Type
30
+ - Concept Document reference
31
+ - Template Document reference
32
+ - Guide Document reference
33
+ - Example Document reference
34
+ - Document Blueprint
35
+ - Block/Table Schema
36
+ - Validation Rule reference
37
+ - Input/Output Contract
38
+ - Handoff Criteria
39
+ ```
40
+
41
+ ## 제외 범위
42
+
43
+ | 제외 항목 | 담당 후보 |
44
+ | --- | --- |
45
+ | 실제 산출물 instance | `agentic-domain-artifact` |
46
+ | Document 저장 구조 | `agentic-domain-document` |
47
+ | Methodology Activity/Stage 요구 관계 | `agentic-domain-methodology` |
48
+ | 검증 실행 엔진 | `agentic-capability-validation` |
49
+ | Render 실행 | `agentic-capability-render` |
50
+
51
+ ## 기본 API 예시
52
+
53
+ ```ts
54
+ import { getArtifactStandardPackageInfo } from "agentic-domain-artifact-standard";
55
+
56
+ console.log(getArtifactStandardPackageInfo());
57
+ ```
@@ -0,0 +1,20 @@
1
+ export declare const agenticDomainArtifactStandardPackage: {
2
+ readonly name: "agentic-domain-artifact-standard";
3
+ readonly version: "0.1.0";
4
+ readonly layer: "domain";
5
+ readonly logicalSchema: "artifact_standard";
6
+ readonly sqliteTablePrefix: "artifact_standard_";
7
+ readonly cli: "not-provided";
8
+ readonly adapter: "not-provided";
9
+ };
10
+ export interface ArtifactStandardPackageInfo {
11
+ readonly name: "agentic-domain-artifact-standard";
12
+ readonly version: "0.1.0";
13
+ readonly layer: "domain";
14
+ readonly logicalSchema: "artifact_standard";
15
+ readonly sqliteTablePrefix: "artifact_standard_";
16
+ readonly cli: "not-provided";
17
+ readonly adapter: "not-provided";
18
+ }
19
+ export declare function getArtifactStandardPackageInfo(): ArtifactStandardPackageInfo;
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC;;;;;;;;CAQvC,CAAC;AAEX,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,IAAI,EAAE,kCAAkC,CAAC;IAClD,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC;IACzB,QAAQ,CAAC,aAAa,EAAE,mBAAmB,CAAC;IAC5C,QAAQ,CAAC,iBAAiB,EAAE,oBAAoB,CAAC;IACjD,QAAQ,CAAC,GAAG,EAAE,cAAc,CAAC;IAC7B,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC;CAClC;AAED,wBAAgB,8BAA8B,IAAI,2BAA2B,CAE5E"}
package/dist/index.js ADDED
@@ -0,0 +1,13 @@
1
+ export const agenticDomainArtifactStandardPackage = {
2
+ name: "agentic-domain-artifact-standard",
3
+ version: "0.1.0",
4
+ layer: "domain",
5
+ logicalSchema: "artifact_standard",
6
+ sqliteTablePrefix: "artifact_standard_",
7
+ cli: "not-provided",
8
+ adapter: "not-provided"
9
+ };
10
+ export function getArtifactStandardPackageInfo() {
11
+ return agenticDomainArtifactStandardPackage;
12
+ }
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,IAAI,EAAE,kCAAkC;IACxC,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,QAAQ;IACf,aAAa,EAAE,mBAAmB;IAClC,iBAAiB,EAAE,oBAAoB;IACvC,GAAG,EAAE,cAAc;IACnB,OAAO,EAAE,cAAc;CACf,CAAC;AAYX,MAAM,UAAU,8BAA8B;IAC5C,OAAO,oCAAoC,CAAC;AAC9C,CAAC"}
package/docs/build.md ADDED
@@ -0,0 +1,9 @@
1
+ # Build
2
+
3
+ 개발 검증 명령은 다음과 같다.
4
+
5
+ ```bash
6
+ npm run build --workspace agentic-domain-artifact-standard
7
+ npm run typecheck --workspace agentic-domain-artifact-standard
8
+ npm pack --workspace agentic-domain-artifact-standard --dry-run
9
+ ```
@@ -0,0 +1,5 @@
1
+ # Configuration
2
+
3
+ Iteration 0에서는 별도 runtime configuration을 제공하지 않는다.
4
+
5
+ 후속 iteration에서 DB schema, seed, agent contribution이 추가되면 consumer project의 `.agentic/`, `.env`, `.npmrc`, runtime config와의 관계를 본 문서에 정리한다.
@@ -0,0 +1,14 @@
1
+ # Delivery
2
+
3
+ Iteration 0 delivery 대상은 npm package skeleton이다.
4
+
5
+ 포함 대상:
6
+
7
+ ```text
8
+ dist
9
+ README.md
10
+ CHANGELOG.md
11
+ docs
12
+ ```
13
+
14
+ DB migration, generated schema docs, seed, fixture는 후속 iteration에서 추가한다.
@@ -0,0 +1,5 @@
1
+ # Operations
2
+
3
+ Iteration 0에서는 운영 시 DB 초기화, seed import, validation 실행 기능을 제공하지 않는다.
4
+
5
+ 운영 확인은 설치 후 package import와 package info API 호출 가능 여부로 제한한다.
@@ -0,0 +1,11 @@
1
+ # Publishing
2
+
3
+ 패키지 내부에는 특정 registry URL을 고정하지 않는다.
4
+
5
+ 운영환경 publish 또는 delivery는 consumer/build 환경의 `.npmrc`, 환경 변수, CI/CD 설정에서 registry와 인증 정보를 제공한다.
6
+
7
+ 검증 명령:
8
+
9
+ ```bash
10
+ npm pack --workspace agentic-domain-artifact-standard --dry-run
11
+ ```
package/docs/usage.md ADDED
@@ -0,0 +1,10 @@
1
+ # Usage
2
+
3
+ Iteration 0에서는 패키지 정보 조회 API만 제공한다.
4
+
5
+ ```ts
6
+ import { getArtifactStandardPackageInfo } from "agentic-domain-artifact-standard";
7
+
8
+ const info = getArtifactStandardPackageInfo();
9
+ console.log(info.name);
10
+ ```
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "agentic-domain-artifact-standard",
3
+ "version": "0.1.0",
4
+ "description": "Agentic Platform artifact standard domain package",
5
+ "license": "UNLICENSED",
6
+ "type": "module",
7
+ "main": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "README.md",
12
+ "CHANGELOG.md",
13
+ "docs"
14
+ ],
15
+ "scripts": {
16
+ "build": "tsc -p tsconfig.json",
17
+ "clean": "rm -rf dist tsconfig.tsbuildinfo",
18
+ "typecheck": "tsc -p tsconfig.json --noEmit"
19
+ }
20
+ }