rename: archdoc → wtismycode (WTIsMyCode)

This commit is contained in:
2026-02-15 12:12:33 +03:00
parent 136697caf0
commit f4f8b8fa34
87 changed files with 244 additions and 212 deletions

View File

@@ -17,7 +17,7 @@
## Document metadata
- **Created:** 2026-01-25
- **Updated:** 2026-02-15
- **Generated by:** archdoc (cli) v0.1
- **Generated by:** wtismycode (cli) v0.1
---

View File

@@ -1,6 +1,6 @@
# Test Project
A test project for ArchDoc development and testing.
A test project for WTIsMyCode development and testing.
## Installation

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "test-project"
version = "0.1.0"
description = "A test project for ArchDoc"
description = "A test project for WTIsMyCode"
authors = [
{name = "Test Author", email = "test@example.com"}
]

View File

@@ -53,10 +53,10 @@ description_max_length = 200
[logging]
level = "info"
file = "archdoc.log"
file = "wtismycode.log"
format = "compact"
[caching]
enabled = true
cache_dir = ".archdoc/cache"
cache_dir = ".wtismycode/cache"
max_cache_age = "24h"