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 +6 -0
- package/README.md +57 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -0
- package/docs/build.md +9 -0
- package/docs/configuration.md +5 -0
- package/docs/delivery.md +14 -0
- package/docs/operations.md +5 -0
- package/docs/publishing.md +11 -0
- package/docs/usage.md +10 -0
- package/package.json +20 -0
package/CHANGELOG.md
ADDED
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
|
+
```
|
package/dist/index.d.ts
ADDED
|
@@ -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
package/docs/delivery.md
ADDED
package/docs/usage.md
ADDED
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
|
+
}
|