agent-banner-library 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +85 -21
  3. package/README.md +252 -77
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 0.0.4 (2026-02-06)
6
+
7
+ ### Features
8
+
9
+ - add agent banner library setup and tooling ([560ade7](https://github.com/auronforge/agent-banner-library/commit/560ade74292e492fbd8fb2e2d9c9ed128966937e))
10
+ - add automated release flow with tag validation and PR to main ([586001b](https://github.com/auronforge/agent-banner-library/commit/586001b89019a239aa345a898ef1fd0ad87caf70))
11
+ - add feature branch workflow with auto PR creation ([2e4bdfc](https://github.com/auronforge/agent-banner-library/commit/2e4bdfccd1202870b86131255879c2d7d91d3b22))
12
+
13
+ ### Bug Fixes
14
+
15
+ - add develop-merged workflow to create PR to main after merge ([af62811](https://github.com/auronforge/agent-banner-library/commit/af62811f986d57ee3d328b0422fac3c0ed39f436))
16
+ - remove incorrect cache-dependency-path and working-directory from workflows ([da969b1](https://github.com/auronforge/agent-banner-library/commit/da969b1350eb81a788d2f704fd683913c6f6c8ed))
17
+ - resolve TypeScript build config module/moduleResolution conflicts ([1ba55b5](https://github.com/auronforge/agent-banner-library/commit/1ba55b5486e167cf102fb638d18fd2df6e41cc89))
18
+
5
19
  ### 0.0.3 (2026-02-06)
6
20
 
7
21
  ### Features
package/LICENSE CHANGED
@@ -1,21 +1,85 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Auronforge
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.
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
10
+
11
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
12
+
13
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
14
+
15
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
16
+
17
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
18
+
19
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
20
+
21
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
22
+
23
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
24
+
25
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
26
+
27
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
28
+
29
+ 2. Grant of Copyright License.
30
+
31
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
32
+
33
+ 3. Grant of Patent License.
34
+
35
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
36
+
37
+ 4. Redistribution.
38
+
39
+ You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
40
+
41
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
42
+
43
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
44
+
45
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
46
+
47
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
48
+
49
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
50
+
51
+ 5. Submission of Contributions.
52
+
53
+ Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
54
+
55
+ 6. Trademarks.
56
+
57
+ This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
58
+
59
+ 7. Disclaimer of Warranty.
60
+
61
+ Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
62
+
63
+ 8. Limitation of Liability.
64
+
65
+ In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
66
+
67
+ 9. Accepting Warranty or Additional Liability.
68
+
69
+ While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
70
+
71
+ END OF TERMS AND CONDITIONS
72
+
73
+ Copyright 2026 Auronforge
74
+
75
+ Licensed under the Apache License, Version 2.0 (the "License");
76
+ you may not use this file except in compliance with the License.
77
+ You may obtain a copy of the License at
78
+
79
+ http://www.apache.org/licenses/LICENSE-2.0
80
+
81
+ Unless required by applicable law or agreed to in writing, software
82
+ distributed under the License is distributed on an "AS IS" BASIS,
83
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84
+ See the License for the specific language governing permissions and
85
+ limitations under the License.
package/README.md CHANGED
@@ -1,141 +1,316 @@
1
- # agent-banner-library
1
+ # 🚀 agent-banner-library
2
2
 
3
- Reusable Node.js + TypeScript library to standardize startup banner logs for REST API agents.
3
+ [![npm version](https://img.shields.io/npm/v/agent-banner-library)](https://www.npmjs.com/package/agent-banner-library)
4
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)](https://www.typescriptlang.org/)
4
6
 
5
- ## Installation
7
+ A beautiful, standardized startup banner logger for REST API agents. Display server information, endpoints, and environment details in a clean, professional format.
8
+
9
+ ## ✨ Features
10
+
11
+ - 🎨 **Beautiful console output** with customizable width and emojis
12
+ - 🔧 **Framework agnostic** - works with Express, Fastify, Koa, or any Node.js server
13
+ - 📦 **Dual module support** - ESM and CommonJS
14
+ - ⚡ **Zero dependencies** for production
15
+ - 🎯 **TypeScript first** with full type definitions
16
+ - 🧪 **98%+ test coverage** with comprehensive test suite
17
+ - 🔄 **Smart defaults** with flexible configuration
18
+
19
+ ## 📦 Installation
6
20
 
7
21
  ```bash
8
22
  npm install agent-banner-library
9
23
  ```
10
24
 
11
- ## Usage
25
+ ```bash
26
+ yarn add agent-banner-library
27
+ ```
12
28
 
13
- ### Express
29
+ ```bash
30
+ pnpm add agent-banner-library
31
+ ```
32
+
33
+ ## 🚀 Quick Start
34
+
35
+ ### Express.js Example
14
36
 
15
37
  ```ts
16
38
  import express from 'express';
17
39
  import { printAgentBanner } from 'agent-banner-library';
18
40
 
19
41
  const app = express();
20
- const port = 3001;
42
+ const PORT = process.env.PORT || 3000;
43
+
44
+ app.get('/api/v1/users', (req, res) => {
45
+ res.json({ message: 'List users' });
46
+ });
47
+
48
+ app.post('/api/v1/users', (req, res) => {
49
+ res.json({ message: 'Create user' });
50
+ });
21
51
 
22
- app.listen(port, () => {
52
+ app.listen(PORT, () => {
23
53
  printAgentBanner({
24
- agentName: 'Backlog Structurer Agent API',
25
- baseUrl: `http://localhost:${port}`,
54
+ agentName: 'User Management API',
55
+ baseUrl: `http://localhost:${PORT}`,
26
56
  prefix: '/api/v1',
27
57
  endpoints: [
28
- {
29
- method: 'POST',
30
- path: '/backlog/structure',
31
- description: 'Generate structured backlog',
32
- },
58
+ { method: 'GET', path: '/users', description: 'List all users' },
59
+ { method: 'POST', path: '/users', description: 'Create a new user' },
60
+ { method: 'GET', path: '/users/:id', description: 'Get user by ID' },
61
+ { method: 'PUT', path: '/users/:id', description: 'Update user' },
62
+ { method: 'DELETE', path: '/users/:id', description: 'Delete user' },
33
63
  ],
34
64
  });
35
65
  });
36
66
  ```
37
67
 
38
- ### Fastify
68
+ **Output:**
69
+
70
+ ```
71
+ ════════════════════════════════════════════════════════
72
+ 🚀 User Management API - 1.0.0
73
+ ════════════════════════════════════════════════════════
74
+ 📡 Server running on: http://localhost:3000
75
+ 📚 API Documentation: http://localhost:3000/api/v1/docs
76
+ 🏥 Health Check: http://localhost:3000/api/v1/health
77
+ 📝 Endpoints:
78
+ - GET - List all users - http://localhost:3000/api/v1/users
79
+ - POST - Create a new user - http://localhost:3000/api/v1/users
80
+ - GET - Get user by ID - http://localhost:3000/api/v1/users/:id
81
+ - PUT - Update user - http://localhost:3000/api/v1/users/:id
82
+ - DELETE - Delete user - http://localhost:3000/api/v1/users/:id
83
+ ════════════════════════════════════════════════════════
84
+ Environment: development
85
+ Timestamp: 2026-02-05T23:45:12.345Z
86
+ ════════════════════════════════════════════════════════
87
+ ```
88
+
89
+ ### Fastify Example
39
90
 
40
91
  ```ts
41
92
  import Fastify from 'fastify';
42
- import { renderAgentBanner } from 'agent-banner-library';
93
+ import { printAgentBanner } from 'agent-banner-library';
43
94
 
44
- const app = Fastify();
45
- const port = 3002;
95
+ const fastify = Fastify({ logger: false });
96
+ const PORT = 3001;
46
97
 
47
- await app.listen({ port });
98
+ fastify.get('/api/v1/products', async (request, reply) => {
99
+ return { products: [] };
100
+ });
48
101
 
49
- const banner = renderAgentBanner({
50
- agentName: 'Capability Mapper',
51
- baseUrl: `http://localhost:${port}`,
52
- prefix: 'api/v1',
102
+ fastify.post('/api/v1/products', async (request, reply) => {
103
+ return { message: 'Product created' };
104
+ });
105
+
106
+ await fastify.listen({ port: PORT });
107
+
108
+ printAgentBanner({
109
+ agentName: 'E-commerce API',
110
+ baseUrl: `http://localhost:${PORT}`,
111
+ prefix: '/api/v1',
53
112
  endpoints: [
54
- {
55
- method: 'GET',
56
- path: 'capabilities',
57
- description: 'List capabilities',
58
- },
113
+ { method: 'GET', path: '/products', description: 'List products' },
114
+ { method: 'POST', path: '/products', description: 'Create product' },
59
115
  ],
60
116
  });
117
+ ```
118
+
119
+ ### Koa Example
120
+
121
+ ```ts
122
+ import Koa from 'koa';
123
+ import Router from '@koa/router';
124
+ import { printAgentBanner } from 'agent-banner-library';
125
+
126
+ const app = new Koa();
127
+ const router = new Router({ prefix: '/api/v1' });
128
+ const PORT = 3002;
129
+
130
+ router.get('/orders', (ctx) => {
131
+ ctx.body = { orders: [] };
132
+ });
133
+
134
+ app.use(router.routes());
61
135
 
62
- app.log.info(banner);
136
+ app.listen(PORT, () => {
137
+ printAgentBanner({
138
+ agentName: 'Order Management API',
139
+ baseUrl: `http://localhost:${PORT}`,
140
+ prefix: '/api/v1',
141
+ endpoints: [{ method: 'GET', path: '/orders', description: 'List orders' }],
142
+ });
143
+ });
63
144
  ```
64
145
 
65
- ## Configuration
146
+ ## 📖 API Reference
147
+
148
+ ### `printAgentBanner(config: AgentBannerConfig): void`
149
+
150
+ Prints the banner directly to `console.log()`. Best for simple use cases.
151
+
152
+ ### `renderAgentBanner(config: AgentBannerConfig): string`
153
+
154
+ Returns the banner as a string. Useful when you want to use custom loggers or process the output.
66
155
 
67
156
  ```ts
68
- export interface AgentBannerConfig {
69
- agentName: string;
70
- packageJsonPath?: string;
71
- version?: string;
72
- baseUrl: string;
73
- prefix: string;
74
- docsPath?: string;
75
- healthPath?: string;
157
+ import { renderAgentBanner } from 'agent-banner-library';
158
+ import logger from './logger'; // Your custom logger
159
+
160
+ const banner = renderAgentBanner({
161
+ agentName: 'My API',
162
+ baseUrl: 'http://localhost:3000',
163
+ prefix: '/api',
164
+ });
165
+
166
+ logger.info(banner);
167
+ ```
168
+
169
+ ### Configuration Options
170
+
171
+ ```ts
172
+ interface AgentBannerConfig {
173
+ // Required
174
+ agentName: string; // Name of your API/service
175
+ baseUrl: string; // Base URL (e.g., 'http://localhost:3000')
176
+ prefix: string; // API prefix (e.g., '/api/v1')
177
+
178
+ // Optional
179
+ packageJsonPath?: string; // Path to package.json (default: process.cwd() + '/package.json')
180
+ version?: string; // Version override (default: from package.json or '0.0.0')
181
+ docsPath?: string; // Docs endpoint (default: '/docs')
182
+ healthPath?: string; // Health endpoint (default: '/health')
183
+ environment?: string; // Environment name (default: process.env.NODE_ENV)
184
+ timestamp?: string | Date; // Timestamp (default: new Date())
185
+ width?: number; // Banner width (default: 48)
186
+ emoji?: boolean; // Enable emojis (default: true)
187
+
188
+ // Endpoints
76
189
  endpoints?: Array<{
77
190
  method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
78
191
  path: string;
79
192
  description: string;
80
193
  }>;
81
- environment?: string;
82
- timestamp?: string | Date;
83
- width?: number;
84
- emoji?: boolean;
85
194
  }
86
195
  ```
87
196
 
88
- Default behaviors:
197
+ ## 🎨 Customization
89
198
 
90
- - `packageJsonPath` defaults to `process.cwd() + "/package.json"`.
91
- - `version` is read from `package.json` if not provided, or `0.0.0` on failure.
92
- - `prefix` and `path` are normalized to start with `/` and avoid double slashes.
93
- - `docsPath` defaults to `/docs` and `healthPath` to `/health`.
94
- - `environment` defaults to `process.env.NODE_ENV ?? "development"`.
95
- - `timestamp` defaults to `new Date()` and is always rendered as ISO.
96
- - `width` defaults to 48 characters.
97
- - `emoji` defaults to `true`.
199
+ ### Custom Version
98
200
 
99
- ## Sample Output
201
+ ```ts
202
+ printAgentBanner({
203
+ agentName: 'My API',
204
+ baseUrl: 'http://localhost:3000',
205
+ prefix: '/api',
206
+ version: '2.0.0-beta.1', // Override version
207
+ });
208
+ ```
100
209
 
210
+ ### Custom Paths
211
+
212
+ ```ts
213
+ printAgentBanner({
214
+ agentName: 'My API',
215
+ baseUrl: 'http://localhost:3000',
216
+ prefix: '/api/v2',
217
+ docsPath: '/swagger', // Custom docs path
218
+ healthPath: '/status', // Custom health path
219
+ });
101
220
  ```
102
- ════════════════════════════════════════════════════════
103
- 🚀 Backlog Structurer Agent API - 1.2.3
104
- ════════════════════════════════════════════════════════
105
- 📡 Server running on: http://localhost:3001
106
- 📚 API Documentation: http://localhost:3001/api/v1/docs
107
- 🏥 Health Check: http://localhost:3001/api/v1/health
108
- 📝 Endpoints:
109
- - POST - Generate structured backlog - http://localhost:3001/api/v1/backlog/structure
110
- ════════════════════════════════════════════════════════
111
- Environment: development
112
- Timestamp: 2026-02-05T23:49:50.079Z
113
- ════════════════════════════════════════════════════════
221
+
222
+ ### Custom Width and No Emojis
223
+
224
+ ```ts
225
+ printAgentBanner({
226
+ agentName: 'My API',
227
+ baseUrl: 'http://localhost:3000',
228
+ prefix: '/api',
229
+ width: 60, // Wider banner
230
+ emoji: false, // Disable emojis
231
+ });
232
+ ```
233
+
234
+ ### Production Environment
235
+
236
+ ```ts
237
+ printAgentBanner({
238
+ agentName: 'My API',
239
+ baseUrl: 'https://api.myservice.com',
240
+ prefix: '/api/v1',
241
+ environment: 'production',
242
+ endpoints: [{ method: 'GET', path: '/health', description: 'Health check' }],
243
+ });
114
244
  ```
115
245
 
116
- ## ESM/CJS
246
+ ## 🔧 Module Systems
117
247
 
118
- - ESM: `import { renderAgentBanner } from "agent-banner-library"`.
119
- - CJS: `const { renderAgentBanner } = require("agent-banner-library")`.
248
+ ### ESM (Modern)
120
249
 
121
- ## TSLint
250
+ ```ts
251
+ import { printAgentBanner, renderAgentBanner } from 'agent-banner-library';
252
+ ```
253
+
254
+ ### CommonJS (Legacy)
122
255
 
123
- TSLint is deprecated but included for legacy compatibility as required. It is not used by default in CI.
256
+ ```js
257
+ const { printAgentBanner, renderAgentBanner } = require('agent-banner-library');
258
+ ```
124
259
 
125
- ## Development
260
+ ## 🧪 Development
126
261
 
127
262
  ```bash
263
+ # Install dependencies
264
+ npm install
265
+
266
+ # Run tests
267
+ npm test
268
+
269
+ # Run tests with coverage
270
+ npm run test:coverage
271
+
272
+ # Build the library
273
+ npm run build
274
+
275
+ # Lint code
128
276
  npm run lint
277
+
278
+ # Format code
279
+ npm run format
280
+
281
+ # Type check
129
282
  npm run typecheck
130
- npm run test:coverage
283
+
284
+ # Run development script
285
+ npm run dev
131
286
  ```
132
287
 
133
- ## Tooling Configs
288
+ ## 📄 License
289
+
290
+ Apache-2.0 © [Auronforge](https://github.com/AuronForge)
291
+
292
+ ## 🔗 Links
293
+
294
+ - [npm Package](https://www.npmjs.com/package/agent-banner-library)
295
+ - [GitHub Repository](https://github.com/AuronForge/agent-banner-library)
296
+ - [Issue Tracker](https://github.com/AuronForge/agent-banner-library/issues)
297
+
298
+ ## 🤝 Contributing
299
+
300
+ Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/AuronForge/agent-banner-library/issues).
301
+
302
+ ## ⭐ Show your support
303
+
304
+ Give a ⭐️ if this project helped you!
305
+
306
+ ## 👨‍💻 Author
307
+
308
+ **José Eduardo Trindade E Marques**
134
309
 
135
- - lint-staged: [.lintstagedrc.cjs](.lintstagedrc.cjs)
136
- - standard-version: [.versionrc.cjs](.versionrc.cjs) and `npm run release`
310
+ - Company: AuronForge 🚀
311
+ - Email: edu.temarques@gmail.com
312
+ - LinkedIn: [linkedin.com/in/edu-marques29](https://linkedin.com/in/edu-marques29)
137
313
 
138
- ## CI/CD
314
+ ---
139
315
 
140
- - CI workflow: [.github/workflows/ci.yml](.github/workflows/ci.yml)
141
- - Release workflow: [.github/workflows/release.yml](.github/workflows/release.yml)
316
+ **Built with ❤️ using Clean Architecture and SOLID principles**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-banner-library",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Standardized startup banner logger for REST API agents.",
5
5
  "keywords": [
6
6
  "agent",